Hi,
Got two questions :
1. Is there a better object than DoodadObject to handle FishingPools ?
2. How can we check for uniqueness of a DoodadObject since there is no unique id ?
Tanks :)
Hey,
I'm trying to get a stack of items in my inventory by using me.getInvItem()
I tried with the String and the UInt32 one but each time the stack couldn't be found.
Am I supposed to use getItems for stacks ?
Thanks !
Hi,
I'm looking forward to parse the Chat messages you get from the AH.
I'm trying to use the Event onChatMessage, but which ChatType is used for this kind of messages ?
Thanks !
Hi there,
Already asked the question on IRC, but I remain uncertain.
Is an AuctionItem always updated ?
For exemple :
Log(item.bidderName)
item.MakeAuctionBid(10)
Log(item.bidderName)
will the output be:
Name1
Me
?
Thanks !