/notify platinum question

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

Shali
a ghoul
a ghoul
Posts: 87
Joined: Sun Dec 07, 2003 12:39 pm

/notify platinum question

Post by Shali » Mon Apr 26, 2004 8:51 pm

Trying to figure out how to convert part of my macro, how would i do something like this:

Code: Select all

/notify InventoryWnd Platinum leftmouseup
this is not the correct code but i was unable to find, through search and otherwise, what this should be, just trying to get it to click on the platinum box (used in conjunction with /ctrl or /shift)

*edit* found a way to do this buy just clicking then doing /notify QuantityWnd QTYW_Accept_Button leftmouseup, but if anyone finds that there is a /notify for the platinum box itself, let me know

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 26, 2004 9:46 pm

When working with /notify you need the a) the correct window name for the window itself and b) the ScreenID of the button you're pressing. Open EQUI_Inventory.xml and find the ScreenID for platinum.

Code: Select all

- <Button item="IW_Money0">   <----- NOT what you look for, this part is named differently in different UIs
  <ScreenID>[color=red]IW_Money0[/color]</ScreenID>  <--- DO look for this for the button name
- <!-- <Font>3</Font>
  --> 
  <RelativePosition>true</RelativePosition> 
- <Location>
  <X>125</X> 
  <Y>330</Y> 
  </Location>
- <Size>
  <CX>70</CX> 
  <CY>24</CY> 
  </Size>
  <Style_Transparent>false</Style_Transparent> 
- <!-- <TooltipReference/>
  --> 
  <Style_Checkbox>false</Style_Checkbox> 
- <!-- <RadioGroup/>
  --> 
  <Text>9999</Text> 
- <TextColor>
  <R>255</R> 
  <G>255</G> 
  <B>255</B> 
  </TextColor>
- <ButtonDrawTemplate>
  <Normal>A_RecessedBox</Normal> 
  <NormalDecal>A_PlatinumCoin</NormalDecal> 
  </ButtonDrawTemplate>
- <DecalOffset>
  <X>1</X> 
  <Y>3</Y> 
  </DecalOffset>
- <DecalSize>
  <CX>18</CX> 
  <CY>18</CY> 
  </DecalSize>
  </Button>
.
.
.
 <Screen item="[color=green]InventoryWindow[/color]"> <--- DO look for this for the window name
.
.
.
<Pieces>IW_Money0</Pieces>    <----- NOT what you look for, this part is named differently in different UIs
/notify InventoryWindow IW_Money0 leftmouseup
Lax Lacks
Master of MQ2 Disaster
Purveyor of premium, EULA-safe MMORPG Multiboxing Software
* Multiboxing with ISBoxer: Quick Start Video
* EQPlayNice, WinEQ 2.0