knoxville Posted July 21, 2007 Posted July 21, 2007 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.
szczuto Posted July 21, 2007 Posted July 21, 2007 why did you set such big delay ? Isn't that mistake ?
doggie Posted July 22, 2007 Posted July 22, 2007 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)
dmitry501 Posted August 7, 2007 Posted August 7, 2007 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)
xlvii Posted August 7, 2007 Posted August 7, 2007 thank you, extremely helpful for leveling my bishop.
brett16 Posted August 10, 2007 Posted August 10, 2007 haha thanks for the script, i always had my bot buffers using the mana pots every few seconds even when they were 100% mana. :S
adrenalbooster Posted September 11, 2007 Posted September 11, 2007 there is thousands scripts for manapots on this forum..
Berrr Posted September 14, 2007 Posted September 14, 2007 if U dont want to waste manapots, the delay should be mana pots effect in sec x 1000
maykofaria Posted September 14, 2007 Posted September 14, 2007 Nice share, thanks, I was really looking for something like that. Btw, does anyone knos the ID's of Mana potions on DN? ty
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now