| Haal (Whisperwind)
| |
|---|---|
| Title | <Player Character> |
| Gender | Male |
| Race | Orc (Humanoid) |
| Level | 74 Rare |
| Health | 14,616 |
| Occupation | Hero |
| Location | The Filthy Animal, Dalaran[67, 29] |
Macro for listing inventory:
/script for s=1,23
do l=GetInventoryItemLink("player",s);
if (l) then a,b,c,d,e,f,g,h,i,j=GetItemInfo(l);
DEFAULT_CHAT_FRAME:AddMessage(
format("Slot %s: %s (%s/%s), level %s, rarity %s;",
s, b, f, g, d, c));
end;
end;