7w0j4s74r4 Posted August 5, 2008 Posted August 5, 2008 Hi I play on Dragon Network. I use IG walker and script: LABEL(mpot) CharStatus(MP,<=,70) { USEITEM([iD=9264]) DELAY(20000) } CALL(mpot) RETURN Some of my char don't use mana potions and others use mana potions. How can i fix it?
xin Posted September 13, 2008 Posted September 13, 2008 that script working i use ewery day LABEL(mpot) DELAY(14000) CharStatus(MP,<=,80) { USEITEM(Mana Potion[iD=9264]) DELAY(14000) } CALL(mpot)
noodle Posted September 13, 2008 Posted September 13, 2008 use search button i already posted a script for emp wish work in DN x15
TearsOfHolly Posted December 24, 2008 Posted December 24, 2008 moodle its right but this is not right dude >> LABEL(mpot) DELAY(14000) CharStatus(MP,<=,80) { USEITEM(Mana Potion[iD=9264]) DELAY(14000) } CALL(mpot) Learn t o search before post
newslayer Posted January 20, 2009 Posted January 20, 2009 // Enhanced Mana Potion Script - by Slayer (Works... at DRAGON-NETWORK servers and more...) LABEL(veryfi) CharStatus(MP,<,10) //>>> Verify if Mana is low than 10% than use EMana Potion <<<// { Label(pijmp) USEITEM(Mana Potion[iD=9264]) DELAY(20000) //>>> EMana Potion DELAY (20000 = 20 SECONDS) <<<// CharStatus(MP,<,50) //>>> If char MP low than 50% use EMana Potion <<<// { Call(pijmp) } } DELAY(5000) Call(veryfi) good luck ;)
Recommended Posts