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.

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock