Grimfeather
146e1ff5a3
RequireNaxxStrathEntrance = 0
...
Changed the default to disabled.
It can crash the server if some bots aren't attuned
this happens when the group is split with a few players in Naxx40 and the rest still in Stratholme and the player then logs out.
2025-06-07 01:55:53 +02:00
Grimfeather
5647c67aaa
Update IndividualProgressionPlayer.cpp
2025-06-07 00:23:38 +02:00
Grimfeather
f3d93da14e
Update custom_gameobjects_40.cpp
2025-06-07 00:18:48 +02:00
Grimfeather
1dfb0372c3
fix allowed bots
...
This prevents bots that aren't attuned or haven't progressed to the Naxx phase to be teleported inside
excluded random bots should still be able to get in
2025-06-06 23:41:10 +02:00
Grimfeather
d761948ddd
Update instance_onyxias_lair.cpp
2025-06-06 19:48:33 +02:00
Grimfeather
7cad64f0f9
Merge pull request #487 from Grimfeather/fix-The-Forging-of-Quel'Serrar
...
fix The Forging of Quel'Serrar
2025-06-06 06:32:50 +02:00
Grimfeather
63a7c00cb1
fix The Forging of Quel'Serrar
...
because the Unfired Ancient Blade can't be used
the Treated Ancient Blade is now added to Onyxia's loot table.
it will only drop if a player has the quest The Forging of Quel'Serrar
- corrected flags for related quests and items
- removed the spell from the Unfired Ancient Blade
- fixed skinning loot for Onyxian Warder
2025-06-06 06:24:02 +02:00
Grimfeather
fba6a42d23
update sewage slime
...
update spell used by sewage slime.
2025-06-06 04:57:25 +02:00
Grimfeather
7c5649150e
I think I need to edit smart_scripts instead
2025-06-06 04:54:35 +02:00
Grimfeather
52bc2e6f3a
Grobbulus
2025-06-06 04:51:35 +02:00
Grimfeather
02a367978d
fix Disease Cloud
...
Sewage Slime uses 28156 in smart_scripts
2025-06-06 04:46:43 +02:00
Grimfeather
faf55abd01
Merge pull request #484 from Grimfeather/fix-Onyxia-40-zone-in-bug
...
possible fix for Onyxia 40 zone in bug
2025-06-05 23:44:17 +02:00
Grimfeather
15ad9356a4
Update custom_gameobjects_40.cpp
...
trying to find a solution
2025-06-05 10:57:43 +02:00
Grimfeather
44ecf23eb4
Merge pull request #481 from Grimfeather/CGUID-and-OGUID-for-AQ
...
CGUID and OGUID for AQ events
2025-06-05 10:45:58 +02:00
Grimfeather
76702c705c
Update instance_onyxias_lair.cpp
...
possible fix
I tested it and it seems to work
2025-06-05 07:50:46 +02:00
Grimfeather
371cde62eb
Update naxx40_creatures.sql
...
adjust health
- Unstoppable Abomination
- Soul Weaver
2025-06-05 03:29:47 +02:00
Grimfeather
c1ef5e1b03
Merge pull request #482 from Grimfeather/Pre-Sunwell-Bloodknight-headquarters
...
fix Pre-Sunwell Bloodknight headquarters
2025-06-05 02:55:55 +02:00
Grimfeather
232432ba3d
Update zone_silvermoon.sql
...
add Lady Liadrin
remove gossip from Astalor Bloodsworn
2025-06-05 02:53:31 +02:00
Grimfeather
3dd1503697
Update zone_orgrimmar.sql
...
solve conflict with si.sql
2025-06-05 01:26:51 +02:00
Grimfeather
7ac687946b
fix random guids
...
added 600000 like I've done before
2025-06-05 01:01:26 +02:00
Grimfeather
54ca5a471e
Update aq_war.sql
...
now using
SET @CGUID := 650000;
SET @OGUID := 650000;
2025-06-04 23:37:22 +02:00
Grimfeather
3453f66578
Update aq_war_effort.sql
...
now using
SET @CGUID := 650000;
SET @OGUID := 650000;
2025-06-04 23:21:05 +02:00
Grimfeather
8586ba7620
Merge pull request #480 from sihensel/fix_elwynn_kobolds
...
Kobold Workers and Laborers in Elwynn should not be hostile
2025-06-04 22:47:23 +02:00
Simon Hensel
444b801a56
Kobold Workers and Laborers in Elwynn should not be hostile
2025-06-04 22:06:31 +02:00
Grimfeather
c9006844d5
Merge pull request #475 from Grimfeather/poison-reagents-on-vendors
...
Poison reagents on vendors
2025-06-04 06:36:32 +02:00
Grimfeather
29c7f5cbf7
Merge pull request #478 from Grimfeather/solve-imbalance-pvp-NPCs
...
Solve imbalance pvp NPCs
2025-06-04 06:32:59 +02:00
Grimfeather
1fa26d9936
Update zone_orgrimmar.sql
...
Removing non vanilla pvp NPCs from Orgrimmar.
The Alliance counterparts of these pvp NPCs are deleted in zone_stormwind.sql
Decided to delete these instead of phasing.
This keeps higher level players away from Orgrimmar
which is better for immersion
2025-06-04 06:20:15 +02:00
Grimfeather
81f56c78af
Merge pull request #476 from ZhengPeiRu21/optional-ammo-stack-size
...
Optional ammo stack size
2025-06-03 22:56:54 +02:00
Grimfeather
7c7a358b74
Update vanilla_item_changes.sql
...
code moved to optional_ammo_stack_size
2025-06-03 22:50:17 +02:00
Grimfeather
456d08845e
Create zz_optional_ammo_stack_size.sql
2025-06-03 22:47:28 +02:00
Grimfeather
301345dce7
removed powder updates
...
flash and blinding powder has nothing to do with poisons.
those changes are now only made in vanilla_item_changes
2025-06-03 07:23:42 +02:00
Grimfeather
667f012756
Update vanilla_item_changes.sql
2025-06-03 07:21:11 +02:00
Grimfeather
71753235cf
different approach
...
still want to show the items on the vendors
the items will be labeled as junk if the optional sql isn't run.
2025-06-03 07:02:17 +02:00
Grimfeather
bfa9602be7
move adding vendor reagents to optional SQL
...
only add poison reagents to vendors if the optional SQL is run
2025-06-03 03:27:35 +02:00
ZhengPeiRu21
4f022e63a4
Merge pull request #474 from Grimfeather/Resolve-Conflicts
...
Grimfeather Fork Update
2025-06-02 15:02:03 -06:00
Grimfeather
223e2e3103
Merge branch 'master' into Resolve-Conflicts
2025-06-02 20:46:56 +02:00
Grimfeather
ffbd09462d
Update aq_war.sql
2025-06-02 11:45:49 +02:00
Grimfeather
3ccd36f673
still not great
...
may still change it later
2025-06-02 11:44:56 +02:00
Grimfeather
eadc670c1e
Colossus pathing fixes
...
Ashi pathing was sending him off the map.
still not happy with it
not even sure they should have pathing
in VMangos they do not have it
2025-06-02 10:35:22 +02:00
Grimfeather
ff2cb67386
Update aq_war_effort.sql
...
aq war code moved to aq_war.sql
2025-06-02 09:10:46 +02:00
Grimfeather
2c97a5ea8f
Create aq_war.sql
2025-06-02 09:09:04 +02:00
Grimfeather
ce89f35b4d
Update aq_scripts.cpp
2025-06-02 07:42:12 +02:00
Grimfeather
05e0c3ed5b
Update IndividualProgression.h
2025-06-02 03:53:50 +02:00
Grimfeather
1d9702f7d8
Merge pull request #128 from Grimfeather/quest---Into-the-Breach
...
Quest/Event - Into the Breach
2025-06-02 01:08:18 +02:00
Grimfeather
b2219c0e24
Ready for Testing
...
added Portal Hounds, according to a wowhead comment they are summoned by a Dreadknight. I added them as escorts of the Dreadknight
adjusted detection_range of some npcs so they engage in combat sooner
changed respawn of enemies and added some more felguards, so they break through some times.
2025-06-02 00:57:25 +02:00
ZhengPeiRu21
8b4389cc1f
Merge pull request #442 from sogladev/fix-buffer-overflow
...
fix: vanillaScripts instance buffer overflow
2025-06-01 14:42:23 -06:00
ZhengPeiRu21
52d0ebc05a
Merge pull request #460 from TheDiscordian/fix-artisian-cooking
...
Consume Artisian cookbook on use
2025-06-01 14:41:46 -06:00
ZhengPeiRu21
4ffe2ef1df
Merge pull request #473 from Jaytapp/master
...
update code to compile with latest azerothcore server code
2025-06-01 14:38:42 -06:00
Grimfeather
c7a692e92c
Getting closer
...
smart_script updates
bowman now shooting
NPCs now stopping at end of waypoint
added more defenders
todo
add waypoints for Fel Stalkers and Voidwalkers
figure out where and how Portal Hounds spawn
try again to delay spawn of Dreadknights
2025-06-01 08:57:34 +02:00
Grimfeather
218ca53f2f
Portal Seeker - On Respawn - Waypoint Start
2025-06-01 04:55:29 +02:00