Search found 24 matches

by nils
Tue Jan 08, 2008 7:18 pm
Forum: MQ2::Macros::Requests
Topic: Bit harsh
Replies: 45
Views: 4123

Why not just wait for the mission to kick you out of the zone after it ends and in your macro zoning event add

Code: Select all

    /camp desktop
    /end
by nils
Fri Jun 01, 2007 5:49 am
Forum: MQ2::Macros::Snippets
Topic: Ninjadvloot.inc v1.3
Replies: 56
Views: 35921

The only moveto is to move to the corpses and there was never a check for your loc before moving to loot so it was intended to be used in macros with thier own anchor and move code. It is pretty simple to add in a check of your loc before moving to the corpse and then if you are a certain distance a...
by nils
Tue May 08, 2007 3:25 pm
Forum: MQ2::Macros::Conversion Help
Topic: Hud Problem
Replies: 4
Views: 4029

I know you have it working but for future reference hit your F11 key and see what happens.
by nils
Sun Jan 21, 2007 6:20 am
Forum: MQ2::Macros::Help
Topic: Event Not Firing
Replies: 14
Views: 7678

There is probably a better way but you could do a check for the regents and if none call your sub. You might need to use count since you need 5 regents per cast, not sure my second example works /if (!${FindItem[<RegentName>].ID}) /call Event_alldone /if (${FindItem[<RegentName>].Count<5}) /call Eve...
by nils
Thu Dec 07, 2006 5:42 pm
Forum: MQ2::Macros::Requests
Topic: Berserking macs
Replies: 13
Views: 5922

That MQ2AutoSkills is a tad out of date, the most recent version is 1.95 and is found in the VIP frums, sorry couldn't resist. Not sure if you would get 1.93 to compile without errors but if you do type /autoskills help. Also you will get an ini file that will look something like this. MQ2AutoSkills...
by nils
Fri May 12, 2006 5:17 am
Forum: MQ2::Bug Reports
Topic: Event oddity, non CTD
Replies: 62
Views: 4869

You could use the casting text of your succor or evac spell to trigger the event or right after whatever triggers your evac spell put a delay and then /call Event_Zoned.
by nils
Fri Mar 03, 2006 7:35 pm
Forum: MQ2::Bug Reports
Topic: Event oddity, non CTD
Replies: 62
Views: 4869

I changed my macro's a while back to use

Code: Select all

/if (${Zone.ID}!=${currentZone}) /call Event_Zoned
and then in the event

Code: Select all

/varset currentZone ${Zone.ID}
by nils
Mon Dec 19, 2005 3:05 pm
Forum: MQ2::Macros::Snippets
Topic: Ninjadvloot.inc v1.3
Replies: 56
Views: 35921

Thanks AD00 and nice work by the way. I will switch to this one after work today.
by nils
Mon Dec 19, 2005 2:58 pm
Forum: MQ2::Macros::Snippets
Topic: Ninjadvloot.inc v1.3
Replies: 56
Views: 35921

Has this changed in any way from what was posted in VIP? Don't have time to look at the code at the moment but the reason I ask is because I was having a problem with the one you posted in VIP not doing auto inventory on some stackable stuff, just holds it on the cursor. I did make one small change ...
by nils
Fri Oct 07, 2005 1:29 am
Forum: MQ2::Macros::Help
Topic: **solved** proper /if syntax
Replies: 50
Views: 9233

This is more than you asked for but here is a simple little macro that shows how you can do it with a chat event instead. Just start the macro, join mychannel with another toon and have that toon say blah in mychannel. I didn't use the /goto command but instead called another sub. They say using /go...
by nils
Wed Jun 29, 2005 12:51 pm
Forum: MQ2::General
Topic: Incorrect Client Version (After 29 June) Readme
Replies: 35
Views: 18348

hmm you might want to remove your name/class/server from your signature..

nils
by nils
Sun Jun 19, 2005 5:33 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: BardHelper - bard group xp/raids (with Mezzing) - 6/3/05
Replies: 76
Views: 13796

can't wait to see the changes DM I've been watching this tread, tried when first posted, worked good really wanted mez.... now you going to have me checking every 30 mins to see if you updated haha :D

Nils
by nils
Wed Jun 01, 2005 11:22 am
Forum: MQ2::General
Topic: MACROQUEST2 SUCKS
Replies: 30
Views: 14180

nah ever since cronic lost his bawls he has been a bit melodramatic.... :P

nils
by nils
Tue May 31, 2005 6:31 pm
Forum: MQ2::General
Topic: CMQ
Replies: 30
Views: 12404

I like the fact he said
btw asshat is not a word you old dingleberry
but then he had used
roxxors
pretty much invalidated anything he said after that..
by nils
Sat May 07, 2005 2:02 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Shambot v1.0c
Replies: 87
Views: 83806

Everdead is there a reason you didn't post the complete version the last time, I know it's to long to fit into 1 message and has to be split but I don't see the second half posted yet..

nils