View Full Version : put a menu where active:
Krommo
04-15-2012, 06:30 PM
Targetting,Walker and Looting.
Please...
Infernal Bolt
04-16-2012, 01:11 AM
You can do that with scripts.
I use this one, really simple but it works.
setWalkerEnabled(true)
setLooterEnabled(true)
setTargetingEnabled(true)
Oh well, you can make an easy lua script for that. Just make the label "TargetingOn" "LooterOn" before u start the script, then it shouldnt be a problem and u just need to start the walker :D
registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")
function onWalkerSelectLabel(labelName)
if (labelName == "LooterOn") then
delayWalker(500)
setLooterEnabled(true)
elseif (labelName == "TargetingOn") then
delayWalker(500)
setTargetingEnabled(true)
end
end
Spectrus
04-16-2012, 05:21 AM
setBotEnabled(bool) is also a native function. It toggles all three. Pass it true or false.
Y2Quake
04-16-2012, 01:12 PM
Krommo, i reccomend you to learn lua. After that learn pvp. After that move amera with your native team =D
soul4soul
04-16-2012, 01:53 PM
Targetting,Walker and Looting.
Please...
agreed I think there should be a menu like the tools menu where we can check to enable/disable them.
youonlyliveonce
04-16-2012, 10:49 PM
All these suggestions are great, put I'd definitely support these being made into permanent integrations into the bot as well.
Krommo
04-24-2012, 09:01 PM
All these suggestions are great, put I'd definitely support these being made into permanent integrations into the bot as well.
bump upupupup
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.