Commit Graph

831 Commits

Author SHA1 Message Date
Grimfeather
7e182804e3 moved aq_gate code to zone_silithus 2025-05-11 12:47:23 +02:00
Grimfeather
fb1fdb36a1 Merge pull request #89 from Gentil-peon/fix/scaling
fix tbc heal scaling
2025-05-11 12:11:09 +02:00
valsan-azerty-boi
d9eef3e14b fix tbc heal scaling 2025-05-11 04:06:17 +02:00
Grimfeather
701cd5cb1e Merge pull request #88 from Grimfeather/fix-NPCs-still-visible
Fix npcs still visible + add War Effort Recruiters
2025-05-11 00:37:01 +02:00
Grimfeather
42308218ac add War Effort Recruiters 2025-05-11 00:30:10 +02:00
Grimfeather
44c720b1c6 remove 3 npcs from wrong phasing 2025-05-11 00:01:09 +02:00
Grimfeather
c085cc0a4b Merge pull request #83 from Grimfeather/fix-redefinition-errors
Fix redefinition errors
2025-05-10 19:35:08 +02:00
Grimfeather
ff4dcd1796 fix map and area definitions 2025-05-10 18:20:12 +02:00
Grimfeather
96d8336e16 add AreaDefines.h
AreaDefines now handles most area and map codes
2025-05-10 18:15:28 +02:00
Grimfeather
dd87812be3 phasing Isle of Conquest envoys until WotLK 2025-05-10 05:47:47 +02:00
Grimfeather
9154964354 Merge pull request #80 from Grimfeather/add-AQ-War-Bosses
Add aq war bosses
2025-05-10 04:28:16 +02:00
Grimfeather
4c5f30970f New areas for phasing 2025-05-10 04:05:51 +02:00
Grimfeather
3790507b6c add IPP_PHASE areas in Darkshore 2025-05-10 04:00:47 +02:00
Grimfeather
f845b3db4a now using phasemask
now using phasemask to make sure the creatures don't attack the player when the player can't see the creatures because he's not in the correct progression phase.
2025-05-10 03:44:52 +02:00
Grimfeather
3b401fd618 new IPP_PHASE areas
creatures that are phased this way do not attack if the player can't see them.
2025-05-10 03:37:20 +02:00
Grimfeather
0d8654967f disable npc_ipp_aqwar
not used anymore
2025-05-10 03:29:48 +02:00
Grimfeather
78f53ce2d3 new progression areas for phasing 2025-05-10 03:27:13 +02:00
Grimfeather
62e298e4bf another check for playerbots
hopefully the last fix needed to solve the issue with playerbots not getting nerfed when the bot account is added to isExcludedFromProgression
2025-05-10 03:21:03 +02:00
Grimfeather
5e54f844d9 Update aq_scripts.cpp 2025-05-09 17:28:13 +02:00
Grimfeather
6c6fbc3677 add RequireAQWarEffort check 2025-05-09 17:27:10 +02:00
Grimfeather
cc61da0fff Update IndividualProgression.cpp 2025-05-09 17:23:14 +02:00
Grimfeather
3bf7f72fe3 Update IndividualProgression.h 2025-05-09 17:20:54 +02:00
Grimfeather
4724a7bcf9 Update individualProgression.conf.dist 2025-05-09 17:18:43 +02:00
Grimfeather
3f9e035e93 new setting RequireAQWarEffort 2025-05-09 17:16:13 +02:00
Grimfeather
8555ab9419 Update aq_scripts.cpp 2025-05-09 16:09:29 +02:00
Grimfeather
f7344b0473 small mistakes 2025-05-09 15:13:47 +02:00
Grimfeather
9055ae12a1 AttackStart function didnt work
need to figure out another way
2025-05-09 15:04:12 +02:00
Grimfeather
4d59b3282f not using ipp_aq script anymore 2025-05-09 14:23:39 +02:00
Grimfeather
b82fecbfea phased creatures dont attack
creatures won't attack, if the player cannot see the creature
2025-05-09 13:34:48 +02:00
Grimfeather
93037db6d6 AQ gate closed during war effort
no matter if you set RequirePreAQQuests to 0 or 1
the player needs to progress to the AQ phase to open the gate.

RequirePreAQQuests = 1 , war effort + AQ quest line needs to be completed

RequirePreAQQuests = 0 , war effort needs to be completed

todo: right now you can't complete the war effort.
2025-05-09 13:20:58 +02:00
Grimfeather
df37d9088d add AQ war bosses
add AQ war bosses to Silithus and Darkshore

can only be seen during the AQ war phase
2025-05-09 13:07:13 +02:00
Grimfeather
9ed6d8d301 new aqwar scripts
new aqwar scripts, rename npc aq script

re-order them according to time line.
2025-05-09 12:49:06 +02:00
Grimfeather
daa3eb845e send player to preAQ phase
previously the player was sent to the AQ phase if RequirePreAQQuests was set to 0.

This meant the player skipped the AQ war effort after killing Nefarian.

Now everyone goes to the preAQ phase.

if RequirePreAQQuests is set to 0, the player needs to complete the war effort to progress to the AQ phase.
if RequirePreAQQuests is set to 1, the player needs to complete the war effort + the AQ quest line to progress to the AQ phase.
2025-05-09 12:09:36 +02:00
Grimfeather
e26cdc4d2f Merge pull request #78 from Grimfeather/optional-vanilla-phasing
Optional vanilla phasing
2025-05-09 01:08:14 +02:00
Grimfeather
481f08a88c phasing Lights Hope Chapel gobjects 2025-05-09 00:57:17 +02:00
Grimfeather
6bdabbfa50 Merge pull request #79 from Grimfeather/fix-playerbots-exclusion
fix playerbots exclusion
2025-05-09 00:33:26 +02:00
Grimfeather
25b0f78a34 fix playerbots exclusion 2025-05-09 00:19:19 +02:00
Grimfeather
bc34baa8f8 unable to hide flight path objects
objects still visible, so removing the code
2025-05-09 00:00:43 +02:00
Grimfeather
ff6f0d882f wrong scriptname 2025-05-08 23:50:00 +02:00
Grimfeather
9692739022 fix mistake 2025-05-08 23:40:53 +02:00
Grimfeather
f5340e382f remove interactions between Cersei, Lorrin and the orcs in Stonard 2025-05-08 22:26:15 +02:00
Grimfeather
22507f0139 now using gobject_ipp_wotlk 2025-05-08 20:24:35 +02:00
Grimfeather
84830d4915 updated phasing mehod for naxx40
now using same phasing method for naxx40
2025-05-08 20:22:20 +02:00
Grimfeather
92e4f0e3c1 update naxx40 scripts 2025-05-08 19:48:11 +02:00
Grimfeather
0cec22ab29 Create optional_vanilla_phasing.sql 2025-05-08 19:41:12 +02:00
Grimfeather
f69f2402ca Merge pull request #77 from Grimfeather/revert-weapon-skill-updates
revert weapon skill updates
2025-05-08 17:34:28 +02:00
Grimfeather
0643c4462e remove AP from The Eye of Nerub 2025-05-08 17:13:27 +02:00
Grimfeather
cbde769d5d revert weapon skill updates
changing these items back to their TBC/WotLK version
because the previous updates don't fix these items correctly.
2025-05-08 16:49:42 +02:00
Grimfeather
eeb31fefeb consistency edit 2025-05-08 02:49:51 +02:00
Grimfeather
6bfb33f0a6 Merge pull request #76 from Grimfeather/fix-Gordunni-Orb-drop-rate
fix Gordunni Orb drop rate
2025-05-07 21:03:31 +02:00