View Full Version : Alarm if self skulled!
jollebollen
12-03-2015, 04:51 AM
I know I had this script before I quit Tibia! I can't find it anywhere :D
Basically it gives you alarm if you get skulled on someone :)
Thanks!
seba2632
12-03-2015, 06:09 PM
u can remove the cavebot.stop and alert if needed
Module.New("skull-alert", function(mod)
if(Self.Skull() == SKULL_WHITE) then
alert()
mod:Delay(5000)
Cavebot.Stop()
end
end)
jollebollen
12-06-2015, 07:40 PM
u can remove the cavebot.stop and alert if needed
Module.New("skull-alert", function(mod)
if(Self.Skull() == SKULL_WHITE) then
alert()
mod:Delay(5000)
Cavebot.Stop()
end
end)
Thank you.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.