IG Script for walker

12/18/2008 18:50 RomanWAR1#1
How can I write script, that my bot use SOE after 55 minutes lvling. Yes, I know, that I can put DELAY(55minutes). but it isn't way of solving problem, because if bot will die, he also wait this delay to use return to town.
So is there any suggestions to solve the problem ?
12/19/2008 11:13 RomanWAR1#2
up
12/19/2008 13:55 emir0n#3
CALL(LABEL name)
Transfers the LABEL marking the label address execution,Carries out returns, Must have to have the RETURN instruction


moved,warning
12/19/2008 15:14 RomanWAR1#4
Set(FIGHTSTART)

CALL(CIKL)
LABEL(CIKL)
CharStatus(CHP,<=,0)
{
Set(FIGHTSTOP)
DELAY(3000)
GOHOME()
DELAY(20000)
CALL(detect heine)
JMP(sdox)
}
CharStatus(CHP,>,0)
{
RETURN(CIKL)
}


Is it right ?
12/19/2008 21:22 RomanWAR1#5
I solve this problem, but I have another Sad

How can I write script, that my bot use SOE after 55 minutes lvling. Yes, I know, that I can put DELAY(55minutes). but it isn't way of solving problem, because if bot will die, he also wait this delay to use return to town.
So is there any suggestions to solve the problem ?

Thx.
12/24/2008 05:44 emir0n#6
read this manual plz [Only registered and activated users can see links. Click Here To Register...]

GOHOME()
Return to nearest town on death.

or use the settings in the l2w - basic settings,open the other settings tab abd there u can find an option : Die after XX sec. run script - after death it will go to town and run a script