Setras Posted October 9, 2010 Share Posted October 9, 2010 Мне необходимо узнать имя предмета (Например Шпяла великого воителя или Корпия из марли). У меня есть только: itemId: ObjectId (not nil) - уникальный идентификатор айтема Как мне из него получить имя предмета? Оно не обджект(не интерактивный объект), так что object.GetName( objectId ) не прокатывает... I need to get some item's name (for example Healing band or Mana potion). How could i get it? I have just "itemId: ObjectId (not nil) - unique item identifier." object.GetName() does not work - it's for world interactive objects (players, onsters, npc's, levers and chests) Thanks. Quote Link to comment Share on other sites More sharing options...
Guest mehael Posted October 10, 2010 Share Posted October 10, 2010 see\смотри avatar.GetItemInfo( itemId ) Quote Link to comment Share on other sites More sharing options...
Setras Posted October 10, 2010 Author Share Posted October 10, 2010 Спасибо, блин! Я посмотрел на айтемсметаинфо и потом что-то меня отвлекло, а нужная функция была всего строчкой выше )) Quote Link to comment Share on other sites More sharing options...
Recommended Posts