CheaterX Posted June 10, 2009 Posted June 10, 2009 So here is it ::) : // // ENHANCED MANA SCRIPT (WORKS AT DRAGON-NETWORK HELLBOUND SERVERS) // Label(INICIO) CharStatus(MP,<,60) //>>> VERIFY IF MANA IS LOW THAN 60% THAN USE E-MANA <<<// { Label(MANA) USEITEM(itemname[iD=8633]) USEITEM(Enhanced Mana Potion[iD=10764]) 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) Quote
CheaterX Posted June 10, 2009 Author Posted June 10, 2009 No problem xD I only changed items id ;P Quote
CheaterX Posted June 11, 2009 Author Posted June 11, 2009 If its true so sorry... But i can't find there DN mana script for HB (il only) ;P Quote
shass Posted June 21, 2009 Posted June 21, 2009 pretty useful script ..gonna use cuz spamming mana pots its a pain in the ... Quote
graffikbv Posted July 4, 2009 Posted July 4, 2009 gr8.....i needed this for relax whyle farming :D Quote
mogyoro Posted July 4, 2009 Posted July 4, 2009 its enough Label(mana) CharStatus(MP,<,60) { USEITEM(Enhanced Mana Potion[iD=10764]) DELAY(20000) } JMP(mana) 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.