NPC Editing question
So I have been adding in the proper spells to the npc vendors so they have all the spells according to Allakazam and I ran into an issue that I cannot figure out. I went to Vicor Thiran and put in 30 of his spells then logged into test it only to find that he only shows about 7 armor pieces in his window that I didnt even put in ... So i was looking into it a bit and noticed that the temperance spell has an id of 3692 and a cloak of matter has the same 3692 id ... Vicar Thiran shows the cloak for sale but not the spell ... what am I missing to fix this?
|
Spell IDs are not the item IDs of the scrolls for the spell. You may want to use this query to help find scrolls:
Code:
SELECT * FROM `items` WHERE `name` LIKE 'Scroll:%'; |
All times are GMT -4. The time now is 02:32 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.