Jump to content

[L2W] Mana Potions Dragon Network


Recommended Posts

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?

 

 

Link to comment
Share on other sites

  • 1 month later...
  • 3 months later...

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

Link to comment
Share on other sites

  • 4 weeks later...

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

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock