Thread Tools Display Modes
10-06-05, 06:41 AM   #1
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
Can a non-English user do a simple test?

In game can you put an equippable item in slot 0,1 of your bags and copy-paste-run this line:

/script local _,_,link=string.find(GetContainerItemLink(0,1) or "","item:(%d+)") _,_,_,_,_,_,_,test=GetItemInfo(link) DEFAULT_CHAT_FRAME:AddMessage(test)

It should say the name of the equippable slot in English.

(It won't work for ranged or ammo items--it's bugged still)
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Can a non-English user do a simple test?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off