http://i.imgur.com/6Qb8XMd.png
Royal Paladin
http://i.imgur.com/xSUVELY.png
(eq update each Monday)
Scripts Used
Paladin 1-X
Printable View
http://i.imgur.com/6Qb8XMd.png
Royal Paladin
http://i.imgur.com/xSUVELY.png
(eq update each Monday)
Scripts Used
Paladin 1-X
[Awesome] P - Thais North Trolls by @Awesome
Idk why, but SS script gave me black screen :/ Any suggestions why?
Was your Tibia client minimized? Btw, good luck mate!
[Awesome] P - Thais North Trolls by @Awesome
http://i.imgur.com/Be2LAgm.jpg
And again lol. Must find new one.
-- //////////////////////////////////
-- // ___ _ //
-- // / _ \ (_) //
-- // / /_\ \_ ____ _ _ __ _ //
-- // | _ \ \ / / _` | '_ \| | //
-- // | | | |\ V / (_| | | | | | //
-- // \_| |_/ \_/ \__,_|_| |_|_| //
-- // //
-- //////////////////////////////////
---------------------------------------------------------------
------------------------ SETTINGS ---------------------------
---------------------------------------------------------------
LevelUp = true -- Will take screenshot when leveling up
Death = true -- Will take screenshot upon death
Stamina = true -- Will take screenshot if below 14:00 stamina
---------------------------------------------------------------
------------- DO NOT CHANGE ANYTHING BELOW ------------------
---------------------------------------------------------------
level = Self.Level()
while true do
if (LevelUp) then
if Self.Level() > level then
screenshot(Self.Name() .. "_level_" .. Self.Level())
wait(1000)
level = Self.Level()
end
end
if (Death) then
if Self.Health() == 0 then
screenshot(Self.Name() .. "_death_" .. os.date("%H.%M"))
wait(1000)
Death = false
end
end
if (Stamina) then
if Self.Stamina() < 840 then
screenshot(Self.Name() .. "_LowStamina_" .. os.date("%H.%M"))
wait(1000)
Stamina = false
end
end
if (Death) then
if Self.Health() <= 100 then
screenshot(Self.Name() .. "_death_" .. os.date("%H.%M"))
wait(1000)
Death = false
end
end
wait(5000)
end
http://i.imgur.com/NoCTKN2.jpg
I'm done. Black screen third time. With Your script Htek. This morning all was ok ;c
Change your graphics to directx5 then back again
First dead. Welcome to random PvP :P
Good luck!