• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Question - A Plugin/Macro that will execute a command when you receive a tell (1 Viewer)

guantlet3200

Member
Joined
May 4, 2020
RedCents
Hello, I'm looking for a plugin or macro that will execute a command when you receive a tell from anyone, including a gm. A command such as /q or something. I know mq2posse will execute a command if a stranger comes too close, but this doesn't help if its a gm since they are completely invisible and you only know that they are looking at you if you receive a tell from one of them.
 
MQ2Events_Character.ini:
[BendKnee]
trigger=#*#The ice encrusted Avatar of War shouts that ChangetoNameofCharacter must bend the knee!#*#
command=/multiline ; /mqp; /stopcast; /keypress z; /ooc Ducking

[StandUp]
trigger=#*#Avatar of War nods, accepting the subservience of those that gave#*#
command=/if (${Me.Ducking}) /multiline ; /stand; /mqp; /ooc Standing

;Shaman MemBuffs
[Shaman]
trigger=#*# tells you, 'Buffset'#*#
command=/multiline ; /memspellset Buffset

[Give me Focus]
trigger=#*# tells you, 'Give me Focus'#*#
command=/multiline ; /rt ; /cast 1
;Talisman of the Ry'Gorr (Focus)

[Give me Regen]
trigger=#*# tells you, 'Give me Regen'#*#
command=/multiline ; /rt ; /cast 2
;Talisman of the Enduring (Regen)

[Give me SoW]
trigger=#*# tells you, 'Give me SoW'#*#
command=/multiline ; /rt ; /cast Spirit of Tala'Tak
;Spirit of Tala'Tak 300 Atk Buff (SoW)

[Give me Celerity]
trigger=#*# tells you, 'Give me Celerity'#*#
command=/multiline ; /rt ; /alt activate 2049
;Talisman of Celerity

[Give me Levi]
trigger=#*# tells you, 'Give me Levi'#*#
command=/multiline ; /rt ; /alt activate 1202
;Group Perfected Levitation

;Cleric MemBuffs
[Cleric]
trigger=#*# tells you, 'Buffset'#*#
command=/multiline ; /memspellset Buffset

[Give me HP]
trigger=#*# tells you, 'Give me HP'#*#
command=/multiline ; /rt ; /cast Unified Hand of Righteousness

[Give me Symbol]
trigger=#*# tells you, 'Give me Symbol'#*#
command=/multiline ; /rt ; /cast Unified Hand of Jorlleag

[HP65]
trigger=#*# tells you, 'HP65'#*#
command=/multiline ; /rt ; /cast 3
;Unified Hand of Certitude Rk. III

[Symbol65]
trigger=#*# tells you, 'Symbol65'#*#
command=/multiline ; /rt ; /cast 4
;Unified Hand of Gezat Rk. III

[HP46]
trigger=#*# tells you, 'HP46'#*#
command=/multiline ; /rt ; /cast 5
;Hand of Virtue

[HPlow]
trigger=#*# tells you, 'HPlow'#*#
command=/multiline ; /rt ; /cast 6
;Hand of Temperance

[Give me Vie]
trigger=#*# tells you, 'Give me Vie'#*#
command=/multiline ; /rt ; /cast Rallied Greater Protection of Vie

[Cure me]
trigger=#*# tells you, 'Cure me'#*#
command=/multiline ; /rt ; /cast Expurgated Blood
;Single Target Cures 84 Disease 84 Poison 53 Curse and 53 Corruption Counters. Note:Not in normal spell set /tell Cleric Buffset to load this.

;Ranger MemBuffs
[Ranger]
trigger=#*# tells you, 'Buffset'#*#
command=/multiline ; /memspellset Buffset

[Give me Shout]
trigger=#*# tells you, 'Give me Shout'#*#
command=/multiline ; /rt ; /cast Shout of the Arbor Stalker

[Give me Enrichment]
trigger=#*# tells you, 'Give me Enrichment'#*#
command=/multiline ; /rt ; /cast Wildstalker's Enrichment

;Mage MemBuffs
[Mage]
trigger=#*# tells you, 'Buffset'#*#
command=/multiline ; /memspellset Buffset

[Give me Rod]
trigger=#*# tells you, 'Give me Rod'#*#
command=/multiline ; /rt ; /alt activate 596
;Radiant Modulation Shard lvl 115

[Give me DS]
trigger=#*# tells you, 'Give me DS'#*#
command=/multiline ; /rt ; /cast Circle of Igneous Skin
;5000 point DS

;Enchanter MemBuffs
[Enchanter]
trigger=#*# tells you, 'Buffset'#*#
command=/multiline ; /memspellset Buffset

[Give me Haste]
trigger=#*# tells you, 'Give me Haste'#*#
command=/multiline ; /rt ; /cast Hastening of Cekenar

[Give me Crack]
trigger=#*# tells you, 'Give me Crack'#*#
command=/multiline ; /rt ; /cast Voice of Sagacity

[Holistic Health]

trigger=#*#The power of Sul runs through you#*#

command=/multiline ; /mqp on ; /nav spawn lamplight ; /gsay ${Me.Name} moving to LAMP


[Holistic Health Off]

trigger=#*#Holistic Health melts away in the lamp light#*#

command=/multiline ; /mqp off ; /nav spawn Anashti ; /gsay ${Me.Name} is CURED

[Shoulder My Burden]

trigger=#*#You sense your doom approaching#*#

command=/multiline ; /mqp on ; /nav spawn mournful spirit ; /target mournful spirit ; /say Shoulder my burden ; /nav target Vishimtar
 
