Search found 5 matches

by nitro
Wed Jul 21, 2004 5:41 am
Forum: Macro Requests (MQ1)
Topic: / guilds
Replies: 2
Views: 5102

How could I modify this?

I think this macro is fairly close to what i'm looking for... But i can't figure out how to modify it to what I want... I'm on a pvp server and I would like to camp or /quit out if "This PK Guild" or "This other PK Guild" is in zone... Can anyone help point me to what needs to be...
by nitro
Sat Jul 17, 2004 12:44 pm
Forum: MQ2::Help
Topic: visual c++ intro edition
Replies: 3
Views: 1096

Popups

Use kazaa and download VS6 :)
by nitro
Sat Jul 17, 2004 11:52 am
Forum: MQ2::Help
Topic: Updated Structs & Offsets
Replies: 11
Views: 3532

MQ2 Working

I obtained all the information needed to get MQ2 working from the Dev fourms, it wasn't any talent on my part...

Thanks guys, after i recompiled i forgot to move my macros to the right folder... something so simple was so confusing...
by nitro
Fri Jul 16, 2004 10:24 pm
Forum: MQ2::Macros::Help
Topic: Ending Macros when DC'd
Replies: 1
Views: 764

at top of mac add /varset int SavedZone ${Zone.ID}

/if (${Zone.ID}!=${SavedZone}) /endmac

I have not tested it but you may be able to use something like this to make it work... I'm pretty new to scripting just trying to throw out an idea
by nitro
Fri Jul 16, 2004 10:14 pm
Forum: MQ2::Help
Topic: Updated Structs & Offsets
Replies: 11
Views: 3532

Updated Structs & Offsets

I have updated the new structs and offsets manually. MQ2 works fine except I am unable to load any .mac files

For example when I type /macro stick it just says stick.mac in red letters and doesn't load

can anyone provide any useful information on what the problem could be?