- Joined
- Aug 30, 2016
- RedCents
- 133¢
Hi all,
I've searched the forums, resources (https://www.redguides.com/docs/tlos/) and tried a number of things to try to figure out how to determine if a character has a specific buff. I was testing in the guild hall with a beneficial buff and using /echo to see if it gave me anything besides NULL. I feel like i'm missing a minor point on the syntax or something.
/if (${Spawn[Charname].Buff[Howl of Tashan].ID})
/if (${Group.Member[0].Buff[Howl of Tashan].ID}) /multiline ; /mqp on;/target ${Group.Member[0]};/stopcast;/timed 5 /cast Antidote;/timed 30 /mqp off;
/if (${Spawn[PC Charname].Buff[Howl of Tashan].ID} && ${Spawn[PC Charname radius 100].ID} && !${Me.Moving} && ${Me.PctMana}>30) /multiline ; /mqp on;/target Charname;/stopcast;/timed 5 /cast Antidote;/timed 30 /mqp off;
I've tried manually targeting the character in the group hitting the a hotkey with the following on it:
/if (${Target.Buff[Howl of Tashan].ID}) /cast "Antidote";
Is there a way to direct a spell with the spell ID instead of the Name as well??
If someone could point me in the right direction I'd greatly appreciate it. I've been stuck on this point for several weeks, and I figured since its patch day.... what a better time to ask for help. Please and Thank you.
I've searched the forums, resources (https://www.redguides.com/docs/tlos/) and tried a number of things to try to figure out how to determine if a character has a specific buff. I was testing in the guild hall with a beneficial buff and using /echo to see if it gave me anything besides NULL. I feel like i'm missing a minor point on the syntax or something.
/if (${Spawn[Charname].Buff[Howl of Tashan].ID})
/if (${Group.Member[0].Buff[Howl of Tashan].ID}) /multiline ; /mqp on;/target ${Group.Member[0]};/stopcast;/timed 5 /cast Antidote;/timed 30 /mqp off;
/if (${Spawn[PC Charname].Buff[Howl of Tashan].ID} && ${Spawn[PC Charname radius 100].ID} && !${Me.Moving} && ${Me.PctMana}>30) /multiline ; /mqp on;/target Charname;/stopcast;/timed 5 /cast Antidote;/timed 30 /mqp off;
I've tried manually targeting the character in the group hitting the a hotkey with the following on it:
/if (${Target.Buff[Howl of Tashan].ID}) /cast "Antidote";
Is there a way to direct a spell with the spell ID instead of the Name as well??
If someone could point me in the right direction I'd greatly appreciate it. I've been stuck on this point for several weeks, and I figured since its patch day.... what a better time to ask for help. Please and Thank you.

