Search found 27 matches

by Mysteryman
Fri Jun 18, 2004 1:08 am
Forum: MQ2::Bug Reports
Topic: Crashing
Replies: 9
Views: 3203

Yea, i've been trying to figure out wtf is happening...but can't put my finger on it. It's causing all sorts of crashes in various places.. It looks like the stack is not getting set back correctly almost, becuase variables inside a proc, that it's been using, it all the sudden will start complainin...
by Mysteryman
Thu Jun 17, 2004 11:01 pm
Forum: MQ2::Bug Reports
Topic: Crashing
Replies: 9
Views: 3203

grrr
by Mysteryman
Thu Jun 17, 2004 7:51 pm
Forum: MQ2::Bug Reports
Topic: Crashing
Replies: 9
Views: 3203

Crashing

as of today's patch... I"m getting some really odd behavior. my macro for getting behind a mob for instance will make me run the opposite direction, and i'm crashing so much i've turned it off at this point. Is this something anyone else is experiencing? I'm positive it's in my movement section...
by Mysteryman
Fri May 21, 2004 3:28 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: HudRadar.mac -- More pointless fun from Preocts.
Replies: 13
Views: 5298

Ok, got it now :) Basicly this is what's happening.... The MQ2HUD.DLL is not clearing the elemtent list. What i did to get around this is... Use Element2 ( or what ever ) as the section name in the .INI ( do not use elment, it's the default acording to the .cpp file ) So what you have now, is a blan...
by Mysteryman
Fri May 21, 2004 3:07 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: HudRadar.mac -- More pointless fun from Preocts.
Replies: 13
Views: 5298

Skip that... It started flaking out on me now using just the spaces also, so that's not a fix as it first appearted to be.
by Mysteryman
Fri May 21, 2004 2:50 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: HudRadar.mac -- More pointless fun from Preocts.
Replies: 13
Views: 5298

There is..change this line /ini "../MQ2HUD.INI" "Elements" "RADARTarget${nCount}" "" to this /ini "../MQ2HUD.INI" "Elements" "RADARTarget${nCount}" " " The only diffrence is between the LAST set of quotes, i added a spac...
by Mysteryman
Fri May 21, 2004 2:28 pm
Forum: MQ2::Macros::Help
Topic: MQ2HUD
Replies: 2
Views: 934

Wow... as simple as pressing F11.... I havn't looked at that in so long iI forget the key existed ;)

Thanks.. It was all about the f11
by Mysteryman
Fri May 21, 2004 1:19 pm
Forum: MQ2::Macros::Help
Topic: MQ2HUD
Replies: 2
Views: 934

MQ2HUD

I have tried to modify the mq2hud.ini file, inserted elements, etc... and I can't get anything to show up on the screen.. When I do a /plugin list, it's loaded. Is there some secret trick to getting this stuff to show on screen? Basicly, my mq2hud.ini looks like this... [Elements] Blah=3,512,384,255...
by Mysteryman
Sat May 15, 2004 9:44 pm
Forum: MQ2::Macros::Help
Topic: /doevents problem
Replies: 2
Views: 919

It changed..

You need to include more then the word "sorry" now in the event.

Something LIKE

#Event BlaBlah "Sorry, you dont have enough of this item in your #*#"

The #*# is just a wildcard saying.. anything here ( basicly ).
by Mysteryman
Thu May 13, 2004 10:56 pm
Forum: MQ2::Macros::Help
Topic: script errors doing /face
Replies: 3
Views: 1001

It does however report a line number error during executing. That's what i was trying no get rid of, not the ""xxxxxxx : (0-100) any" message.
by Mysteryman
Thu May 13, 2004 10:53 pm
Forum: MQ2::Macros::Help
Topic: script errors doing /face
Replies: 3
Views: 1001

I just re-tested and no.. it's not doing a fatal. My mistake there. Was another line actually that i had typed in while the macro was running in order to see what was causing it ;)


/squelch. though.. perfect. Thanks.
by Mysteryman
Thu May 13, 2004 10:31 pm
Forum: MQ2::Macros::Help
Topic: script errors doing /face
Replies: 3
Views: 1001

script errors doing /face

I have noticed, that when you /face nolook..... and you do not have a target. it Just says the little msg , " There were no matches for: (0-100) any" fine. So now I have a macro running .. and I typ in /face fast nolook with NO targett. And an error is reported in my script at what ever li...
by Mysteryman
Thu May 13, 2004 10:15 pm
Forum: MQ2::Macros::Snippets
Topic: Drag and Drag lots
Replies: 1
Views: 1905

Drag and Drag lots

I use this from an alias...... they both work.. the first is for draggin a single corpse, the second is for dragin any you target.. then target yourself, and it will begin. Target yourself again and it will end. I have drug up to 12 corpses at 1x, at a full run, and never droped 1. I added this to m...
by Mysteryman
Thu May 13, 2004 12:10 am
Forum: MQ2::Bug Reports
Topic: #event still bugged?
Replies: 7
Views: 2155

YOU FUCKING IDIOT!!!



There.. I've been verbally abused for that...... damn
by Mysteryman
Wed May 12, 2004 11:54 pm
Forum: MQ2::Bug Reports
Topic: #event still bugged?
Replies: 7
Views: 2155

Changed?

When was this changed? I don't see anything in changes.txt. I have a script I've been working on for a while now, and as of today, events require EXACTLY the text.. ie Including the [MQ2] part in the front.. My events that were firing off yesterday , are no longer working with the 2nd build from 5/1...