Search found 14 matches

by Stix
Thu Oct 21, 2010 9:16 pm
Forum: MQ2::Bug Reports
Topic: Bug compiling
Replies: 4
Views: 918

Bug compiling

I get this error while compiling the new build. Never got this before. M:\MQ2-20101021\MQ2Main\MQ2Data.cpp(833) : error C2374: 'nPack' : redefinition; multiple initialization M:\MQ2-20101021\MQ2Main\MQ2Data.cpp(781) : see declaration of 'nPack' M:\MQ2-20101021\MQ2Main\MQ2Data.cpp(1184) : error C2374...
by Stix
Sat Mar 24, 2007 6:25 pm
Forum: MQ2::Bug Reports
Topic: CTD when using /bzsrch
Replies: 32
Views: 2279

CTD when using /bzsrch

the debugger gave this line as the error. FUNCTION_AT_VIRTUAL_ADDRESS(void CListWnd::DeleteAll(void),0x134); Output window said this EQClasses::CListWnd::DeleteAll() line 181 under this file EQClasses it crashes to desktop while in the bazaar. Exact text used is /bzsrch (with paramiters or with out.)
by Stix
Tue May 04, 2004 12:44 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Stick.mac
Replies: 17
Views: 6792

Can try this UNTESTED, im going to bed. |Stik.mac | BETA !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! BETA !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |5-3-04 11:45 PM | |Syntax: | Usage: /macro stick 14 ( or other range you choose ) | | |Functions: | Will auto Kick, Beg, and disarm. | Will turn off attack on ENRAGE, ...
by Stix
Mon May 03, 2004 8:56 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Stick.mac
Replies: 17
Views: 6792

minor fixes see first post
by Stix
Thu Apr 29, 2004 11:39 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Stick.mac
Replies: 17
Views: 6792

The declare is in the place it is, with /zapvars just above it, so that it gets the new distance from the mob each time it starts over (changign mobs). If i didnt do it that way i was running into stuff like this. Mob_01 has a hit radius of 10, macro started MaxD sets to 10. now change to mob_02, ha...
by Stix
Thu Apr 29, 2004 1:10 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Stick.mac
Replies: 17
Views: 6792

Stick.mac

This works for the most part, has a few bugs, but not sure if its the macro or MQ2Data reporting faulty numbers. On some mobs the to Hit range is way off, and you mis alot. others it reads fine. 5-3-04 should now clear MaxD to get proper range with out spaming the MQ screen now. Seems to be pretty s...
by Stix
Fri Apr 23, 2004 2:02 am
Forum: Macro Depot (MQ1)
Topic: Real simple Stick.mac
Replies: 14
Views: 4848

Updated with new parms, tried to add the casting part, it just made the macro spam the screen with you can not use that command while casting. tried to get it there, just wouldnt work.

*** Removed player entered distances, added auto-distance

See first post.
by Stix
Fri Apr 23, 2004 1:05 am
Forum: Macro Depot (MQ1)
Topic: myshambot.mac - My first
Replies: 6
Views: 2062

Take your charcter names out of the macro!
by Stix
Thu Apr 22, 2004 11:11 pm
Forum: Macro Depot (MQ1)
Topic: Real simple Stick.mac
Replies: 14
Views: 4848

Just turn off attack, and movment stops. cast spell, and turn attack back on to resume having the macro move ya.
by Stix
Thu Apr 22, 2004 8:48 pm
Forum: Macro Depot (MQ1)
Topic: Real simple Stick.mac
Replies: 14
Views: 4848

The macro is set up to turn off attack if your target is OOR. This stops you from runing after them mob especially in a raid enviroment, and your are just assisting a MA. The macro does not end if you turn off attack, it just stops functioning. Just turn attack back on, and it takes ofer. This was i...
by Stix
Thu Apr 22, 2004 1:08 pm
Forum: Macro Depot (MQ1)
Topic: Real simple Stick.mac
Replies: 14
Views: 4848

should be fixed now. Changed attack range, and follow distances. Nxt update i will be adding a few more things like enrage tracking. You wont stop attacking your mob, if a mob next to you enrages.

WIll post it tonight, its on other PC.
by Stix
Wed Apr 21, 2004 1:09 pm
Forum: Macro Depot (MQ1)
Topic: Help with this rogue mac please
Replies: 2
Views: 1012

Try it like this.

Replace

Code: Select all

 /if n $char(ability,"disarm")!=-2 { 
/doability disarm 
} 
with

Code: Select all

/newif (${Me.AbilityReady[disarm]}) /doability "disarm" 
This is IF you are using the new MQ2Data.
by Stix
Tue Apr 20, 2004 12:53 am
Forum: Macro Depot (MQ1)
Topic: Real simple Stick.mac
Replies: 14
Views: 4848

Real simple Stick.mac

THis is my first macro that actually functions deacently. Its a real scaled down version of the stick macros out there, but this works with MQ2DATA. If anyone find any errors please say so. im really trying to learn how to code, and im not real good at it. Update 4-22-04 Added Enrage target watch fu...
by Stix
Tue Apr 20, 2004 12:45 am
Forum: Macro Help (MQ1)
Topic: Old stick to MQ2DATA
Replies: 11
Views: 3347

moved to macro depot.