lefkal Posted April 8, 2007 Posted April 8, 2007 Hi can anyone help me to make a mana and potions script? I found how to make him use them but i have problems with the delay ty :D Quote
mpj123 Posted April 8, 2007 Posted April 8, 2007 there are MANY of them kicking arround, go look. Quote
lefkal Posted April 10, 2007 Author Posted April 10, 2007 there are MANY of them kicking arround, go look. oooo GG very helpfull THE BEST POST EVER. If you don't have something to say don't say nothing... I searched it in the forum with the search link and i didn't find anything usefull ty Quote
AdlerBR Posted April 10, 2007 Posted April 10, 2007 mana pots with 30 second delay: // // Mana Pot Script By AdlerBR // Label(INICIO) //>>> Start use mana pots when mana is at 50% CharStatus(MP,<,50) { Label(MANA) USEITEM(Mana Potion[iD=728]) //>>>>> 30 seconds Delay DELAY(30000) //>>>> If the mana is below 70% use mana pot again CharStatus(MP,<,70) { Call(MANA) } } DELAY(5000) Call(INICIO) Quote
AdlerBR Posted April 10, 2007 Posted April 10, 2007 Enhanced Mana Potion (Dragon Network Server): // // Enhanced Mana Potion Script By AdlerBR // Label(INICIO) //>>> Start use e-mana pots when mana low than 60% CharStatus(MP,<,60) { Label(MANA) USEITEM(Enhanced Mana Potion[iD=22300]) //>>>>>> 30 seconds Delay DELAY(30000) //>>>>>> if mana low than 90% use e-mana pot again CharStatus(MP,<,90) { Call(MANA) } } DELAY(5000) Call(INICIO) Quote
AdlerBR Posted April 10, 2007 Posted April 10, 2007 I wrote the Tateossian quest script too (S Grade Jewels Recipes Quest), Tested and aproved, but i need translate the notes to English and i post here later. bb AdlerBR Quote
mpj123 Posted April 10, 2007 Posted April 10, 2007 there are MANY of them kicking arround, go look. oooo GG very helpfull THE BEST POST EVER. If you don't have something to say don't say nothing... I searched it in the forum with the search link and i didn't find anything usefull ty Like I said, there are MANY arround, i've posted mine about 50 -beep-ing times. Quit begging, get going and -beep-ing make your own. I'll post whatever I -beep-ing want, your not going to be the -beep-tard to tell me otherwise. PS. Daller, those scripts you posted wont work well because you have a condition inside a condition... the first condition will work, but the second will be executed no matter what. Quote
lefkal Posted April 10, 2007 Author Posted April 10, 2007 thx :D can i add something to use hastle potios and great shift atack potions? Quote
lefkal Posted April 10, 2007 Author Posted April 10, 2007 there are MANY of them kicking arround, go look. oooo GG very helpfull THE BEST POST EVER. If you don't have something to say don't say nothing... I searched it in the forum with the search link and i didn't find anything usefull ty Like I said, there are MANY arround, i've posted mine about 50 -beep-ing times. Quit begging, get going and -beep-ing make your own. I'll post whatever I -beep-ing want, your not going to be the -beep-tard to tell me otherwise. and i will post whatever i -beep-ing want bip spamer and you are not going to be the -beeb-tard to tell me otherwise. Forums are to help eachother that is why we can make new topics to help and be helped!!! Quote
mpj123 Posted April 11, 2007 Posted April 11, 2007 /search = results /beg = flame nobody likes a beggar. For instance... MAYBE... JUST MAYBE you should have looked in the "all about scripts" thread? http://www.maxbastards.gr/forum/index.php?topic=165.0 Quote
lefkal Posted April 11, 2007 Author Posted April 11, 2007 lol spam = unusefull posts and just write in the search link mana script or mana potion or something like that and see the results... if the search engine can't find your posts it's not my problem! Quote
sltbnjr Posted September 24, 2007 Posted September 24, 2007 I vote for a ban on lefkal not like he'll bring anything to the community here anyway especially with the attitude :> Quote
retghy Posted September 25, 2007 Posted September 25, 2007 This is what i use.. LABEL(mpot) CharStatus(MP,<=,95) { USEITEM(Mana Potion[iD=728]) DELAY(1000) } CALL(mpot) RETURN hope it helps. Quote
Recommended Posts
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.