Recent changes Random page
GAMING
Gaming
 
StarCraft Wiki
Super Smash Wiki
Halopedia
Diablo Wiki
FFXIclopedia
Grand Theft Wiki
See more...

User:Scalp

From WoWWiki

Jump to: navigation, search

http://halcanary.org/images/2005-11-19-scalp.jpg

On Thunderhorn


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;