Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ItemEquipLoc

Featured Replies

Moved this to a bug report: 

 

 

 

Hi,

i am trying to create some item plugin.. but the GetIemInfo.ItemEquipLoc is always true.. while it should be a string defining to which slot it can be equiped.

Or even better an Enum? of  the ItemSlot :) => http://wowwiki.wikia.com/wiki/ItemEquipLoc

 

Also can you tell me where i can get item stats and how to equip an item from bag into specific slot?

 

Currently you are using this way to get the iteminfo:

if (!ItemInfo._vuipet.TryGetValue(ehoegaupait, out itemInfo) || itemInfo == null)
                    {
                        lock (ItemInfo._lockItemInfo)
                        {
                            str = Lua.LuaDoString<string>(string.Format(BlackListSerializable.CexaheigeluTeuceEdusouhu(), ehoegaupait), "");
                        }
                        if (!string.IsNullOrWhiteSpace(str))
                        {
                            string[] strArrays = str.Split(new char[] { Convert.ToChar(BlackListSerializable.AxoicebaqunuMe()) });
                            this.ItemName = strArrays[0];
                            this.ItemLink = strArrays[1];
                            this.ItemRarity = Others.ParseInt(strArrays[2]);
                            this.ItemLevel = Others.ParseInt(strArrays[3]);
                            this.ItemMinLevel = Others.ParseInt(strArrays[4]);
                            this.ItemType = strArrays[5];
                            this.ItemSubType = strArrays[6];
                            this.ItemStackCount = Others.ParseInt(strArrays[7]);
                            this.ItemEquipLoc = strArrays[8] != "";
                            this.ItemTexture = strArrays[9];
                            this.ItemSellPrice = Others.ParseInt(strArrays[10]);
                            if (!string.IsNullOrWhiteSpace(this.ItemName) && this.ItemName != BlackListSerializable.Heonioloupa())
                            {
                                ItemInfo._vuipet.Add(ehoegaupait, this);
                            }
                        }

So, at first step, maybe you can set the itemequiploc just the string result?

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.