What's new
  • Happy Cataclysm gaming! The long-awaited 4.3.4 Cataclysm Repack V19.0 is now live - and downloadable from our brand-new Emucoach App.
    Download it now
  • Mists of Pandaria is calling! Heya - did you know that the newest 5.4.8 MoP Repack - version 7.0 - is now live?
    Download now

Hostile Daily Mobs While Leveling

orangefire

Gold Supporter
Veteran Member
112
2021
98
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.

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:
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.

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 best kitesurfing egypt.

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);
Hostile daily mobs while leveling add a layer of challenge and excitement to the gameplay experience, pushing players to stay alert and strategic as they progress. These enemies often respawn regularly and can appear in key questing areas, forcing players to adapt their routes and combat tactics.
 
Back
Top