Jump to content

[SHARE] Enchanted Mana Script


wootwtflol

Recommended Posts

well here is my first sharing.. meybe its shared alredy but i didnt found it :) and its really helpefull for me ;) i hope will be for u guys too :)

 

here is

 

//
Label(INICIO)
//>>> Start use mana pots when mana is at 50%
CharStatus(MP,<,50)
{
Label(MANA)
USEITEM(Mana Potion[iD=22300])
//>>>>> 30 seconds Delay
DELAY(30000)
//>>>> If the mana is below 70% use mana pot again
CharStatus(MP,<,70)
{
Call(MANA)
}
}
DELAY(5000)
Call(INICIO)

 

 

 

Link to comment
Share on other sites

hmm what it give ? it Enchanted mana potions or what ?

 

nope walker use enchanted mana pots when ur MP fall to 50%  u can correct % always u can put 70 or 80% its helpefull for bishops on mass pvp too ;) to dont farget drinking pots xD

Link to comment
Share on other sites

k thx but what exatcly i do with it ??? i copy that text to " make script " and What next ?

 

 

1. copy text to: Script Make

2. save script

3. go to Script Run, and press Flash button

4. choose your script from the list, and press run

 

 

Link to comment
Share on other sites

why did u remove the copy right that was on top of the script???, this should be minus Karma for u, u take credit for someone elses work and say u wrote it!.

 

where u read that? its mine creation i got it from friend and just share it  rofl..

Link to comment
Share on other sites

//

// MANA SCRIPT BY ADLERBR

//

Label(INICIO)

CharStatus(MP,<,50) //>>> VERIFY IF CHAR MP IS LOW THAN 50%  <<<//

{

Label(MANA)

USEITEM(Mana Potion[iD=728])

DELAY(300) //>>> MANA POT DELAY (30000=30 SECONDS)  <<<//

CharStatus(MP,<,60) //>>> IF CHAR MP IS LOW THAN 70% USE MANA POT AGAIN    <<<//

{

Call(MANA)

}

}

DELAY(50)

Call(INICIO)

 

@ADLERBR

Link to comment
Share on other sites

 

so how can it be your creation if u have it from friend?

 

let me correct  myself

 

where u read its my creation? i just GOT IT from friend and just SHARE IT!....

 

its enought and GOOD explain for ya guys ?

Link to comment
Share on other sites

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