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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...