Jump to content

Recommended Posts

Posted

Nothing special...

This script is almost same as previous versions but mana pot is not being spammed when ur dead. I got just fken bored to hear that "thong thong - mana potion can not be used due to unsuitable terms".

 

Label(mana)
CharStatus(HP,>,1)  //eat mana only if health is over 1%
{
CharStatus(MP,<,99) //use mp pot if mana is lower that 99%
{
Label(MANA)
USEITEM(Mana Potion[iD=728])
}
}
DELAY(1000)
Call(mana)

Posted

that script shouldn't work, it has conditions inside conditions...

 

 

but this will.

Label(mana)
CharStatus(HP,>,1)  //eat mana only if health is over 1%
{
CALL(DEADCHECK)
}
DELAY(1000)
Call(mana)



LABEL(DEADCHECK)
CharStatus(MP,<,99) //use mp pot if mana is lower that 99%
{
USEITEM(Mana Potion[iD=728])
}
RETURN()

Posted

that script shouldn't work, it has conditions inside conditions...

Works with IG 1.78. Atleast I dont get the spam when I'm dead and mp ~80%.

 

PS Can it be modded so that I only use it outside of combat?

Posted

why would you want it to be outside of combat?

 

and now that I think about it, unless you are at 100% hp 24/7 its impossible.

Posted

Why it doesn't work?I didn't understand what u say mpj and aasi...But i try it and nothing (at ES-L2)

:'(

Posted

check for useless spaces at the end of each script line, then run it.

 

also, get your own mana pot ID

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


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