Jump to content

[BUG] NPC's equipting items


duan3

Recommended Posts

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

Link to comment
Share on other sites

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;

Link to comment
Share on other sites

×
×
  • 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