Search found 11 matches

by Kannkor
Mon Nov 16, 2015 8:12 pm
Forum: MQ2::Development::Feature Discussion
Topic: Update Raid.MainAssist to an array
Replies: 0
Views: 556

Update Raid.MainAssist to an array

Raid.MainAssist only reports RaidAssist1.

Is the information available to see all 3? RaidAssist[1-3]?
by Kannkor
Fri Nov 03, 2006 10:24 pm
Forum: MQ2::Help
Topic: Donation page giving error: Lax has too much money...
Replies: 30
Views: 7393

Donation page giving error: Lax has too much money...

Click on the donate link on the main page, enter in my account ID, click on Make a donation to all the active dev's and it takes me to paypal.com and gives this error: Error Detected This recipient is currently unable to receive money. Does this mean Lax's account has too much money in it..? :) If o...
by Kannkor
Sat Sep 16, 2006 5:41 pm
Forum: MQ2::Macros::Snippets
Topic: auto rebuff snippet
Replies: 8
Views: 5407

Fantastic idea JJ!

Thanks!
by Kannkor
Fri Sep 15, 2006 8:27 pm
Forum: MQ2::Macros::Snippets
Topic: auto rebuff snippet
Replies: 8
Views: 5407

Right now.. group exping. Want to expand it to raid situation (more like 2-3 groups.. still raid I guess). Here is what I have... not confident this is the best way... I have an event that catches any buffs fading that calls this and sends what buff, and who it faded to. I check to see if it's a gro...
by Kannkor
Fri Sep 15, 2006 5:33 pm
Forum: MQ2::Macros::Snippets
Topic: auto rebuff snippet
Replies: 8
Views: 5407

How are you, or anyone else handling group buffs fading?

It's very harsh on mana casting group buffs 5 times...
by Kannkor
Sat Sep 09, 2006 3:43 pm
Forum: MQ2::Macros::Help
Topic: Simple snare bot assistance
Replies: 73
Views: 9535

Is there a way to check a someone else's target's health without targeting them?

I tried Group.Member[1].Target but that doesn't exist.

Basically - I only want to target the NPC if I'm going to do something. I don't want to have to /assist <tank name> then check PctHP of target.
by Kannkor
Sat Sep 09, 2006 2:39 pm
Forum: MQ2::Macros::Help
Topic: Simple snare bot assistance
Replies: 73
Views: 9535

I answered my own question... Thought I would post the response as I couldn't find anything on the boards. Found some information that helped me with this in Wiki. I have my tank name set real time... for ease of use. Include this in the main sub /declare MainTank string outer Tank_Name_Here In your...
by Kannkor
Sat Sep 09, 2006 2:03 pm
Forum: MQ2::Macros::Help
Topic: Simple snare bot assistance
Replies: 73
Views: 9535

I'd like to add to this a simple check for a group members health.

Is there any way to check a group members health without /targeting them then checking target.PctsHP?
by Kannkor
Wed Sep 06, 2006 11:56 pm
Forum: MQ2::Macros::Help
Topic: Simple snare bot assistance
Replies: 73
Views: 9535

Is there anything missing in that?

The If statement is now checking if Ensnared is false and Snaretimer is 0.
Ensnared won't be false unless it wears.. I assume need something that resets ensnared when snaretimer hits 0?

I've never used timers before.. sorry about the questions.
by Kannkor
Wed Sep 06, 2006 9:55 pm
Forum: MQ2::Macros::Help
Topic: Simple snare bot assistance
Replies: 73
Views: 9535

Simple snare bot assistance

I'm new to MQ, and this is what I have come up with, and it works. However, I'm quite confident there are many better ways of doing it. I'm not at the point where I can understand all of Genbot and raiddruid and some of the other macros to use/modify to fit my needs. Currently, I have it check to se...
by Kannkor
Tue Sep 05, 2006 9:04 pm
Forum: MQ2::Macros::Snippets
Topic: auto rebuff snippet
Replies: 8
Views: 5407

Just use quotes instead of concatenating all the possibilities. In the call Cast line /call Cast added--->"${SpellWornOff}" <-----added gem5 10s Here is the entire code I used... Ensure to have.. #include spell_routines.ini #Event BuffWornOff "Your #1# spell has worn off of #2#."...