- 112
- 2021
- 91
While leveling in Jade Forest I got repeatedly attacked by swarms of level 90 Siftworms while trying to do quests in the Arboretum, so I dug around a bit and found they're meant to be non-hostile unless you're on the Order of the Cloud Serpent daily for them. I set them to the proper faction the Giant Siftworms have.
I haven't confirmed if the daily quest sets mobs here to hostile properly. It should work on these if it works on the Giant Siftworms, otherwise I'll investigate that as separate fix when I get up there.
Edit: Slightly later I had to escape into the Temple of the Jade Serpent dungeon to survive a swarm of level 90 sha beasts after a short kite trip to the area for a quest. These seem to be intended to not spawn in under normal circumstances, so I fixed it to only have them phased in while on the quest for them. Going to wrap similar issues into this thread instead of making a bunch of small threads for each individual fix.
SQL:
UPDATE creature_template SET faction_A = 1971, faction_H = 1971 WHERE entry IN (65711);
I haven't confirmed if the daily quest sets mobs here to hostile properly. It should work on these if it works on the Giant Siftworms, otherwise I'll investigate that as separate fix when I get up there.
Edit: Slightly later I had to escape into the Temple of the Jade Serpent dungeon to survive a swarm of level 90 sha beasts after a short kite trip to the area for a quest. These seem to be intended to not spawn in under normal circumstances, so I fixed it to only have them phased in while on the quest for them. Going to wrap similar issues into this thread instead of making a bunch of small threads for each individual fix.
SQL:
REPLACE INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`, `quest_start_status`, `quest_end_status`) VALUES (59087, 5974, 30006, 30006, 0, 0, 2, 1, 74, 116);
UPDATE creature SET phaseMask = 8 WHERE id IN (57396, 57330, 57389, 57327);
Last edited: