• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - Assign HP% for clicky buffs

crumpshot

New member
Joined
Jul 5, 2015
RedCents
42¢
Is it possible to assign a %hp value to a buff from a clicky item? Spefically, I'm trying to use my Fungi Staff to case the Fungal regrowth buff on my shaman but only when he is 90% hp or lower. I've tried several different syntax in both the Buffs section and Heals section such as:

Heals2=Fungus Covered Great Staff|90
Buffs2=Fungus Covered Great Staff|90
Buffs2=Fungus Covered Great Staff|hp|90

Is this even possible to configure in a char INI?
 
Maybe try
Heals2=Fungal Regrowth|90|Me

If that's not working can probably set it up with a holyshit/downshit in MQMelee.
 
Maybe try
Heals2=Fungal Regrowth|90|Me

If that's not working can probably set it up with a holyshit/downshit in MQMelee.

Yes, if this doesn't work will probly need go way of downshit/holyshit

Rich (BB code):
downshitx=/if (!${Me.Buff[Fungal Growth].ID} && ${Cast.Ready[Fungi Covered Greatstaff]} && ${Spell[Fungal Growth].Stacks}) && ${Me.PctHPs}<=90) /multiline ; /target myself ; /cast Fungi Covered Greatstaff|Item
This of course assumes you are not FIGHTING in MELEE with mob (if so will need to use as a holyshit), it IS the Fungi Covered Greatstaff you have (use whatever item inplace if not), the "buff" goes into the longtrem buffbar (if it goes into shorttrm/Song buff box, replace Me.Buff with Me.Song) and you can target more than yourself with the item (if self only don't need the /multiline ; /target myself ;)

The extras are to make sure someone else hasn't "Buffed" you with a better spell/buff and that the item IS ready and your not trying to click it when it is on cooldown.

Hope this helps.
 
Lovin the Meistro explanations... Thanks mate for your help around the site. Learning whatever I can by them and others.

~TheFiddler~
 
Items in Heal section should work. Make sure you have downloaded the newest compile 0925.
 
Question - Assign HP% for clicky buffs

Users who are viewing this thread

Back
Top
Cart