Hi,
I was creating a simple plugin for lazybotEVO, that prospect elementim Ore massive,
but i have a problem When my plugin go to mail box loading more elemntim ore ( i use that macro: /script GetInboxText(1); TakeInboxItem(1); TakeInboxMoney(1); DeleteInboxItem(1); ), there are bugged mail sended by AH, that i need to /reload to continue.
I thought, modify load mail macro to:
/script if (GetInboxItem(1,1) == 1) then GetInboxText(1); TakeInboxItem(1); TakeInboxMoney(1); DeleteInboxItem(1); else reload; end;
i what to get count from GetInboxItem, but How?
wowWiki