doesnt work on win 7 because u need to turn on this option to "allow features"Quote:
Im not on a 32 bit operating system - windows 7 home 64-bit.
Im also getting that error- it just "encounters a problem and has to close" as soon as i double click.
any ideas?
Code:
# 20/06/2010 5:04:00 PM universal time
when true
attack self with skill FatalStrike
sleep 1000
if hp < 2400
use item ginseng
end
end
while true
if found monster BanditL97
attack monster BanditL97
else goto x,y <<< does this goto thing work???
end
while true
loot item ThunderGem
loot item DragonGem
loot item PhoenixGem
loot item MoonGem
loot item KylinGem
loot item TortoiseGem
loot item RainbowGem
loot item VioletGem
loot item FuryGem
loot item GloryGem
loot item dragonball
loot item meteor
loot item EbonyCPBox
loot item MahoganyCPBox
loot item DiligenceBook
loot item cloudCPBox
loot item rosewoodCPBox
loot item gold
loot item GoldBar
loot item GoldBars
loot item GoldBullion
if amount of item ginseng < 10
# loot item ginseng
end
if amount of item EbonyCPBox > 0
use item EbonyCPBox
end
if amount of item MahoganyCPBox > 0
use item MahoganyCPBox
end
if amount of item CloudCpBox > 0
use item CloudCpBox
end
if amount of item RosewoodCpBox > 0
use item rosewoodCpBox
end
end
if u guys have noticed, tjhere is no need for the random jump pos because the bot automatically jumps and looks for one. in doing so... will go out of your botting area like if ur on the right side of the map he will go searching all the way to the left side.
the code above gives an error white "wshite space", how do u get it to work with "goto"
also: how come the bot attacks something doesnt kill it and goes to another mob??? even though i only declared to attack 1 mob not 2.