use this function (x,y,z = coordinates of spider silk)
weapon will be automatically found.
breakspidersilk(x, y, z)
use this function (x,y,z = coordinates of spider silk)
weapon will be automatically found.
breakspidersilk(x, y, z)
Latest Scripts: Ultimate Dawnport FACC Spots Souleater Tunnels Useful Lua:
Requesting a script to purchase all the different backpacks and a setting where you decide how many of each backpack you purchase!![]()
I have problems with this "anti trapped" script.
I want to Mas San if im trapped but this script does not work. I tried to addto make it run as a persistent hotkey but I suck at scripting heheCode:auto()
Code:auto() init start local spell = spellinfo("exevo mas san") init end if trapped() and cancastspell(spell) then cast(spell.words) waitping() end
Help me
Last edited by Edling; 06-19-2014 at 05:56 PM.
bring up my post
Hey bro excuse me... I need a script or a hotkey that help me to renew magic walls or wild growth runes... Can you please help me?
Hiho, i search scripts to private message friend, if someone attack me.
Thanks a lot.
Edit:
I make this script, if someone need then:
local friend = "NICK CHAR"
auto(200) if $pattacker.id ~= 0 then
say('*'..friend..'*'..$pattacker.name.." attack me, please help!")
wait(15000)
end
Last edited by chytrusek; 06-20-2014 at 06:11 PM.
Yo. could anyone guide me, how to change a script, so the char will ignore single monsters ?![]()
Thanks!
Hi,
I'm looking for an persistant hotkey, that, when my bot is stuck somewhere for like 5 minutes, the character logs out. So when the character stands still for 5 minutes, he logs out.
Thanks!
auto(500)
if $standtime >= 300* 1000 then
logout()
end
Latest Scripts: Ultimate Dawnport FACC Spots Souleater Tunnels Useful Lua:
Hi, i need a action to:
If u have less than x mana potions and u are under player attack and trapped, simply xlog
Writing from mobile, so sorry for typos! :-)