Jump to content

Recommended Posts

Posted

hi!

im currently playing gold, and they have mana potions. i was wondering if there is some way i can make my walker use mp potions after a percentage of my mana goes down.

 

thanks in advance

 

EDIT: i found this

This script can be used at servers who are using the "Mana Drug" which is a potion for your MP which works like a HP potion. At Lineage2Glory the potion will last 20 seconds so my delay will be 19999, you can edit this yourself...

 

LABEL(check)

CHARSTATUS(MP,<,90)

{

CALL(potion)

}

DELAY(500)

CALL(check)

 

LABEL(potion)

USEITEM(Mana Drug[iD=726])

DELAY(19999)

CALL(check)

 

Grtz,

BS540

 

 

but how do i know that my server's "mana potion" has the same id number as this guys mana drug?

Posted

Open walker.

Go to "Script Make" and press the "REC" button. It will start recording packets. Drink a mana potion... walker should give you the ID.

 

 

oO thx ;p

Posted

guys.

you take that script and all you do is remove those id and put your id`s of mana potion from your server.

Then you go and click make script , copy/paste and save. you put a name etc. Then run script and you will have this working^^.

 

 

for enchanted mana from herbs on dn you make the same think. You record when u use one mana potion enchanted, copy the id and U replace the id in script.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...