Jump to content

Basic Script for mana pots with %


knoxville

Recommended Posts

I make this script for newbies players like me :P i'm learning and i want to share this information, is basic but i hope can be usefull.

 

LABEL(POTS)
DELAY(5000)
CharStatus(MP,<,80)
{
USEITEM(Mana Potion[iD=728])
DELAY(55000)
}
CALL(POTS)

 

 

 

 

Where say CharStatus(MP,<%) there % you have to write in witch porcent you want to use mana pot, this gonna be with reference how much mana recharge the pot.

Link to comment
Share on other sites

I make this script for newbies players like me :P i'm learning and i want to share this information, is basic but i hope can be usefull.

 

LABEL(POTS)
DELAY(5000)
CharStatus(MP,<,80)
{
USEITEM(Mana Potion[iD=728])
DELAY(55000)
}
CALL(POTS)

 

 

 

 

Where say CharStatus(MP,<%) there % you have to write in witch porcent you want to use mana pot, this gonna be with reference how much mana recharge the pot.

 

Its better to erase the first delay, its useless. Just have one and set it to the time u want. Remember 1000 = 1 sec

 

LABEL(POTS)

CharStatus(MP,<,80)

{

USEITEM(Mana Potion[iD=728])

DELAY(xxxx)

}

CALL(POTS)

Link to comment
Share on other sites

  • 3 weeks later...

LABEL(POTS)

CharStatus(MP,<,80)

{

USEITEM(Mana Potion[iD=728])

DELAY(xxxx)

}

CALL(POTS)

 

LOL :)

Stack overflow

 

Change to

 

LABEL(POTS)

CharStatus(MP,<,80)

{

USEITEM(Mana Potion[iD=728])

DELAY(xxxx)

}

JMP(POTS)

 

 

Link to comment
Share on other sites

  • 1 month 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...

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