Search found 27 matches

by A_Enchanter_00
Mon Nov 17, 2008 3:40 pm
Forum: MQ2::Macros::Requests
Topic: Retard useable safe to pull sub
Replies: 40
Views: 6213

welcome and thanks
by A_Enchanter_00
Thu Nov 06, 2008 12:42 pm
Forum: MQ2::Macros::Requests
Topic: Retard useable safe to pull sub
Replies: 40
Views: 6213

I'd have to say that this sounds like a very good addition to the Macro archive. Maybe make something for a HUD that just puts the targets name in green if it's a single pull and red if it got adds? If that's at all possible, but so far over the years with using and abusing MQ2, it seems like the s...
by A_Enchanter_00
Thu Nov 06, 2008 12:37 pm
Forum: MQ2::Macros::Requests
Topic: Retard useable safe to pull sub
Replies: 40
Views: 6213

Re: always a spawn id return

toomanynames wrote:
tums2004 wrote:So I tried the second code, and it always returns a spawn id. Even when mobs are really close.
I don't think you're doing it right (but I only briefly looked at the code)

Mobs close = number
No Mobs close = 0
correct
by A_Enchanter_00
Mon Nov 03, 2008 6:29 pm
Forum: MQ2::Macros::Requests
Topic: Retard useable safe to pull sub
Replies: 40
Views: 6213

could be several things ... ---> /if ( !${PullSingleDistance} ) /return 0 ---> d_ValidSpawnID what ever code you use to check if SpawnID is a valid spawn Sub CheckAdds(int SpawnSearchID, int PullSingleDistance, int aggroCount) /if ( !${Defined[aggroCount]} ) /declare aggroCount int local 1 /declare ...
by A_Enchanter_00
Fri Oct 31, 2008 7:05 am
Forum: MQ2::Macros::Requests
Topic: Retard useable safe to pull sub
Replies: 40
Views: 6213

this will check for adds around a spawn a target with PullSingleDistance as monster aggro distance, other than that it should give you an idea on how you could do it. Sub CheckAdds(int SpawnSearchID, int aggroCount) /if ( !${PullSingleDistance} ) /return 0 /if ( !${Defined[aggroCount]} ) /declare ag...
by A_Enchanter_00
Thu Aug 09, 2007 2:10 pm
Forum: MQ2::Bug Reports
Topic: game crash question
Replies: 33
Views: 10483

for eq, the issue with dual cores is excactly crashing when you zone ( most often ). http://forums.station.sony.com/eq/posts/list.m?topic_id=15343 see: 5. Dual-core crashing/stuttering/model corruptions but since you have AMD Dual-Core Optimizer, i guess it could be something else .. i would rum mem...
by A_Enchanter_00
Thu Aug 09, 2007 11:21 am
Forum: MQ2::Bug Reports
Topic: game crash question
Replies: 33
Views: 10483

do you have multi core system amd ? intel ?

i have had crash problems also with eq and multi core, never make a debug on it sine it was not mq related.
by A_Enchanter_00
Sun May 27, 2007 4:59 am
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Bazaar Tribute Item Search .mac
Replies: 31
Views: 14099

Prevent looking up lore items, if you already have one Sub checkAheadCompareAlert(int itemNum, int tPrice, int tTrib) /declare lastOccur int local ${itemNum} /declare lowPos int local ${itemNum} /declare lowPrice int local ${tPrice} /declare iName string local /declare K int local /call getItemName ...
by A_Enchanter_00
Tue Sep 19, 2006 10:08 am
Forum: MQ2::Bug Reports
Topic: WTF MQ2 Broken!?! on 18Sept2006
Replies: 87
Views: 13419

help, why cant i get mq2 to work ? i get, incorrect client version ?
by A_Enchanter_00
Tue Aug 01, 2006 1:09 pm
Forum: MQ2::Macros::Help
Topic: Incorporating Spell_Routines.inc into a macro
Replies: 100
Views: 14436

winki winki winki winki :twisted: :twisted: :twisted:
by A_Enchanter_00
Tue Aug 01, 2006 9:51 am
Forum: MQ2::Macros::Help
Topic: Incorporating Spell_Routines.inc into a macro
Replies: 100
Views: 14436

You dont need to log in to wiki to read it, and i and forum login should work.
by A_Enchanter_00
Mon Jul 31, 2006 3:29 pm
Forum: MQ2::Macros::Help
Topic: Incorporating Spell_Routines.inc into a macro
Replies: 100
Views: 14436

as wiki tells you.

Code: Select all

#include spell_routines.inc
Sub Main
  /call Cast "Complete Healing" gem1
/return
by A_Enchanter_00
Sun Jul 30, 2006 10:26 pm
Forum: MQ2::Macros::Requests
Topic: Lookin for an Enchanter Macro
Replies: 28
Views: 7157

LOL
by A_Enchanter_00
Tue Jul 25, 2006 1:19 am
Forum: MQ2::Bug Reports
Topic: crash - flame away lolz
Replies: 10
Views: 4136

ascii38 wrote:Just /petition and explain what you're doing. A GM can fix your problem.
I agree!!
by A_Enchanter_00
Mon Feb 27, 2006 3:28 pm
Forum: MQ2::Bug Reports
Topic: Merchant Bug
Replies: 38
Views: 7930

dont excatly know what you want to do ? but ..
http://www.macroquest2.com/phpBB2/viewt ... ght=bazzar

${Bazaar.Item[#].Price} would be it ?