Jump to content

Recommended Posts

Posted

Hello, i need script that will take mana on Arena (Dragon-Network).

For basic DN servers enchanted mana script is that:

 

//
// ENHANCED MANA SCRIPT (WORKS AT DRAGON-NETWORK SERVERS)
//
Label(INICIO)
CharStatus(MP,<,60) //>>> VERIFY IF MANA IS LOW THAN 60% THAN USE E-MANA   <<<//
{
Label(MANA)
USEITEM(Enhanced Mana Potion[iD=9264])
DELAY(19000) //>>> E-MANA POT DELAY (20000 = 20 SECONDS)    <<<//
CharStatus(MP,<,70) //>>> IF CHAR MP LOW THAN 90% USE E-MANA AGAIN  <<<//
{
Call(MANA)
}
}
DELAY(5000)
Call(INICIO)

 

What id to put there to use mana on Arena ? There is different pot, and this script is not working :P

  • 4 weeks later...
Posted

Man I found the mana potions script in the forum (some times a little bit of search is good :P )

 

Label(INICIO)
CharStatus(MP,<,50)
{
Label(MANA)
USEITEM(Mana Potion[iD=728])
DELAY(1000)
CharStatus(MP,<,70)
{
Call(MANA)
}
}
DELAY(1000)
Call(INICIO)

 

 

If you want to ask something just do a quote and reply.

Posted

i do not like this netork . i was play on it .

they only ont to you to donation .

i do not see in my life server pvp wont us to do that big donate as if some one hava dc set and some noob do adonation !!!!!!!!!!!!!!!!

if my brother (he is 6 year old ) see it he will tell you how will won the war !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Posted

what is this ? for what ? for phx ?

Yes.. those are scripts for L2 Phx . You just put them on the scipts part (in phx) and you press Run. These are for auto - using mana potions when mana points fall under a certain amount.

  • 3 weeks later...
Posted

anyone know how to find out ID for other items ?!

 

IG walker -> record script -> use the item -> you should be able to see what to do from here

 

 

Scripts are for walker btw (or you can use phx for that too?)

Posted

Hello, i need script that will take mana on Arena (Dragon-Network).

For basic DN servers enchanted mana script is that:

 

//
// ENHANCED MANA SCRIPT (WORKS AT DRAGON-NETWORK SERVERS)
//
Label(INICIO)
CharStatus(MP,<,60) //>>> VERIFY IF MANA IS LOW THAN 60% THAN USE E-MANA   <<<//
{
Label(MANA)
USEITEM(Enhanced Mana Potion[iD=9264])
DELAY(19000) //>>> E-MANA POT DELAY (20000 = 20 SECONDS)    <<<//
CharStatus(MP,<,70) //>>> IF CHAR MP LOW THAN 90% USE E-MANA AGAIN  <<<//
{
Call(MANA)
}
}
DELAY(5000)
Call(INICIO)

 

What id to put there to use mana on Arena ? There is different pot, and this script is not working :P

start L2 from walker  ----->log your char-----> go to record script -----> use enchanced mana potion ----> read the ID in screen

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...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..

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