• 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 - What conditions do I need to set to get a clickie that does radiant cure to work?

drawthow

Well-known member
Joined
Sep 8, 2019
RedCents
2,081¢
I have this in my config. Doesn't seem to fire.

= {
['itemName'] = 'Purification Stone',
['target'] = 'Self',
['combat_state'] = 'Any',
['conditions'] = {
[1] = {
['args'] = {
[1] = 'Poison',
[2] = false,
},
['type'] = 'I Have Effect',
['target'] = 'Self',
},
[2] = {
['args'] = {
[1] = 'Disease',
[2] = false,
},
['type'] = 'I Have Effect',
['target'] = 'Self',
},
[3] = {
['args'] = {
[1] = 'Curse',
[2] = false,
},
['type'] = 'I Have Effect',
['target'] = 'Self',
},
[4] = {
['args'] = {
[1] = 'Corruption',
[2] = false,
},
['type'] = 'I Have Effect',
['target'] = 'Self',
},
[5] = {
['target'] = 'Self',
['type'] = 'I Have Effect',
['args'] = {
[1] = 'Detrimental',
[2] = false,
},
},
},
 
This is not currently supported.
I don't think its an unreasonable thought, so perhaps we will add it at some point, but it would be limited to ourselves. We won't be doing full-blown party cure checks in the clickies module. Configs can be modified to use items for cure rotations.
1765125713002.png
I understand why the term "effect" may have thrown you off a little.

In the meanwhile, feel free to add this to your custom config, you can check all of those using existing objects in MQ (e.g, mq.TLO.Me.Poisoned.ID()).
 
This is not currently supported.
I don't think its an unreasonable thought, so perhaps we will add it at some point, but it would be limited to ourselves. We won't be doing full-blown party cure checks in the clickies module. Configs can be modified to use items for cure rotations.
View attachment 73375
I understand why the term "effect" may have thrown you off a little.

In the meanwhile, feel free to add this to your custom config, you can check all of those using existing objects in MQ (e.g, mq.TLO.Me.Poisoned.ID()).
Thanks Algar.
 
Thanks Algar.
Np. I guess I should've asked...
Is this a whole group item?
If so, your healers would add it in the cure section at pretty much the exact spot we use Radiant Cure, rather than how I just advised you to handle a single cure item.
If it is for a non healer, but still groupwide, it gets a little more complex as you need to add a bunch of the code. It also gets crazy if you have 6 people trying to cure at once needlessly, so there may be some additional considerations there.
I had to do this with rezzes and EQ Might, because we have clickies that allow any class to rez.

Edit: added some thoughts.
 
Question - What conditions do I need to set to get a clickie that does radiant cure to work?

Users who are viewing this thread

Back
Top
Cart