Jump to content

[help] Walker script


blockhd

Recommended Posts

i need script to use mana pots when MP is lower than 10%

 

but i need that kinda script...

 

when MP is under 10% need to use 10 MP pots

 

that is what i would like to do but i dont know how to

 

please help me

 

ty

Link to comment
Share on other sites

Try this script and modify as u want.If u know when the mp is near 10% or make tests on it(script) its easy way to use mana pots on significant of time LABEL(mpot)

DELAY(30000)

CharStatus(MP,<=,40)

{

USEITEM(Mana Potion[iD=728])

DELAY(30000)

}

DELAY(300000)

CALL(mpot)

 

Most of times the CharStatus(MP>#) dont work on most of servers so try to calculate the time u need to get mana pots.try to understand the upper script and make tests on it.

The other way is to go on Self Buffs tab and from there u can put the pot and time u want to take it,u can get 5 pots at once in exact time as buff item.

I hope to Help us

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

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