nvus Posted June 30, 2008 Posted June 30, 2008 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]) Quote
furiosx Posted June 30, 2008 Posted June 30, 2008 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. Quote
Jackie Posted July 1, 2008 Posted July 1, 2008 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 Quote
Recommended Posts
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.