MQ2Events_Character.ini:
[BendKnee]
trigger=#*#The ice encrusted Avatar of War shouts that ChangetoNameofCharacter must bend the knee!#*#
command=/multiline ; /mqp; /stopcast; /keypress z; /ooc Ducking

[StandUp]
trigger=#*#Avatar of War nods, accepting the subservience of those that gave#*#
command=/if (${Me.Ducking}) /multiline ; /stand; /mqp; /ooc Standing

;Shaman MemBuffs
[Shaman]
trigger=#*# tells you, 'Buffset'#*#
command=/multiline ; /memspellset Buffset

[Give me Focus]
trigger=#*# tells you, 'Give me Focus'#*#
command=/multiline ; /rt ; /cast 1
;Talisman of the Ry'Gorr (Focus)

[Give me Regen]
trigger=#*# tells you, 'Give me Regen'#*#
command=/multiline ; /rt ; /cast 2
;Talisman of the Enduring (Regen)

[Give me SoW]
trigger=#*# tells you, 'Give me SoW'#*#
command=/multiline ; /rt ; /cast Spirit of Tala'Tak
;Spirit of Tala'Tak 300 Atk Buff (SoW)

[Give me Celerity]
trigger=#*# tells you, 'Give me Celerity'#*#
command=/multiline ; /rt ; /alt activate 2049
;Talisman of Celerity

[Give me Levi]
trigger=#*# tells you, 'Give me Levi'#*#
command=/multiline ; /rt ; /alt activate 1202
;Group Perfected Levitation

;Cleric MemBuffs
[Cleric]
trigger=#*# tells you, 'Buffset'#*#
command=/multiline ; /memspellset Buffset

[Give me HP]
trigger=#*# tells you, 'Give me HP'#*#
command=/multiline ; /rt ; /cast Unified Hand of Righteousness

[Give me Symbol]
trigger=#*# tells you, 'Give me Symbol'#*#
command=/multiline ; /rt ; /cast Unified Hand of Jorlleag

[HP65]
trigger=#*# tells you, 'HP65'#*#
command=/multiline ; /rt ; /cast 3
;Unified Hand of Certitude Rk. III

[Symbol65]
trigger=#*# tells you, 'Symbol65'#*#
command=/multiline ; /rt ; /cast 4
;Unified Hand of Gezat Rk. III

[HP46]
trigger=#*# tells you, 'HP46'#*#
command=/multiline ; /rt ; /cast 5
;Hand of Virtue

[HPlow]
trigger=#*# tells you, 'HPlow'#*#
command=/multiline ; /rt ; /cast 6
;Hand of Temperance

[Give me Vie]
trigger=#*# tells you, 'Give me Vie'#*#
command=/multiline ; /rt ; /cast Rallied Greater Protection of Vie

[Cure me]
trigger=#*# tells you, 'Cure me'#*#
command=/multiline ; /rt ; /cast Expurgated Blood
;Single Target Cures 84 Disease 84 Poison 53 Curse and 53 Corruption Counters. Note:Not in normal spell set /tell Cleric Buffset to load this.

;Ranger MemBuffs
[Ranger]
trigger=#*# tells you, 'Buffset'#*#
command=/multiline ; /memspellset Buffset

[Give me Shout]
trigger=#*# tells you, 'Give me Shout'#*#
command=/multiline ; /rt ; /cast Shout of the Arbor Stalker

[Give me Enrichment]
trigger=#*# tells you, 'Give me Enrichment'#*#
command=/multiline ; /rt ; /cast Wildstalker's Enrichment

;Mage MemBuffs
[Mage]
trigger=#*# tells you, 'Buffset'#*#
command=/multiline ; /memspellset Buffset

[Give me Rod]
trigger=#*# tells you, 'Give me Rod'#*#
command=/multiline ; /rt ; /alt activate 596
;Radiant Modulation Shard lvl 115

[Give me DS]
trigger=#*# tells you, 'Give me DS'#*#
command=/multiline ; /rt ; /cast Circle of Igneous Skin
;5000 point DS

;Enchanter MemBuffs
[Enchanter]
trigger=#*# tells you, 'Buffset'#*#
command=/multiline ; /memspellset Buffset

[Give me Haste]
trigger=#*# tells you, 'Give me Haste'#*#
command=/multiline ; /rt ; /cast Hastening of Cekenar

[Give me Crack]
trigger=#*# tells you, 'Give me Crack'#*#
command=/multiline ; /rt ; /cast Voice of Sagacity

[Holistic Health]

trigger=#*#The power of Sul runs through you#*#

command=/multiline ; /mqp on ; /nav spawn lamplight ; /gsay ${Me.Name} moving to LAMP


[Holistic Health Off]

trigger=#*#Holistic Health melts away in the lamp light#*#

command=/multiline ; /mqp off ; /nav spawn Anashti ; /gsay ${Me.Name} is CURED

[Shoulder My Burden]

trigger=#*#You sense your doom approaching#*#

command=/multiline ; /mqp on ; /nav spawn mournful spirit ; /target mournful spirit ; /say Shoulder my burden ; /nav target Vishimtar

so theres a few optimazation things you can do to alot of these, and combine them.
like the shaman on

[ShamanBuff]

[Shaman]
trigger=#*# tells you, 'Buffset'#*#
command=/multiline ; /memspellset Buffset ; /rt ; /cast 1 ; /cast 2 ; /memspellset main

What this will do is mem the spell set, target the requesting person, then cast 1 and 2 witch would be tailsman and regen
 
That would be fine, however, for my purposes, I have a series of hotkeys with tells set up so I can control it all manually because I use them to MGB buffs for raids and such. Thanks for the constructive info =-)
 
Question - A Plugin/Macro that will execute a command when you receive a tell

Users who are viewing this thread

Back
Top