Code: Select all
RoMScript("MailFrame:Hide()")Code: Select all
RoMScript("MailFrame:Hide()")Code: Select all
warningmemorypopup = RoMScript('StaticPopup_Visible("WARNING_MEMORY")')
if warningmemorypopup == "StaticPopup1" then
RoMScript('StaticPopup_OnClick(StaticPopup1, 1);')
endCode: Select all
warningmemorypopup = RoMScript('StaticPopup_Visible("WARNING_MEMORY")')
if warningmemorypopup then
RoMScript('StaticPopup_OnClick('..warningmemorypopup ..', 1);')
endSorry, I don't understand.Desmond wrote:herein to understand unreal
Code: Select all
1. Open the Item Shop.
2. Find the item you want to buy. Make sure it's the right item. I take no responsibility if your make a mistake.
3. Select the 'Buy' button so that the 'Buy' popup appears.
4. Now enter this command,
/script SendSystemChat(ItemMallFrame.selectItem.GUID)
5. The number it prints is the 'itemGUID' of the item you want to buy.Code: Select all
/script SendSystemChat(ItemMallFrame.selectItem.GUID)