Jump to content

Help plz


Recommended Posts

Man use search plz..

 

LABEL(mpot)

DELAY(30000)

CharStatus(MP,<=,40)

{

USEITEM(Mana Potion[iD=728])

DELAY(30000)

}

DELAY(300000)

CALL(mpot)

 

this is mana script ... and write [REQEUST]

Link to comment
Share on other sites

alex if you specify we will make a good one that will fits your char and your personal expectations..

 

I have a he and i have always vicious stance on.

I want my mp more than 50%.

But its ok now.I couldnt remember "CharStatus(MP,<=,*)"

Link to comment
Share on other sites

well just open a notepad and write this one and save as .SEC i think?

 

LABEL(mpot)

DELAY(30000)

CharStatus(MP,<=,50)

{

USEITEM(Mana Potion[iD=728])

DELAY(3000)

USEITEM(Mana Potion[iD=728])

DELAY(3000)

USEITEM(Mana Potion[iD=728])

DELAY(3000)

}

DELAY(3000)

CALL(mpot)

 

 

that way if mp<50% it uses 3 mana pots (with delay 3 seconds) and then goes again and checks if mp<50%..it does that all time..time to recheck is 30 seconds so that it does nt check right after using the pots ;)

if you want to use less or morw pots i think you know what to do..just delet or add some

"

USEITEM(Mana Potion[iD=728])

DELAY(300)

"

Link to comment
Share on other sites

well just open a notepad and write this one and save as .SEC i think?

 

LABEL(mpot)

DELAY(30000)

CharStatus(MP,<=,50)

{

USEITEM(Mana Potion[iD=728])

DELAY(3000)

USEITEM(Mana Potion[iD=728])

DELAY(3000)

USEITEM(Mana Potion[iD=728])

DELAY(3000)

}

DELAY(3000)

CALL(mpot)

 

 

that way if mp<50% it uses 3 mana pots (with delay 3 seconds) and then goes again and checks if mp<50%..it does that all time..time to recheck is 30 seconds so that it does nt check right after using the pots ;)

if you want to use less or morw pots i think you know what to do..just delet or add some

"

USEITEM(Mana Potion[iD=728])

DELAY(300)

"

When i press save as it tells unicode and some other things but not SEC. can i save it in another way?

Link to comment
Share on other sites

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