I'm not really good at this coding but if I wanted to hunt minimacs at ac2 with my archer,this is the code I put in (this is the hunt code that comes with the bot I just changed the monster name and put in attack with skill scatter and took out the bound cp stuff) but it doesn't seem to work. Can you tell me what is wrong?
Code:
# 20/06/2010 5:04:00 PM universal time
when true
attack self with skill fly
sleep 1000
if hp < 1000
use item panacea
end
end
while true
attack monster MinMacaque with skill scatter
loot item dragonball
loot item meteor
loot item gold
if amount of item panacea < 5
# loot item panacea
end
end