Commit Graph

1197 Commits

Author SHA1 Message Date
Grimfeather
da0ada6070 Merge pull request #489 from Grimfeather/add-Progression-drops
Add progression drops
2025-06-08 05:49:49 +02:00
Grimfeather
e9f50ca115 Update zone_orgrimmar.sql
Hide rank 12+ armor and weapons until BWL
2025-06-08 05:42:59 +02:00
Grimfeather
8e05c9bd4f Update zz_cleanup.sql
undo previous cloning method to hide vendor items
2025-06-08 04:29:18 +02:00
Grimfeather
b488294cbd Update ipp_aware_npcs.sql
can't use new method for npc trainers
2025-06-08 04:28:34 +02:00
Grimfeather
854bf9ec3f Delete sql/world/base/tbc_vendors.sql
code moved to zone_shattrath
2025-06-08 04:07:20 +02:00
Grimfeather
5e65389996 Update zone_shattrath.sql
moved code here from tbc_vendors
2025-06-08 04:06:01 +02:00
Grimfeather
e676f6eb6f Update ipp_aware_npcs.sql
removed unnecessary phasing
now using new way to hide vendor items
2025-06-08 03:57:24 +02:00
Grimfeather
581f8cdd86 UNDO code moved to zz_cleanup
UNDO code moved to zz_cleanup
2025-06-08 03:49:27 +02:00
Grimfeather
6e6ffef2c5 Update tbc_vendors.sql
using new method to hide TBC vendor items
2025-06-08 03:45:14 +02:00
Grimfeather
f59df8d86f added Savage Frond
added Savage Frond
2025-06-08 03:09:21 +02:00
Grimfeather
c97faba4a9 Update player_progression.sql
added Crypt Fiend parts
added Bone Fragments
added Core of Elements
2025-06-07 21:39:24 +02:00
Grimfeather
4a1717321a Update player_progression.sql
added Cultist set items
added Dark Iron Scraps
2025-06-07 21:16:32 +02:00
Grimfeather
2820fc5219 Update player_progression.sql 2025-06-07 20:12:11 +02:00
Grimfeather
c0d22818d2 Merge pull request #488 from Grimfeather/Hidden-Progression-Quests
Hidden progression quests
2025-06-07 11:46:42 +02:00
Grimfeather
bb08a1307a Update IndividualProgressionPlayer.cpp 2025-06-07 11:22:01 +02:00
Grimfeather
7e9ffa1da9 Update IndividualProgression.h 2025-06-07 10:51:01 +02:00
Grimfeather
678a407c43 Update player_progression.sql 2025-06-07 10:09:13 +02:00
Grimfeather
bb6e794217 create progression quests 2025-06-07 09:54:34 +02:00
Grimfeather
3fd79baccf add Progression Quest IDs 2025-06-07 09:47:43 +02:00
Grimfeather
0815656047 add OnPlayerLogin checks 2025-06-07 09:46:30 +02:00
Grimfeather
a93b3c8746 Merge pull request #483 from Grimfeather/naxx40-fixes
fix a few Naxx40 bugs
2025-06-07 02:27:38 +02:00
Grimfeather
2bcf0b26df Merge pull request #485 from Grimfeather/fix-Naxx-40-zone-in-bug
fixes for Naxx 40 zone in
2025-06-07 02:24:46 +02:00
Grimfeather
eda5da131a Update IndividualProgressionPlayer.cpp
removed unnecessary check
you can't be attuned if you haven't progress to the naxx phase.
2025-06-07 02:20:34 +02:00
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