Search found 7 matches

by Meydrel'Koth
Sun Sep 05, 2004 10:07 pm
Forum: MQ2::Macros::Help
Topic: Macro code related CTD
Replies: 15
Views: 3422

Using the #chat tell worked. Is using #chat group the only way it reads group messages? #event MobHere "|${LeaderName}| tells the group, 'Mob here'" never fires (i have tried replacing leadername with the actual name of my char) Sub Event_Chat(ChatType,Sender,ChatText) /if (${ChatType.Equa...
by Meydrel'Koth
Sun Sep 05, 2004 6:17 am
Forum: MQ2::Macros::Help
Topic: Macro code related CTD
Replies: 15
Views: 3422

Code: Select all

#event ResendTell "#1# tells you,  #2#"
CTD

Code: Select all

#event ResendTell "#1# tells you #2#"
CTD

Code: Select all

#event ResendTell #1# tells you #2#
CTD
by Meydrel'Koth
Sat Sep 04, 2004 6:57 pm
Forum: MQ2::Macros::Help
Topic: Macro code related CTD
Replies: 15
Views: 3422

a little more troubleshooting:

This also does not work

Code: Select all

#event ResendTell "#*# tells you, '#*#'"
Sub Event_ResendTell(Line)
/return

so it looks like its haveing problems with 2 variables in the event line.
by Meydrel'Koth
Sat Sep 04, 2004 6:45 pm
Forum: MQ2::Macros::Help
Topic: Macro code related CTD
Replies: 15
Views: 3422

Took the space out, it still fails. However through more trial and error, i have found that its the #2# that is causeing my error. this works: #event ResendTell "tells you, '#1#'" Sub Event_ResendTell(Line, Message) /return this does not: #event ResendTell "#1# tells you, '#2#'" ...
by Meydrel'Koth
Sat Sep 04, 2004 8:27 am
Forum: MQ2::Macros::Help
Topic: Macro code related CTD
Replies: 15
Views: 3422

I didnt think a debug was relevant because i have nailed down the section of code that is causeing the problem. Its posted there now.
by Meydrel'Koth
Sat Sep 04, 2004 7:42 am
Forum: MQ2::Macros::Help
Topic: Macro code related CTD
Replies: 15
Views: 3422

Macro code related CTD

#event ResendTell "#1# tells you, '#2#'" Sub Event_ResendTell (Line, TellFrom, Message) |Sends the Tell to the Group Channel so the leader can see it /gsay ${TellFrom} to ${Me}, '${Message}' /return When this code is comented out, the rest of the code runs, but if i leave it in, I CTD eve...
by Meydrel'Koth
Thu Sep 02, 2004 4:06 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: AFCleric.mac - Cleric automation macro (updated Aug 24th)
Replies: 421
Views: 177419

I noticed that there is code to nuke/stun when high on mana. Would it be hard to have the cleric stun mobs at 20%? I see this alot when there is not a snarer in the group.

BTW kick ass macro.