Looter New Member Joined Apr 23, 2010 Messages 221 Reaction score 1 Mar 15, 2011 #1 How use PHP: ItemInfo.FromId(2772).Name I get an error: Reference not set to an object. I need to "ID" to get the name of the item
How use PHP: ItemInfo.FromId(2772).Name I get an error: Reference not set to an object. I need to "ID" to get the name of the item
CodenameG New Member Joined Jan 15, 2010 Messages 38,364 Reaction score 231 Mar 15, 2011 #2 Looter said: How use PHP: ItemInfo.FromId(2772).Name I get an error: Reference not set to an object. I need to "ID" to get the name of the item Click to expand... once you get the item defined, you should just be able to do WoWItem.Name or WoWItem.Enrty if you want the id.
Looter said: How use PHP: ItemInfo.FromId(2772).Name I get an error: Reference not set to an object. I need to "ID" to get the name of the item Click to expand... once you get the item defined, you should just be able to do WoWItem.Name or WoWItem.Enrty if you want the id.
Looter New Member Joined Apr 23, 2010 Messages 221 Reaction score 1 Mar 15, 2011 #3 CodenameG said: once you get the item defined, you should just be able to do WoWItem.Name or WoWItem.Enrty if you want the id. Click to expand... I want to get the name of the item, not having it at the same time in the bag
CodenameG said: once you get the item defined, you should just be able to do WoWItem.Name or WoWItem.Enrty if you want the id. Click to expand... I want to get the name of the item, not having it at the same time in the bag