Jump to content

Recommended Posts

Posted

For some reason every NPC i add an item to wont display in-game (Equipting) ive deleted cache and everything

Revision 9729

Is this a common bug? thanks

-Duan3

Posted
I read recently similar error report and in result source of problem has been found as outdated scripting DLL

So this is going to take a while to fix im guessing in the mean time ill go look for some more bugs like getting Xp from customized quests etc

Posted

Not having any problems here, and I don't see how script would have anything to do with it.

Equipment are defined in creature_equip_template and creature_template.equipment_id point to the entry in creature_equip_template you want to use for this creature.

As example:

INSERT INTO creature_equip_template (entry, equipentry1, equipentry2, equipentry3) VALUES
(10000, 5287, 0, 0);
UPDATE creature_template SET equipment_id=10000 WHERE entry=14325;

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use