/notify?

Need some help with that macro you're working on or aren't quite sure how to get your macro to do something? Ask here!

Moderator: MacroQuest Developers

LordGiddion
a snow griffon
a snow griffon
Posts: 352
Joined: Sat Sep 13, 2003 6:12 pm
Contact:

/notify?

Post by LordGiddion » Sun Apr 11, 2004 8:40 pm

Ok did some searching, trying to right click corpse slots with either /notify or /itemnotify and then finally left click the done button. Seems to me Notify should be used for this but in the 1 post on this subject Lax stated that /itemnotify should be used for this. http://macroquest2.com/phpBB2/viewtopic.php?t=5907
I'm not seeing the syntax for using /itemnotify for this.

Lax
We're not worthy!
We're not worthy!
Posts: 3524
Joined: Thu Oct 17, 2002 1:01 pm
Location: ISBoxer
Contact:

Post by Lax » Mon Apr 12, 2004 3:38 am

/notify should work as of a couple zips ago.

go ahead and try what the guy showed:

Code: Select all

/notify lootwnd LW_LootSlot@LootSlot leftmouseup
but to use it with itemnotify (probably easier to remember this way):
/itemnotify loot1 leftmouseup
/itemnotify loot2 leftmouseup

etc.. which the info for using /itemnotify for that IS out there but here's the list again for you...

/itemnotify bank1, /itemnotify shardbank1, loot1, trade1 (which includes the "npc give" window), world1, merchant1, bazaar1, inspect1.
Lax Lacks
Master of MQ2 Disaster
Purveyor of premium, EULA-safe MMORPG Multiboxing Software
* Multiboxing with ISBoxer: Quick Start Video
* EQPlayNice, WinEQ 2.0

LordGiddion
a snow griffon
a snow griffon
Posts: 352
Joined: Sat Sep 13, 2003 6:12 pm
Contact:

Post by LordGiddion » Mon Apr 12, 2004 7:54 am

Thanks Lax, when I posted this I wasn't home so I only had my macro code and the board, Not the C code. No where in the reference (at least that I could find) or in the manual does it mention Itemnotify being set for anything but inventory and bankslots.