Jump to content

Recommended Posts

Posted

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?

 

 

  • 1 month later...
Posted

 

 

that script working i use ewery day

 

 

 

 

LABEL(mpot)

DELAY(14000)

CharStatus(MP,<=,80)

{

USEITEM(Mana Potion[iD=9264])

DELAY(14000)

}

CALL(mpot)

  • 3 months later...
  • 4 weeks later...
Posted

// 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  ;)

 

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..