Jump to content

Recommended Posts

Posted

how do i disable the HP viewer at the top of ingame walker?

 

also... is it possible to make an auto cp + mana + healing pot script in one?

 

here are the 3 seperate scripts

CP:

USEITEM(itemname[iD=3949])

LABEL(CPPotion)
CharStatus(CP,<=,70)
{
CALL(GCP)
USEITEM(CP Potion[iD=5591])//Use normal CP Potion
DELAY(1000)
}
LABEL(GCP)
CharStatus(CP,<=,50)
{
CALL(VITAMINA)
}
LABEL(VITAMINA)
USEITEM(Greater CP Potion[iD=5592])//Use Greater CP Potion
DELAY(1000)
}
CALL(CPPotion)

MANA:

LABEL(mpot)
{
USEITEM(itemname[iD=3949])
}
CharStatus(MP,<=,80) 
{
USEITEM(Mana Potion[iD=1805])

}
CALL(mpot)
RETURN


USEITEM(itemname[iD=3949])

HP:

LABEL(hpot)
{
USEITEM(itemname[iD=3549])
}
CharStatus(HP,<=,80) 
{
USEITEM(Greater Healing Potion[iD=1905])

}
CALL(hpot)
RETURN


USEITEM(itemname[iD=3549])

Posted

you cant make the cp pot, hp pot and mana pot in the macro in the ingame easy =], you could also put on a time delay between. them all.

i am not sure on how to do it, but i will search for it and let you know =]

 

Peace.

Posted

you cant make the cp pot, hp pot and mana pot in the macro in the ingame easy =], you could also put on a time delay between. them all.

i am not sure on how to do it, but i will search for it and let you know =]

 

Peace.

yes but IG macro is SUX and to make delay is simply write /delay x (x= time in seconds)

why is it sux? becouse when u use this macro all work OK but when u use other skill it cancel macro = u need to press it again = its useless macro couse u can press all the time CP potion from toolbar no need script what will cancel after every your movement/skill/action

 

2nvus: yes  u can make easily script for MP/HP but !!! NO CP !!! there isnt any command for like "CharStatus (CP<90) ... all u can make is spam script for CP:

 

label(1)
useitem(CP Potion[iD=5591])
delay(y)
call(1)

y= time in miliseconds

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