If I had the choice, Iīd rather admit laziness... :pimp:
ahm, youīre welcome.
@ Carbonspeed
Quote:
Originally Posted by carbonspeed
can anyone make an script to repair my items in sro-r (hotan) mine keeps crashing
|
try to delete the first 5 lines before the potion inject and replace it with this:
Quote:
"exit town","hotan","middle"
"Walk","(153.2,48.8,24.4)",""
|
the "exit town"- line is also the command for the standard town procedures as repair, store, etc.
It ends in front of the Herbalist.
Second line is the one step from the herbalist to the free potion lady.
Just in the "purchase" tab set it to not buy any pots.
This is for isro, but i suppose, itīs the same here...
Oh, and at the end of the script, you need to set a hunting area.
instead of your one last line,
Quote:
|
"cmd","[start bot]","//Last line of script, start bot"
|
it should look like this:
Quote:
"cmd","[stop walking]",""
"cmd","[clear hunting]",""
"cmd","[add hunting]","-386;1729;50"
"cmd","[start bot]",""
|
In this case the hunting area is set at the coordinates x=-386, y=1729, radius=50, which was your last step.
You may want to change these values.
Also you can add as many different areas as you want by repeating the third line with different values.
As a reference you might wanna check my edimmu script posted a few pages ago.
@ Conjake
Quote:
Originally Posted by conjake
"cmd","[add hunting]","3554,7;1798,3;100"
This is my script test, it are error.
|
Sry, I didnīt see this before.
Replace the addhunting line with this:
Quote:
|
"cmd","[add hunting]","3555;1798;100"
|
with no commas in the hunting area.