Can someone help me with loop?

10/12/2008 03:40 MilkySaint#1
erm i kinda have a problem.. and i don't know how to solf it ...erm..i have agBot and everything but i have no idea how to make a loop and i try to understand but i just can't ... im too noobish to understand it very well.. could someone help me make a loop? i would much appreciate that :handsdown:
10/12/2008 03:44 MewMew7#2
Get AgDev(somewhere in the exploits section). And make a script that way, extract it into your confict section for AgBot and then just run walkscript when you're in the right town.
10/12/2008 03:49 MilkySaint#3
:O

thanks ;)
10/12/2008 04:08 3therea1#4
i noticed that sometimes agdev will put an extra space before hunting area and it screws up the whole thing, so you have to go and edit it in notepad to remov e the space and it works fine
10/12/2008 04:16 BPhoenix#5
I dont know what a AgBot is, but maybe i found something that can helpes you with your loop problem. Watch on this Link: [Only registered and activated users can see links. Click Here To Register...] On the Pictures you see how you can make a loop.

I hope i could help you.
10/12/2008 10:57 Eckoro#6
You can either make your own script by hand which most people used to do and it takes ages, in the script section of the client, the good thing about this you know making your own loop, it will be accurate and wont get stuck. I think agdev used agbot script maker to make the routes but often i get stuck on the way.

When you have made a loop either with agdev or by yourself it should be placed in agbot>config>config1>script> then the dont change the name of the file "default" if you have agdev you paste your script in there while editing it.

It should automatically save if you did it using the client.

Quote:
"cmd","[protect off]",""
"cmd","[stop bot]",""
"cmd","[clear hunting]",""
"cmd","[start autoparty]",""
"cmd","[start autopotion]",""
"LogData","Statistics","1"
"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 close","",""
"3528","2033","0"
"3522","2033","0"
"cmd","[stop walking]",""
"store open","0101000000","Herbalist Bori"
"store buy","HP recovery potion (Small)","400"
"store buy","MP recovery Potion (Small)","400"
"store close","",""
"3526","2033","0"
"3525","1996","0"
"3517","1994","0"
"cmd","[stop walking]",""
"store open","0101000000","Grocery Trader Yeosun"
"store buy","Return Scroll","3"
"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)","100"
"store buy","Shadow Horse","3"
"store close","",""
"//","......^^.........................^^......", "//"
"//","...This was the Townscript...","//"
"//",".....Here is the Walkscript.....","//"
"//",".....Starting place: Stable......","//"
"//",".............................................", "//"
"3565","2086","1"
"3560","2075","1"
"3546","1956","1"
"3546","1935","1"
"3546","1918","1"
"cmd","[stop walking]",""
"cmd","[cast horse]",""
"3542","1909","1"
"3542","1870","1"
"3568","1844","1"
"3620","1838","1"
"3675","1850","1"
"3736","1860","1"
"3804","1868","1"
"3880","1862","1"
"3958","1854","1"
"4035","1843","1"
"4073","1816","1"
"4110","1817","1"
"4178","1818","1"
"4235","1801","1"
"4288","1769","1"
"4316","1718","1"
"4339","1671","1"
"4270","1658","1"
"4257","1622","1"
"4248","1588","1"
"4248","1546","1"
"4278","1523","1"
"4300","1495","1"
"4321","1453","1"
"4334","1411","1"
"cmd","[kill horse]",""
"cmd","[stop walking]",""
"cmd","[add hunting]","4334;1411;150"
"cmd","[start bot]",""
Here is an example
All the numers are the locations it moves to. Some of this you can sometimes change like after the town script you can paste in a new loop from there to save time making it all over again. Some can be edited by hand if you know what your doing like
the amount of potions it buys you can see "400" you could change that again.

Hope i help