AgBot loop help

10/17/2008 02:15 MewMew7#1
So when I start my walkscript I made in AgDev everything works awesome but when I get to the hunting area it doesn't add the hunting area or stop walking/kill the horse/add hunting area/start bot. Here's my script, hopefully someone can help.

Code:
"//","..............^^.............................^^..............","//"
"//",".......................... AgDev ..........................","//"
"//","........ The agbot-Scripts Constructor ........","//"
"//","........... Coded by: Hussert & KillaH ..........","//"
"//",".......................Version 3.2 ....................","//"
"//",".................................................................","//"
"//","Town: Donwhang","//"
"//","Monster: lvl-23 ----- Hyungno Ghost Soldier.txt","//"
"//","Buys 500 HP Small Potions","//"
"//","Buys 500 MP Small Potions","//"
"//","Buys 25 Small Recovery kits","//"
"//","Buys 5 HGP Recovery Potion","//"
"//","Buys 1 Red Horses","//"
"//","Buys 2 Normal Return Scrolls","//"
"//","Protect off","//"
"//","Starts autoparty","//"
"//","Starts autopotion","//"
"//",".................................................................","//"
"cmd","[protect off]",""
"cmd","[stop bot]",""
"cmd","[clear hunting]",""
"cmd","[start autoparty]",""
"cmd","[start autopotion]",""
"LogData","Statistics","1"
"Inject","7738","019966060400009204"
"cmd","[delay]","5"
"Inject","7738","0199666A0400002A03"
"cmd","[delay]","5"
"Inject","7738","019966A6040000C602"
"cmd","[delay]","5"
"cmd","[stop walking]",""
"store open","0104000000","Storage-Keeper Paedo"
"store storage","",""
"store close","",""
"Inject","7738","01996660040000BC02"
"cmd","[delay]","5"
"Inject","7738","019966100400007E04"
"cmd","[delay]","5"
"Inject","7738","0199666A040000A604"
"cmd","[delay]","5"
"cmd","[stop walking]",""
"store open","0101000000","Blacksmith Agol"
"store sell","",""
"store repair","",""
"store close","",""
"Inject","7738","019966D00200006A04"
"cmd","[delay]","5"
"Inject","7738","019966940200006A04"
"cmd","[delay]","5"
"cmd","[stop walking]",""
"store open","0101000000","Herbalist Bori"
"store buy","HP recovery potion (Small)","500"
"store buy","MP recovery Potion (Small)","500"
"store close","",""
"Inject","7738","019966BC0200006A04"
"cmd","[delay]","5"
"Inject","7738","019966B2020000F802"
"cmd","[delay]","5"
"Inject","7738","01996662020000E402"
"cmd","[delay]","5"
"cmd","[stop walking]",""
"store open","0101000000","Grocery Trader Yeosun"
"store buy","Return Scroll","2"
"store close","",""
"Inject","7738","019966DA0200000203"
"cmd","[delay]","5"
"Inject","7738","019966EE0200004605"
"cmd","[delay]","5"
"Inject","7738","019966EE0200000E06"
"cmd","[delay]","5"
"Inject","7738","019966600400007C06"
"cmd","[delay]","5"
"Inject","7738","01996632050000B806"
"cmd","[delay]","5"
"Inject","7738","01996682050000C206"
"cmd","[delay]","5"
"cmd","[stop walking]",""
"store open","0101000000","Stable-Keeper Makgo"
"store buy","Recovery kit (Small)","25"
"store buy","Red Horse","1"
"store buy","HGP Recovery Potion","5"
"store close","",""
"//","......^^.........................^^......","//"
"//","...This was the Townscript...","//"
"//",".....Here is the Walkscript.....","//"
"//",".....Starting place: Stable......","//"
"//",".............................................","//"
"Inject","7738","019967400600000000"
"cmd","[delay]","5"
"Inject","7738","019967B80600000000"
"cmd","[delay]","5"
"Inject","7738","019A66280000007607"
"cmd","[delay]","5"
"//","Out Of Town","//"
"Inject","7738","019A67540100001400"
"cmd","[delay]","5"
"Inject","7738","019A66500500007607"
"cmd","[delay]","5"
"Inject","7738","019B679A0100005000"
"cmd","[delay]","5"
"Inject","7738","019B66780500003007"
"cmd","[delay]","5"
"Inject","7738","019C6654010000A406"
"cmd","[delay]","5"
"Inject","7738","019C66F80200001405"
"cmd","[delay]","5"
"Inject","7738","019C66500500004C04"
"cmd","[delay]","5"
"Inject","7738","019D66AA000000D403"
"cmd","[delay]","5"
"Inject","7738","019D666C020000A604"
"cmd","[delay]","5"
"Inject","7738","019D66060400006806"
"cmd","[delay]","5"
"Inject","7738","019D66E2040000F406"
"cmd","[delay]","5"
"Inject","7738","019D66DC0500004407"
"cmd","[delay]","5"
"Inject","7738","019D6658070000B806"
"cmd","[delay]","5"
"Inject","7738","019E66640000001E05"
"cmd","[delay]","5"
"Inject","7738","019E66B80100003205"
"cmd","[delay]","5"
"Inject","7738","019E665C030000AA05"
"cmd","[delay]","5"
"cmd","[stop walking]",""
"cmd","[add hunting]","4502;2065;150"
"cmd","[start bot]",""
"//","......^^.........................^^......","//"
"//",".......Thank you for using.......","//"
"//",".................AgDev.................","//"
"//",".............................................","//"
10/17/2008 08:15 theoneofgod#2
you should use cmd not injects.

add this before he stops walking at grinding area

Code:
"cmd","[kill horse]",""