can someone make me a working script for ag?

11/29/2008 20:21 doublea500#1
for some reason this script isnt working...
it doesnt go to the right places EXAMPLE-(bot console says like x=245 and y=222 then it would be a lil different like x=240 and y= 230)


"//","..............^^.............................^^ ..............","//"
"//",".......................... AgDev ..........................","//"
"//","........ The agbot-Scripts Constructor ........","//"
"//","........... Coded by: Hussert & KillaH ..........","//"
"//",".......................Version 3.2 ....................","//"
"//","............................................... ..................","//"
"//","Town: Donwhang","//"
"//","Monster: lvl-26 ----- Devil Horse 1 by Granneh .txt","//"
"//","Buys 200 HP Small Potions","//"
"//","Buys 250 MP Small Potions","//"
"//","Buys 10 Small Recovery kits","//"
"//","Buys 1500 Arrows","//"
"//","Buys 2 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"
"cmd","[cast horse]",""
"3559","2037","0"
"3569","2001","0"
"3575","1991","0"
"cmd","[stop walking]",""
"store open","0104000000","Storage-Keeper Paedo"
"store storage","",""
"store close","",""
"3568","1990","0"
"3560","2035","0"
"3569","2039","0"
"cmd","[stop walking]",""
"store open","0101000000","Blacksmith Agol"
"store sell","",""
"store repair","",""
"store buy","Arrow","1500"
"store close","",""
"3528","2033","0"
"3522","2033","0"
"cmd","[stop walking]",""
"store open","0101000000","Herbalist Bori"
"store buy","HP recovery potion (Small)","200"
"store buy","MP recovery Potion (Small)","250"
"store close","",""
"3526","2033","0"
"3525","1996","0"
"3517","1994","0"
"cmd","[stop walking]",""
"store open","0101000000","Grocery Trader Yeosun"
"store buy","Return Scroll","2"
"store close","",""
"3529","1997","0"
"3531","2055","0"
"3531","2075","0"
"3568","2086","0"
"3589","2092","0"
"3597","2093","0"
"cmd","[stop walking]",""
"store open","0101000000","Stable-Keeper Makgo"
"store buy","Recovery kit (Small)","10"
"store buy","Red Horse","2"
"store close","",""
"//","......^^.........................^^......", "//"
"//","...This was the Townscript...","//"
"//",".....Here is the Walkscript.....","//"
"//",".....Starting place: Stable......","//"
"//",".............................................", "//"
"//","Credits to Granneh","//"
"3617","2109","1"
"3637","2110","1"
"3659","2109","1"
"//","Out Of Town","//"
"3717","2110","1"
"3798","2062","1"
"3888","2020","1"
"3919","2048","1"
"3937","1997","1"
"3946","1952","1"
"cmd","[stop walking]",""
"cmd","[add hunting]","3946;1952;150"
"cmd","[start bot]",""
"//","......^^.........................^^......", "//"
"//",".......Thank you for using.......","//"
"//",".................AgDev.................","//"
"//",".............................................", "//"
11/29/2008 20:49 hvstler#2
Most likely you will have to learn it yourself. Do not think someone will make a script specially just for you, either look for public scripts or learn yourself how to make scripts like this.
11/30/2008 00:42 doublea500#3
Quote:
Originally Posted by hvstler View Post
Most likely you will have to learn it yourself. Do not think someone will make a script specially just for you, either look for public scripts or learn yourself how to make scripts like this.
yea your right i learned it and i made 1
"cmd","[protect off]",""
"cmd","[stop bot]",""
"cmd","[clear hunting]",""
"cmd","[start autoparty]",""
"cmd","[start autopotion]",""
"LogData","Statistics","1"
"cmd","[cast horse]",""
"3549","2058","0"
"3572","1999","0"
"3575","1990","0"
"cmd","[stop walking]",""
"store open","0104000000","Storage-Keeper Paedo"
"store storage","",""
"store close","",""
"3561","2039","0"
"3572","2041","0"
"cmd","[stop walking]",""
"store open","0101000000","Blacksmith Agol"
"store sell","",""
"store repair","",""
"store buy","Arrow","1500"
"store close","",""
"3542","2038","0"
"3519","2033","0"
"cmd","[stop walking]",""
"store open","0101000000","Herbalist Bori"
"store buy","HP recovery potion (Small)","200"
"store buy","MP recovery Potion (Small)","250"
"store close","",""
"3535","2033","0"
"3515","1994","0"
"cmd","[stop walking]",""
"store open","0101000000","Grocery Trader Yeosun"
"store buy","Return Scroll","2"
"store close","",""
"3553","2063","0"
"3567","2093","0"
"3598","2086","0"
"cmd","[stop walking]",""
"store open","0101000000","Stable-Keeper Makgo"
"store buy","Recovery kit (Small)","10"
"store buy","Red Horse","2"
"store close","",""
"3629","2111","1"
"3667","2110","1"
"//","Out Of Town","//"
"3717","2110","1"
"3798","2062","1"
"3888","2020","1"
"3919","2048","1"
"3937","1997","1"
"3946","1952","1"
"cmd","[stop walking]",""
"cmd","[add hunting]","3946;1952;150"
"cmd","[start bot]",""


the other one works its just that my agbot is spazzing
11/30/2008 00:46 Eckoro#4
#Closed
Problem solved. Almost pointless thread since your script did actually work in the end.