Lineage 2 Game PMfun Forum
https://forum.pmfun.com/

Can any1 help me with walker????
https://forum.pmfun.com/viewtopic.php?f=1&t=7890
Page 1 of 1

Author:  Pan4o16 [ Tue Sep 22, 2009 7:55 pm ]
Post subject:  Can any1 help me with walker????

Hi :) I am using l2walker 10.9.7 and i want to delevel my drawf with it. I know the walker have DOWN LEVEL function, but i dont know how to use it!!!

Author:  Ruud44 [ Tue Sep 22, 2009 9:22 pm ]
Post subject: 

go to gludio and set it to hit guard npc and then return with 0 delay.

btw i dont use walker :D

Author:  Pan4o16 [ Wed Sep 23, 2009 8:28 am ]
Post subject: 

well i try that :) i didnt work :( my char goes to NPC guard but do not attack it :(

Author:  Pan4o16 [ Wed Sep 23, 2009 9:46 am ]
Post subject:  lol

lol can you give me a link lol

Author:  Banana [ Wed Sep 23, 2009 9:42 pm ]
Post subject: 

LOOOOOOOL

thats not possible to put bot on pvp mode rotfl (hitting guard is like pvp)
Image

Author:  Pan4o16 [ Wed Sep 23, 2009 11:21 pm ]
Post subject: 

i have seen people doing Delvl with that walker so it is possible ! BTW thanks alot for the help! you were realy helpfull. and while you are resting from all the helping whatch some videos:
http://www.youtube.com/v/dHCV5se7hmU&NR=1
http://www.youtube.com/v/Hh7tLPoe ... eature=iv#
http://www.youtube.com/v/iatqgFsrMgo

Author:  HipHip [ Thu Sep 24, 2009 1:21 am ]
Post subject: 

// BASED ON DWARF DELEVEL SCRIPT BY ADLERBR
// START AT OREN CITY
// NEED EQUIP ANY NO GRADE BLUNT
// MAKE SURE YOU DONT HAVE ANY OTHER ITEMS AT INVENTORY
//
//
// NEW VERSION RELEASE BY SICKY
// ADDED HASTE POTION USE FOR FASTER DELVL
//
// THIS VERSION IS FOR DRAGON-NETWORK
// BUT U CAN MODIFY FOR ANY SERVER
//
// FOLLOW THIS INSTRUCTION:
//
// CHECK AND CHANGE HASTE POTION ITEM ID
// HECK AND CHANGE NPC DIALOGUE TO GET GROCERY SHOP WINDOW
//
//
LABEL(START)
// Check The LVL
//
CharStatus(LV,<=,38) //>>> YOU CAN CHANGE THE LEVEL HERE
{
EXIT()
}
CharStatus(CHP,==,0)
{
JMP(DIED)
}
//
// Square 1
// Spawn Near Oren GateKeeper
//
POSINRANGE(82593,53795,-1496,800)
{
MOVETO(81600,53471,-1496)
MOVETO(81051,53436,-1544)
MOVETO(80311,54265,-1560)
JMP(GOPOTS)
}
//
// Square 2
// Spawn Near Oren Manager
//
POSINRANGE(82680,55770,-1520,1000)
{
MOVETO(81595,55513,-1520)
JMP(GOSTAN)
}
//
// Square 3
// Spawn Near Sir Gustaf
POSINRANGE(80329,56121,-1560,800)
{
MOVETO(80355,55410,-1560)
MOVETO(80367,54336,-1560)
JMP(GOPOTS)
}
//
// Square 4
// Spawn Near Weapon Shop
//
POSINRANGE(80143,53208,-1560,800)
{
MOVETO(80578,53917,-1560)
JMP(GOPOTS2)
}
//
// Square 5
// Spawn Near Jerin
//
POSINRANGE(80334,54400,-1560,800)
{
MOVETO(79733,54245,-1560)
JMP(GOJERIN)
}
//
// Move Near to Stan
//
LABEL(GOSTAN)
MOVETO(81606,56228,-1520)
UseSkill(Stun Attack,NPC,Pinaps)
FORCEATTACK(Pinaps)
Delay(8000)
CharStatus(CHP,>,0)
{
CALL(GOSTAN)
}
JMP(DIED)
//
// Move Near Jerin
//
LABEL(GOJERIN)
MOVETO(79699,54340,-1560)
FORCEATTACK(Yates)
USESKILL(STUN ATTACK,NPC,Yates)
DELAY(8000)
CharStatus(CHP,>,0)
{
CALL(GOJERIN)
}
JMP(DIED)
//
// Died go Home
//
LABEL(DIED)
CharStatus(CHP,==,0)
{
GoHome(0)
}
Delay(5000)
USEITEM(Haste Potion[ID=734])
Call(START)

// POTS ADDON
LABEL(GOPOTS)
ITEMCOUNT(Haste Potion[ID=734],<,5) // CHANGE ITEM ID HERE
{
MOVETO(80318,54921,-1586)
MOVETO(79702,54928,-1572)
NPCSEL(Sara[ID=7180])
NPCDLG(Sara[ID=7180])
DLGSEL(Buy Consumables and Minerals ) // CHANGE NPC DIALOGUE HERE
BUYITEM(Haste Potion[ID=734],100 // CHANGE ITEM ID HERE
MOVETO(79702,54928,-1572)
MOVETO(80318,54921,-1586)
MOVETO(80311,54265,-1560)
JMP(GOJERIN)
}
JMP(GOJERIN)
LABEL(GOPOTS2)
ITEMCOUNT(Haste Potion[ID=734],<,5) // CHANGE ITEM ID HERE
{
MOVETO(80436,53994,-1560)
MOVETO(80318,54921,-1586)
MOVETO(79702,54928,-1572)
NPCSEL(Sara[ID=7180])
NPCDLG(Sara[ID=7180])
DLGSEL(Buy Consumables and Minerals ) // CHANGE NPC DIALOGUE HERE
BUYITEM(Haste Potion[ID=734],100 // CHANGE ITEM ID HERE
MOVETO(79702,54928,-1572)
MOVETO(80318,54921,-1586)
MOVETO(80311,54265,-1560)
JMP(GOJERIN)
}
JMP(GOJERIN)

Taken from Elitepvpers. When I used it I made some customizations to make it quicker, but if you don't know how to do basic scripting, then don't mess with it as this will do the job.

Author:  Banana [ Thu Sep 24, 2009 3:36 am ]
Post subject: 

why just dont go de-lvl manager

Author:  Lhyno [ Thu Sep 24, 2009 6:45 am ]
Post subject: 

Banana wrote:
why just dont go de-lvl manager


on retail it's non-existent

if i dlvl i usually take a visit in orc village, take the guard to the center and keep stunning it

Author:  Pan4o16 [ Thu Sep 24, 2009 9:16 am ]
Post subject: 

yeah tahnks for the replies :) finaly some good info :) i will try that. BTW i does it by hand and even with macro but is toooooooooo boring :)

Author:  Ruud44 [ Thu Sep 24, 2009 1:20 pm ]
Post subject: 

Banana wrote:
LOOOOOOOL

thats not possible to put bot on pvp mode rotfl (hitting guard is like pvp)
Image


amateurs...

Author:  razveck [ Thu Sep 24, 2009 2:16 pm ]
Post subject: 

Banana wrote:
LOOOOOOOL

thats not possible to put bot on pvp mode rotfl (hitting guard is like pvp)
Image

Hmmm lol /fail
Make a /attackforce macro, put it on F1 and on walker make /target (guard names) /useshotcut 1 1

Author:  MustLoveL2 [ Thu Sep 24, 2009 2:46 pm ]
Post subject: 

razveck wrote:
Banana wrote:
LOOOOOOOL

thats not possible to put bot on pvp mode rotfl (hitting guard is like pvp)
Image

Hmmm lol /fail
Make a /attackforce macro, put it on F1 and on walker make /target (guard names) /useshotcut 1 1


duuuh lol even for someone that knows less than 0 bout walker like me it looks easy :roll: :roll:

Author:  razveck [ Thu Sep 24, 2009 4:06 pm ]
Post subject: 

MustLoveL2 wrote:
razveck wrote:
Banana wrote:
LOOOOOOOL

thats not possible to put bot on pvp mode rotfl (hitting guard is like pvp)
Image

Hmmm lol /fail
Make a /attackforce macro, put it on F1 and on walker make /target (guard names) /useshotcut 1 1


duuuh lol even for someone that knows less than 0 bout walker like me it looks easy :roll: :roll:

Yep, I cant make any decent combat setup with walker, just buffs, pots etc xD

Page 1 of 1 All times are UTC + 2 hours
Powered by PMfun ©2006-2010