Rumiese NPC improvements.

Contributed by twinpeaks75.
This commit is contained in:
MobiusDev
2015-04-25 11:56:49 +00:00
parent 4fe423687f
commit 5166341269
5 changed files with 66 additions and 0 deletions

View File

@@ -48109,3 +48109,6 @@ INSERT INTO `spawnlist` VALUES
-- Faster respawn for training NPCs
UPDATE spawnlist SET respawn_delay=20 WHERE npc_templateid in (
27457, 27532);
-- Rumiese
INSERT INTO `spawnlist` (`location`, `count`, `npc_templateid`, `locx`, `locy`, `locz`, `randomx`, `randomy`, `heading`, `respawn_delay`, `respawn_random`, `loc_id`, `periodOfDay`) VALUES ('Rumiese', 1, 33151, -178480, 147098, 2132, 0, 0, 16383, 0, 0, 0, 0);