Skip to content

Commit

Permalink
[INSTANCE] shh - rework part 3 (#1160)
Browse files Browse the repository at this point in the history
* [INSTANCE] put shattered hand scout waypoints into dabase, using sniffed coords

* [INSTANCE] reguid static spawns gauntlet npcs and put them into spawn_group

* [INSTANCE] add initial zealot spawns into database, using spawn_group and worldstate to spawn them

* [INSTANCE] shh - add zealo gauntlet waves waypoints into databse

* shh - reduce Call for Help for Zealots

* [INSTANCE] shh - assign worldstate to correct spawn_group

* Zealots shouldnt spawn again when worldstate gets change (on fail/gauntlet end)

* Rename 0167_shh_callforhelp_radius.sql to 0207_shh_callforhelp_radius.sql
  • Loading branch information
miraco authored Sep 18, 2023
1 parent 8010e4b commit aaea78f
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 48 deletions.
2 changes: 2 additions & 0 deletions Updates/0207_shh_callforhelp_radius.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Zealot Call for Help reduction
UPDATE `creature_template` SET `CallForHelp`='6' WHERE (`Entry`='17462');

This comment has been minimized.

Copy link
@AnonXS

AnonXS Oct 15, 2023

Member

heroic template?

Loading

0 comments on commit aaea78f

Please sign in to comment.