Agbot loop problem

06/16/2008 05:43 christower2#1
hey i need help with the walkback when it goes to town it does everything right but it buys less mp potions and doesnt buy any hp potions and doesnt use storage can someone help script below:

"//","##############################",""
"//","Generated by: [Agbot]Script Maker",""
"//","Made Possible by: iBotForFun @ 2008",""
"//","##############################",""
"//","Script Information",""
"//","Town Name: Hotan",""
"//","Buys 150 HP Potion (X-Large)",""
"//","Buys 400 MP Potion (Large)",""
"//","Buys 1 Ironclad Horse",""
"//","Storage Items",""
"//","Sell Items",""
"//","Enable Auto Party",""
"//","Enable Auto Potions",""
"//","Summon Horse",""
"//","##############################",""
"cmd","[protect off]",""
"cmd","[stop bot]",""
"cmd","[clear hunting]",""
"cmd","[start autoparty]",""
"cmd","[start autopotion]",""
"95","44","1"
"97","59","1"
"110","62","1"
"cmd","[stop walking]",""
"Inject","745A","D8010000"
"store open","0101000000","D8010000|Storage-Keeper Auisan"
"store storage","Storage-Keeper Auisan","D8010000"
"store close","Storage-Keeper Auisan","D8010000"
"84,","66","1"
"51","74","1"
"cmd","[stop walking]",""
"Inject","745A","0A000000"
"store open","0101000000","0A000000|Blacksmith Soboi"
"store sell","Blacksmith Soboi","0A000000"
"store repair","Blacksmith Soboi","0A000000"
"store close","Blacksmith Soboi","0A000000"
"72","83","1"
"84","106","1"
"cmd","[stop walking]",""
"Inject","745A","5D000000"
"store open","0101000000","5D000000|Potion Merchant Manina"
"store buy","01080002010D0100|08000000|HP recovery potion (X-Large)","50|150"
"store buy","01080004010D0100|0E000000|MP recovery potion (Large)","50|400"
"store close","Potion Merchant Manina","5D000000"
"99","91","1"
"121","72","1"
"134","44","1"
"140","24","1"
"146","5","1"
"cmd","[stop walking]",""
"Inject","745A","E9010000"
"store open","0101000000","E9010000|Stable-Keeper Salihap"
"store buy","01080003010D0100|450F0000|Ironclad Horse","1|1"
"store close","Stable-Keeper Salihap","E9010000"
"131","10","1"
"107","28","1"
"96","13","1"
"91","4","1"
"cmd","[stop walking]",""
"Inject","745A","07020000"
"store open","0101000000","07020000|Jewel Lapidary Mamoje"
"store close","Jewel Lapidary Mamoje","07020000"
"//","##############################",""
"//","End of Town Script",""
"//","You can add your Walk Script below.",""
"//","Starting location: 91,4",""
"//","##############################",""
"cmd","[cast horse]",""
"69","46","1"
"-24","47","1"
"-123","47","1"
"-241","47","1"
"-239","221","1"
"-224","362","1"
"-221","422","1"
"-242","528","1"
"-250","634","1"
"-197","748","1"
"-160","873","1"
"-61","966","1"
"79","1008","1"
"181","1003","1"
"190","1151","1"
"186","1291","1"
"188","1371","1"
"156","1510","1"
"122","1605","1"
"81","1626","1"
"cmd","[stop walking]",""
"cmd","[kill horse]",""
"cmd","[add hunting]","81;1626;200"
"cmd","[Start Bot]",""
06/16/2008 22:35 STV1986#2
Try this for your storage(without the inject) :
"cmd","[stop walking]",""
"store open","0104000000","D8010000|Storage-Keeper Auisan"
"store storage","Storage-Keeper Auisan","D8010000"
"store close","Storage-Keeper Auisan","D8010000"

And this for your potions(also without inject) :
"cmd","[stop walking]",""
"store open","0101000000","5D000000|Potion Merchant Manina"
"store buy","0108000201120100|08000000|HP recovery Potion (X-large)","50|150"
"store buy","0108000501150100|0F000000|MP recovery Potion (X-large)","50|400"
"store close","Potion Merchant Manina","5D000000"

Also be sure that you're close enough to interact with npc.

I hope it helps.
06/19/2008 03:55 christower2#3
well i used the scipt maker but seems like it doesnt work is it better to make it myself ingame?

--- Merged Posts ( use Edit Button next time ) --- Regards, hussert

and even without the inject it doesnt work
06/19/2008 07:04 theworm#4
If u haven't done it already....name ur script "default.lst".

That seems to solve some script problems.