Search found 12 matches

by Troy_swe
Mon Apr 19, 2004 11:17 pm
Forum: MQ2::General
Topic: Big change??
Replies: 6
Views: 1711

Actually I have read about this coming but wasnt sure. btw, doubt you will find much information from my skull, afterall im pretty much new to MQ, got like 2 weeks under my belt :wink:

Nice of you to volenteer for rewriting all macros FreQuency, =)

MQ are a sweet indeed :!:

/troy
by Troy_swe
Mon Apr 19, 2004 7:25 pm
Forum: MQ2::General
Topic: Big change??
Replies: 6
Views: 1711

Big change??

Hello, was just wondering if that last zip update was a big update. Installed it and seems my little macro Ive been trying to get to work now stoped complete. (not crashing or anything just dosent run)

/troy
by Troy_swe
Mon Apr 19, 2004 1:45 pm
Forum: Macro Requests (MQ1)
Topic: Checking for *pet* buffs
Replies: 5
Views: 5580

Works alot better now Falco, checking for buffs on pet and if he has them loop just goes on but if not he buffs it saying something " casting alacrity" so all in all it works great =) However its still one error, its when he casted the spell it gets an /var error then quits macro. Been try...
by Troy_swe
Mon Apr 19, 2004 12:33 am
Forum: Macro Requests (MQ1)
Topic: Checking for *pet* buffs
Replies: 5
Views: 5580

Subroutine castspell wasnt found it says,

edit:
no wonder when I dont have sub castspell.. nm that :oops:

Now this would check if im buffed proper but after much reading and trying im still in need of help. So if anyone wanna give me a few points into the right direction I would be very happy.
by Troy_swe
Sun Apr 18, 2004 6:38 pm
Forum: Macro Requests (MQ1)
Topic: Checking for *pet* buffs
Replies: 5
Views: 5580

Sub CastBuffs /if "$char(state)"=="SIT" /stand /if n $char(pet)>0 { /if n $pet(buff,"Alacrity")<=0 /call CastSpell "Alacrity" "$char(pet)" /if n $pet(buff,"Harnessing of spirit")<=0 /call CastSpell "Harnessing of spirit" "$c...
by Troy_swe
Sun Apr 18, 2004 1:44 pm
Forum: Macro Requests (MQ1)
Topic: Checking for *pet* buffs
Replies: 5
Views: 5580

Checking for *pet* buffs

Seen some macros that I "think" check for buffs and if the pet already have them it will ignore it otherwise buff it. Now ive been trying to take that code into a new *.mac but it will just go on buffing it even that the pet is already buffed.. How does a macro look like with only this che...
by Troy_swe
Thu Apr 15, 2004 7:57 pm
Forum: Macro Help (MQ1)
Topic: Help with a shaman macro
Replies: 9
Views: 2532

Changed that to /call healchecks and it helped so it dosent end the macro now when buffing, However it tryes to target the npc and even if hes not there it dosent stop trying to. /tar npc Lisvan radius 100 /if $target(type)==NPC /goto :healloop /if $char(state)=="STAND" /sit /return is the...
by Troy_swe
Thu Apr 15, 2004 7:57 pm
Forum: Macro Help (MQ1)
Topic: Help with a shaman macro
Replies: 9
Views: 2532

-edit :double post
by Troy_swe
Thu Apr 15, 2004 6:16 pm
Forum: Macro Help (MQ1)
Topic: Help with a shaman macro
Replies: 9
Views: 2532

Fun macro indeed, tryde it out and getting the same errors as you did Braegan. Did some searching but my guess I need to learn more of the basics before I can get it to work myself, could anyone skilled maybe take a peak it would be a blast. =)

Thanks in advance,

/troy
by Troy_swe
Thu Apr 15, 2004 3:49 pm
Forum: Macro Depot (MQ1)
Topic: fish2.mac Fishing with the fisherman's companion.
Replies: 29
Views: 11502

Thanks for the info Nothere,
by Troy_swe
Thu Apr 15, 2004 8:37 am
Forum: Macro Depot (MQ1)
Topic: fish2.mac Fishing with the fisherman's companion.
Replies: 29
Views: 11502

Could use a tip of to setup the autodestroy lines after recent patch, been pooking around but only crash so im out of ides..

Thanks in advance.
by Troy_swe
Fri Apr 09, 2004 11:41 am
Forum: Macro Help (MQ1)
Topic: combine
Replies: 5
Views: 1280

This was exacly what I was looking for, I must admit the new look for the combine is alot better then before but this would be nice when going through a few houndred combines..

Tryde to get it to work but guess the whole script isnt here?