I need persistent script for say message in Advertising Channel with hotkey
Printable View
I need persistent script for say message in Advertising Channel with hotkey
Need hotkey : when boss xxx appears on screen play sound yyy
i want a slime trainer script, because the one i have doesnt work properly (slime trainer.lua) could you do a new script for that or check lua script just to know if its working well?
Hi Im in need of,
1. Persistent : Go to x label if player attack
2. Action: if in x,y,z then x log
2. Action : Cut Spider Web (with machete or whatever) and dont stop until it gets cut
That should help me alot
-- this one put into persistent
auto(200)
if $pattacker.id ~= 0 then
gotolabel('wpt', 'section')
wait(10000)
end
-- this put after reaching location xyz in action (cavebot waypoint)
if islocation() then
xlog()
end
-- this put to cavebot action. it'll break spider silk in given location. weapon (any)
breakspidersilk(x,y,z)
xlog if low on great health (avoid being afk-wasted)
I need a simple action that equip my soft boots and other diferent action that equip my BOH.
I pretend to equip my soft when entering the respawn and to equip my BOH when leaving.
Can someone help me with this 2 simple actions plzz? Thanks.
Safe list for private messages in your alerts is not working for me. Is that only me? Any ideas? What am I doing wrong?