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

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