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...
Posted

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

  • 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...