Strange movement pattern Agbot

11/15/2008 02:48 dingoon#1
Hi

I'm using Agbot 2.5.2 and it works almost perfect.

But when my char is running it looks strange.

It goes to where I want it to go, but it runs to an x/y spot, waits like 1/2 a second or so and then moves on to the next spot.

Any way to improve or fix this?

I also tried Stealthlite bot, and my char was running smoothly.
11/15/2008 13:23 kristutis#2
this is the way it works. you can't change it :)
11/15/2008 13:24 _KillaH_#3
correct

#closed

opened again ^^
11/18/2008 02:29 dingoon#4
Hi again.

I have been messing around with the commands in the scripts, and this seems to work better.

I do not consider this a fix, but it's definitely an improvement.


Example of script:

Code:
Town:

"cmd","[protect off]",""
"cmd","[stop bot]",""
"cmd","[clear hunting]",""
"cmd","[start autopotion]",""
[COLOR="Red"]"cmd","[delay]","0"[/COLOR]
"xxxx","xxxx","x"
[COLOR="Red"]"cmd","[start walking]",""[/COLOR]
"xxxx","xxxx","x"
[COLOR="Red"]"cmd","[start walking]",""[/COLOR]
"xxxx","xxxx","x"

Teleport/Ferry:

"Inject","xxxx","xxxxxxxx"
"Inject","xxxx","xxxxxxxxxxxxxxxxx"
[COLOR="Red"]"cmd","[delay]","0"[/COLOR]
"xxxx","xxxx","x"
[COLOR="Red"]"cmd","[start walking]",""[/COLOR]
"xxxx","xxxx","x"
[COLOR="Red"]"cmd","[start walking]",""[/COLOR]
"xxxx","xxxx","x"
Every time you have teleportet you have to put in the "cmd","[delay]","0".

Between each x/y point you have to put "cmd","[start walking]","".

It works best if you are on foot.

If you use a transport, it might walk around in circles a couple of times while going to training area, but if you keep your x/y spots far apart it's not too bad.

With this it doesnt look so stupid when you walk around.

Please send feedback on this, thnx.
11/18/2008 05:34 tophack3r#5
i wouldnt use loop on a free bot becuz it could use a wrong opcode or something and joymax could detected
11/18/2008 06:00 dingoon#6
You can see the correct codes in Agbot with the script function, then add them to your default script if you're not sure you have the right one's.