Jump to content

[SHARE] Manascript


Backside540

Recommended Posts

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

Link to comment
Share on other sites

Im using another method go to the heal options.

And select the HP<110% use %item mana potion,drug use in combat and set the delay you want.

 

How exactly does that work? When hp is under 110% wtf? ;P

Link to comment
Share on other sites

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

 

Incorrectly!

 

Correct

 

LABEL(check)

CHARSTATUS(MP,<,90)

{

CALL(potion)

}

DELAY(500)

JMP(check)

 

LABEL(potion)

USEITEM(Mana Drug[iD=726])

DELAY(19999)

RETURN()

Link to comment
Share on other sites

thanks for the scripts but how would a script look like if there is no time limit on the mana potion? On revenge u get 800mana when u use the potion. Is there a way to create a scrip that checks ur mp status and uses a manapot when the mp went down 800mp?

Link to comment
Share on other sites

  • 1 year later...

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