Search found 24 matches

by pooz
Sun Aug 01, 2004 2:34 pm
Forum: MQ2::Bug Reports
Topic: parts of inventory missing...
Replies: 5
Views: 1206

Why are they called something besides what's in the struct? typedef struct _INVENTORY { /*0x00*/ struct _CONTENTS* Charm; /*0x04*/ struct _CONTENTS* LeftEar; /*0x08*/ struct _CONTENTS* Head; /*0x0c*/ struct _CONTENTS* Face; /*0x10*/ struct _CONTENTS* RightEar; /*0x14*/ struct _CONTENTS* Neck; /*0x18...
by pooz
Sun Aug 01, 2004 2:27 am
Forum: MQ2::Bug Reports
Topic: parts of inventory missing...
Replies: 5
Views: 1206

parts of inventory missing...

| wearing.mac | Displayes item name of what is in each inventory slot. Sub Main /echo Charm: ${Me.Inventory[Charm]} /echo LeftEar: ${Me.Inventory[LeftEar]} /echo Head: ${Me.Inventory[Head]} /echo Face: ${Me.Inventory[Face]} /echo RightEar: ${Me.Inventory[RightEar]} /echo Neck: ${Me.Inventory[Neck]}...
by pooz
Tue Jun 01, 2004 5:09 pm
Forum: MQ2::Macros::Macro Depot v3.0
Topic: Anti-Idle Bazaar macro
Replies: 13
Views: 4642

You get kicked from the bazaar because the server crashes.
by pooz
Sat May 22, 2004 4:21 pm
Forum: MQ2::Bug Reports
Topic: Bug- not sure if it's MQ or EQ related
Replies: 6
Views: 1066

It's EQ related, it happens in any outdoor zone, but most often happens in PoP outdoor zones. It will happen when both chars are in the same zone. I've got no idea how to fix it, but I avoid it by fighting in indoor zones.
by pooz
Mon Mar 29, 2004 10:10 pm
Forum: MQ2::General
Topic: output.txt
Replies: 4
Views: 1574

output.txt

Downloaded in a patch the file: output.txt

Inside the file was single line:

Code: Select all

EQ="teh awesome"
clever.
by pooz
Mon Nov 17, 2003 6:09 pm
Forum: MQ2::Custom UI
Topic: $calc($char(hp,cur)+$char(DAR))
Replies: 10
Views: 3073

Damage Absorption Remaining... Unfortunately it doesn't update until after you zone (its not real time)
by pooz
Tue Nov 11, 2003 11:15 am
Forum: MQ2::Development::Feature Discussion
Topic: Strongly considering removal of all EQTypes besides 9999
Replies: 71
Views: 4609

I'm in favor of removing them and using only the ToolTipReference.

As Lax said, having that list is just asking for bloat. If people want to slow down their own UI's let em, but for those of us not customizing our UI's we'd rather not have it slowing down MQ.
by pooz
Fri Nov 07, 2003 3:52 pm
Forum: MQ2::Development::Feature Discussion
Topic: Feat. Request: MQ variables in UI
Replies: 60
Views: 2617

I would love to see $target(level) in my target box. A most excellent idea.

Maybe I'll play with MQ a bit tonight and see if I can break it enough.
by pooz
Thu Nov 06, 2003 1:04 pm
Forum: MQ2::Development::Feature Discussion
Topic: Spell gem 8 possible bug.
Replies: 5
Views: 1682

Struct may be off by one, there was a similar issue before. In fact GJ was the one who posted it before...

http://macroquest2.com/phpBB2/viewtopic.php?p=21153
by pooz
Sun Nov 02, 2003 7:56 pm
Forum: MQ2::Development::Feature Discussion
Topic: Possible bug: SuperWho locking up EQ
Replies: 47
Views: 4561

/who pet

List of (null)s
--------------------------------
(0-100) (null) not found.
by pooz
Sun Nov 02, 2003 2:43 pm
Forum: MQ2::Development::Feature Discussion
Topic: Possible bug: SuperWho locking up EQ
Replies: 47
Views: 4561

Latest IRC .zip is borked with new EQ window, related to new STML converter eating chars... the blue is REALLY hard to see. /who npc a List of NPCs -------------------------------------- [ 23 Human Warrior ] dervish cutthroat, a <NPC> ( 523.23 WNW ) o, a o, a o, a o, a There are 5 NPCs in Desert of ...
by pooz
Fri Oct 31, 2003 5:25 pm
Forum: Macro Depot (MQ1)
Topic: Ninja Looter
Replies: 16
Views: 8194

For LDoN missions when I'm ML I made a hotkey with:

/target corpse
/pause 2
/loot

:roll:
by pooz
Thu Oct 16, 2003 11:30 pm
Forum: MQ2::Development::Feature Discussion
Topic: rune info working?
Replies: 6
Views: 1577

Actually Damage Absorption Remaining is showing total Damage Absorpion, but not remaining. Tested this tonight. Arcane Rune alone will show 1500 even if you've taken damage to the rune. Bulwark of Vie + Arcane Rune will show 3100 even if you've take some damage by spell. It seems the struct may be i...
by pooz
Thu Oct 16, 2003 9:38 pm
Forum: MQ2::Development::Feature Discussion
Topic: rune info working?
Replies: 6
Views: 1577

/echo $char(dar) will show you your damage absorption remaining.

/echo $char(buff,"Arcane Rune",dar) will echo the buff slot, it appears to ignore the dar part.
by pooz
Tue Sep 30, 2003 4:28 pm
Forum: MQ2::Development::Feature Discussion
Topic: Capturing the datastream...
Replies: 2
Views: 757

MQ reads memory, ShowEQ reads the datastream.