deleveling

06/05/2005 14:31 mario202#1
Can someone tell me how can i deleveling my charachter uses l2walker? I try option wchih are to deleveing but for me it dosent work. My charakter dont attack guard but go somewhere attitude city.
05/03/2006 18:57 playa4hota#2
please help i need the same thing
05/03/2006 21:05 VeXz'#3
Delevel in gludio - by Anuin.

Quote:
////[ Check Position in Town ]////
Label(Start)
CharStatus(LV,<=,19)//<----- [ Delevel Limit ]
{
Exit()
}

POSINRANGE(-14177,122805,-3112,1000)//[ North Check ]
{
Label(GludioNorth)
Call(Continue 1)
}

POSINRANGE(-14285,124777,-3120,1000)//[ South Check ]
{
Call(GludioSouth)
MoveTo(-14215,123780,-3112)
Call(Continue 1)
}

PosInRange(-16300,124283,-3112,1000)//[ West Check ]
{
MoveTo(-15746,124178,-3112)
MoveTo(-16775,124177,-3112)
PosInRange(-16775,124177,-3112,100)
{
Label(Alive)
Delay(1000)
CharStatus(HP,!=,0)
{
UseSkill(Drain Health,NPC,Praga)//<----- [ Change Spell Here ]
Call(Alive)
}
}
Delay(1000)
CharStatus(HP,==,0)
{
GoHome
Delay(7000)
Call(Start)
Return
}
}

PosInRange(-13115,123765,-3112,1000)//[ East Check ]
{
MoveTo(-14215,123780,-3112)
MoveTo(-13322,123726,-3112)
MoveTo(-11742,123626,-3072)
PosInRange(-11742,123626,-3072,100)
{
Label(Alive)
Delay(1000)
CharStatus(HP,!=,0)
{
UseSkill(Drain Health,NPC,Babenko)//<----- [ Change Spell Here ]
Call(Alive)
}
}
Delay(1000)
CharStatus(HP,==,0)
{
GoHome
Delay(7000)
Call(Start)
Return
}
}
Call(Start)

////[ Continues to Guard ]////
Label(Continue 1)
MoveTo(-14545,121190,-2984)
MoveTo(-14555,120900,-2984)
}
PosInRange(-14555,120900,-2984,100)
{
Label(Alive)
Delay(1000)
CharStatus(HP,!=,0)
{
UseSkill(Drain Health,NPC,Bathis)//<----- [ Change Spell Here ]
Call(Alive)
}
}
Delay(1000)
CharStatus(HP,==,0)
{
GoHome
Delay(7000)
Call(Start)
Return
}
Call(Start)
Return
This script is made by Anuin from the Gamehaqs board. NOT my script.


Save it as UNICODE. it must be like thisscript.SEC
SEC is case sensitive. Put it into the script folder
08/21/2009 13:32 rulic#4
doesn't work
08/21/2009 19:46 servus#5
if the walker dont run to a monster on ur server and dont atk them he cant run to a guard if ur walker works fine u need to set an guard into the settings for deleveling in the town u r and do after that give on which lvl u want to be if u r on official servers it will work fine.

On L2j servers it wont work on all servers.

best regards

servus
08/21/2009 21:05 rulic#6
official server...but i dont have skill drain health this settings is for one class?