What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

ItemInfo.FromId

Looter

New Member
Joined
Apr 23, 2010
Messages
221
Reaction score
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
once you get the item defined, you should just be able to do
WoWItem.Name or WoWItem.Enrty if you want the id.
 
once you get the item defined, you should just be able to do
WoWItem.Name or WoWItem.Enrty if you want the id.

I want to get the name of the item, not having it at the same time in the bag
 
Back
Top