Commit Graph

1264 Commits

Author SHA1 Message Date
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
Grimfeather
bbc8eb52dc Still not done
many improvements
- formations now work
- waypoints now work

todo:
- stop npcs at final waypoint
- improve smart_scripts, bowman in particular
2025-06-01 00:56:55 +02:00
Grimfeather
dd81ae7c1f Update IndividualProgressionAwarenessScripts.cpp 2025-05-31 20:05:39 +02:00
Grimfeather
172acb2d8d far from done
initial idea on how to do this event

creature_formations not working still
need to work on many smart_scripts and waypoints
2025-05-31 08:39:11 +02:00
Grimfeather
24267c7e6e Update IndividualProgressionPlayer.cpp 2025-05-31 03:14:28 +02:00
Grimfeather
8ec6a7592d Update IndividualProgression.h 2025-05-31 02:56:22 +02:00
Grimfeather
8769f030a9 added BWL attunement to optional sql 2025-05-30 23:10:12 +02:00
Grimfeather
85b2b5f5a5 undo BWL quest requirement
BWL apparently did not have a quest requirement to enter.
2025-05-30 23:06:15 +02:00
Grimfeather
d92033c90d BWL Blackhand's Command quest requirement 2025-05-30 21:42:45 +02:00
Grimfeather
e333d3b98b Update ipp_aware_npcs.sql 2025-05-30 06:43:06 +02:00
Grimfeather
4eae7eb018 Update adjustment_auras.sql 2025-05-30 06:42:27 +02:00