Jump to content

Recommended Posts

Posted

Iam trying to make a buf/mana script and i dont want to use the normal buf options in walker.

iam totaly new in scripting so i gona need some help of a pro scripter

 

Label(INICIO)

CharStatus(MP,<,60)

LABEL(BUF)

{

Label(MANA)

USEITEM(Enhanced Mana Potion[iD=22300])

Delay(1500)

USESKILL(Greater Shield[iD=1389],SELF,PARTY)

Delay(1500)

USESKILL(Concentration[iD=1078],SELF,PARTY)

Delay(1500)

USESKILL(Acumen[iD=1085],SELF,PARTY)

Delay(1500)

USESKILL(Improve Condition[iD=1501],SELF,PARTY)

Delay(1500)

USESKILL(Improve Combat[iD=1499],SELF,PARTY)

CharStatus(MP,<,90)

Call(MANA)

!MemberBuffs(Greater Shield[iD=1389]

!MemberBuffs(Concentration[iD=1078]

!MemberBuffs(Acumen[iD=1085]

!MemberBuffs(Improve Condition[iD=1501]

!MemberBuffs(Improve Combat[iD=1499]

 

DELAY(5000)

}

 

Delay(108000)

Jmp(BUF)

 

this absolutely don't work

can some expert take a look at it and edit it so it works properly or give me a little help in the right direction.

thanks :D

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

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