Search found 10 matches

by zanlez
Mon Dec 20, 2004 7:59 pm
Forum: MQ2::Macros::Requests
Topic: Charmed pet health and invis macro request
Replies: 25
Views: 7006

I'm gonna sit down and start working on what you've done to make it a auto charm macro using circle or whatever. Would like some help with it.

Oh. There aren't any out yet are there? been looking all night
by zanlez
Wed Sep 22, 2004 8:33 pm
Forum: MQ2::Macros::Help
Topic: Event_Chat and how to make it work
Replies: 10
Views: 2040

Shouldn't you just be able to add folowing line to the source and make it work?

Code: Select all

if (!stricmp(szLine,"raid")) gEventChat = gEventChat | CHAT_RAID;
by zanlez
Tue Sep 21, 2004 10:17 pm
Forum: MQ2::Macros::Help
Topic: Event_Chat and how to make it work
Replies: 10
Views: 2040

Gotten a nice assist funtion to work for group. Having trouble making it work for raids tho. #Chat raid #Chat group Sub Event_Chat (string ChatType, string Sender, string ChatText) /if (${ChatText.Find[assist}}) { /target ${Sender} /echo Assisting ${Sender} /assist /call archery } /return It works w...
by zanlez
Tue Sep 21, 2004 5:28 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: What a Ranger needs. auto archery / forage / snare / taunt.
Replies: 5
Views: 5434

Sorry shouldn't have posted it here. it's a work under progress. You'll see my final bot when i'm satisfied with it. Still got a few more things to add. Fyi. There's alot of changes. The original bot you wrote didn't even work for me so i started rescripting and adding stuff. you'll see when it come...
by zanlez
Sat Sep 18, 2004 12:30 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: What a Ranger needs. auto archery / forage / snare / taunt.
Replies: 5
Views: 5434

Yeah i was using that code before. But i never got it to work. For me it had a bunch of errors. The code i took was taken from theoneandonly who might've taken your code and edited it. Anyways. Some of the changes i made was that it would assist on any inc message in group. Sow a person if it asked ...
by zanlez
Fri Sep 17, 2004 11:48 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: What a Ranger needs. auto archery / forage / snare / taunt.
Replies: 5
Views: 5434

What a Ranger needs. auto archery / forage / snare / taunt.

Been working on the auto archery stuff that is already out there. And solved some of the buggs i got when i ran em and uppgraded them some more. Take a look and give me feed back please. |**arch.mac Auto-Archery |Just run this macro, and it will assist the puller and wait till it is in range and at ...
by zanlez
Fri Sep 17, 2004 10:15 pm
Forum: MQ2::Macros::Help
Topic: Event_Chat and how to make it work
Replies: 10
Views: 2040

Thanks allot the Find command was very helpfull. Modifying the rangers autorange script that was made.
by zanlez
Fri Sep 17, 2004 3:05 pm
Forum: MQ2::Macros::Help
Topic: Event_Chat and how to make it work
Replies: 10
Views: 2040

Been playing around alittle with it. and gotten to 2 conclusions. Gonna post the new code first. #include spellcast.inc #Chat tell Sub Main /echo Test is running :mainloop /doevents /goto :mainloop /return Sub Event_Chat(ChatType,Sender,ChatText) /if ($(ChatText.Equal[sow]}) { /target ${Sender} /tel...
by zanlez
Thu Sep 16, 2004 8:33 pm
Forum: MQ2::Macros::Help
Topic: Event_Chat and how to make it work
Replies: 10
Views: 2040

Event_Chat and how to make it work

ok so i've been trying to get one of all theese ranger autoshoot programs. Without any success to brag about. So i've started looking into the coding myself. And i really can't get the sender info. Sub Event_Chat(ChatType,Sender,ChatText) /if (${String[@ChatText].Equal[i]}) { /echo ${Sender} } That ...
by zanlez
Thu Sep 16, 2004 9:02 am
Forum: MQ2::Help
Topic: I need help. I'm dumb.
Replies: 5
Views: 1949

I need help. I'm dumb.

Hello just installed MQ2 as i was instructed in the manual. And got it working to the part that the program icon shows up next to my clock. But i can't find anyplace on this site where there is information how to run the macro. And i'm also sitting here with .inc files that i have no idea where to p...