• 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 - Warrior/Wizard Use Potion on party member when any party member's health reaches a certain point?

Karm

Member
Joined
Oct 28, 2022
RedCents
182¢
Hey,

I 2 box on Casual Dreams and I've been using MQ2 + E3.

I've got it set up pretty well but I have a few questions. This may not be the right place to ask them. Let me know if that's the case.

Casual Dreams has Potion of Serious Healing with an instant casting time (the server is designed to let pretty much any class solo all the content through PoP).

I have got my bots set to use one on themselves when their HP reaches a certain level with this line in the ini file:

[CODE title="Life Support"][Life Support]
Life Support=Potion of Serious Healing/HealPct|##[/CODE]

I would like to set it so that they will also use the potion on themselves or others under certain conditions.

For example, use a potion on any member of the party when their health reaches a lower percentage (a lot of the custom fights are very stun heavy).

Is there a way to do this by modifying the ini files or do I need to customize the e3_classes code for each character?

I tried this code, which does not seem to work:

[CODE title="Use Item"][Use Item]

Potion of Serious Healing/Karm/HealPct|60[/CODE]

I also tried this code which did not work:

[CODE title="Life Support"][Life Support]
Life Support#1=Potion of Serious Healing/HealPct|30
Life Support#2=Potion of Serious Healing/Karm/HealPct|60
[/CODE]
 
Yes, that would make sense. I’m not sure where that is. I should probably just switch to your compile and try it, but I just figured it would be worth asking in case it’s a quick answer.

Thanks!
 
If I wanted it used on other party members at certain percentages I would put it in the heal category which doesn't exist for Warrior and Wizard.. You will need to modify the advanced settings.ini and place the check_Heals in the order you would like to prioritize. Example Below


INI:
[WAR Functions]
WAR Function=check_Nukes
WAR Function=check_Tanking
WAR Function=check_Burns
WAR Function=check_Buffs
WAR Function=check_Food
WAR Function=check_Gimme
>>WAR Function=check_Heals
WAR Function#1=check_Tanking
WAR Function#2=check_Burns
WAR Function#3=check_Buffs
WAR Function#4=check_Food
>>WAR Function#"#"=check_Heals

Code:
[Heals]
Tank=*TANKNAME*
Tank Heal=Greater Healing/HealPct|70/Gem|1
Important Bot=*CHARACTER1*
Important Bot=*CHARACTER1*
Important Heal=Potion of Serious Healing/HealPct|##
Pet Owner=
All Heal=
XTarget Heal=Potion of Serious Healing/HealPct|##
Pet Heal=
Auto Cast Necro Heal Orbs (On/Off)=On
Heal Over Time Spell=
Who to Heal=Tanks/ImportantBots/All/XTargets/Pets
Who to HoT=
 
Awesome! It worked!

For some reason when I used the Tank Heal=** it did not target the character who needed the heals, but adding Important Heal fixed it!

Thank you!
 
Awesome! It worked!

For some reason when I used the Tank Heal=** it did not target the character who needed the heals, but adding Important Heal fixed it!

Thank you!
The Tank Heal= will only Heal who you have setup as Tank and will prioritize that over all other heals. Then next priority is who you define in Important Bot=. If you want to do it to everyone with no priority concerns then you can just do All Heal=>
Here is some extra resources on heal.
E3 Heal Info
 
Thanks very much! I appreciate the link!

It's working great with Important Bots=.

Thinking about trying to set up cures as well.

When I turned on Check Cures in the warrior's INI, he started spamming myrmidon's aura. Unfortunately, auras don't work on Casual Dreams, so I may have to look into how that is handled and shut it off. It seems odd that check cures would do it, but I'm sure it's some little piece of syntax that I messed up somewhere.
 
One more question in case you are monitoring this. Is there documentation for these plugins?

I really do appreciate the help, but I would love to be able to look up how/why they are doing what they're doing and I'm not a coder.

For instance when I try to use the potion in HealAll or XTargetHeals with the same syntax it says that it does not have access to that item|spell|disc cannot parse healPct or somehting like that.

Another example would be adding cures to the warrior and having her start spamming myrmidon's aura.

It may be that no comprehensive documentation exists. I just haven't found all the answers to my questions in the Project Lazarus / E3 wiki, which is where I have found most of the answers I was looking for.

Thanks again!
 
Question - Warrior/Wizard Use Potion on party member when any party member's health reaches a certain point?

Users who are viewing this thread

Back
Top
Cart