Post new topic Reply to topic  [ 14 posts ] 
  Print view Previous topic | Next topic 
Author Message
 Post subject: Can any1 help me with walker????
PostPosted: Tue Sep 22, 2009 7:55 pm 
Vassal

Joined: Fri Sep 04, 2009 12:26 pm
Posts: 30
Location: Dion
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!!!


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Tue Sep 22, 2009 9:22 pm 
Duke
User avatar

Joined: Mon Jan 14, 2008 7:27 pm
Posts: 2297
Location: Chios / Greece
go to gludio and set it to hit guard npc and then return with 0 delay.

btw i dont use walker :D

_________________
Image

ImageImageImageImage Image


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Wed Sep 23, 2009 8:28 am 
Vassal

Joined: Fri Sep 04, 2009 12:26 pm
Posts: 30
Location: Dion
well i try that :) i didnt work :( my char goes to NPC guard but do not attack it :(


Reply with quote
Top
 OfflineProfile  
 Post subject: lol
PostPosted: Wed Sep 23, 2009 9:46 am 
Vassal

Joined: Fri Sep 04, 2009 12:26 pm
Posts: 30
Location: Dion
lol can you give me a link lol


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Wed Sep 23, 2009 9:42 pm 
Count
User avatar

Joined: Tue Aug 04, 2009 11:26 pm
Posts: 662
LOOOOOOOL

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

_________________
Image
Herlitz wrote:
Hi, i just want to check how much things i need to pre - frenzy on oly. My idea: 1st: -18 con

Xmvp wrote:
in spam we trust.


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Wed Sep 23, 2009 11:21 pm 
Vassal

Joined: Fri Sep 04, 2009 12:26 pm
Posts: 30
Location: Dion
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


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Thu Sep 24, 2009 1:21 am 
Baron

Joined: Sun Apr 19, 2009 1:41 am
Posts: 234
// 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.


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Thu Sep 24, 2009 3:36 am 
Count
User avatar

Joined: Tue Aug 04, 2009 11:26 pm
Posts: 662
why just dont go de-lvl manager

_________________
Image
Herlitz wrote:
Hi, i just want to check how much things i need to pre - frenzy on oly. My idea: 1st: -18 con

Xmvp wrote:
in spam we trust.


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Thu Sep 24, 2009 6:45 am 
Duke

Joined: Fri Nov 16, 2007 3:03 pm
Posts: 2034
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


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Thu Sep 24, 2009 9:16 am 
Vassal

Joined: Fri Sep 04, 2009 12:26 pm
Posts: 30
Location: Dion
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 :)


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Thu Sep 24, 2009 1:20 pm 
Duke
User avatar

Joined: Mon Jan 14, 2008 7:27 pm
Posts: 2297
Location: Chios / Greece
Banana wrote:
LOOOOOOOL

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


amateurs...

_________________
Image

ImageImageImageImage Image


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Thu Sep 24, 2009 2:16 pm 
Duke
User avatar

Joined: Wed Sep 26, 2007 11:31 pm
Posts: 2658
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

_________________
Abyss x7: Eva Saint [Aegis] {OFF}
Wrath x9: SwordMuse/Wind Rider [Ph34r] {OFF}
Dex x50: Cardinal [DeathSentence] {ON}


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Thu Sep 24, 2009 2:46 pm 
Duke
User avatar

Joined: Fri Jun 27, 2008 9:44 pm
Posts: 2513
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:


Reply with quote
Top
 OfflineProfile  
 Post subject:
PostPosted: Thu Sep 24, 2009 4:06 pm 
Duke
User avatar

Joined: Wed Sep 26, 2007 11:31 pm
Posts: 2658
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

_________________
Abyss x7: Eva Saint [Aegis] {OFF}
Wrath x9: SwordMuse/Wind Rider [Ph34r] {OFF}
Dex x50: Cardinal [DeathSentence] {ON}


Reply with quote
Top
 OfflineProfile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 

All times are UTC + 2 hours


Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  


Contact | Cookies policy