Kitzunu
7a859da266
fix(Script/Spell): Vanish Purge behavior ( #18127 )
2024-01-07 12:03:53 -03:00
Kitzunu
a1f924050f
fix(DB): Bad query ( #18122 )
2024-01-07 01:23:39 -03:00
github-actions[bot]
9298554c33
chore(DB): import pending files
...
Referenced commit(s): aeee355972
2024-01-07 03:54:22 +00:00
daobashun
aeee355972
fix(DB/Creature): Fixed a dialogue error when "Tendris Warpwood" died ( #18088 )
...
* Fixed dialogue text on Tendris Warpwood's death
* Modify the annotation symbols
* revise
2024-01-07 04:53:23 +01:00
Kitzunu
9d321c816b
fix(DB): Correct bad delete query ( #18121 )
...
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/18119
2024-01-06 20:32:06 -03:00
github-actions[bot]
859b6594a5
chore(DB): import pending files
...
Referenced commit(s): a25c9801a5
2024-01-06 19:02:00 +00:00
Dan
a25c9801a5
fix(DB/Loot): change Ranger-General's Chestguard on Lurker to The Seal of Danzalar ( #18117 )
...
initial
2024-01-06 16:01:02 -03:00
Alethrion
d069fe5dac
fix(Scripts/SSC): Update Hydross Mark Timers ( #18114 )
...
* Scheduler_Fix
* Thanks_Bench
* Thanks_Again_Bench
* Thanks_elthehablo
* Stupid_Last_Line
2024-01-06 19:23:46 +01:00
github-actions[bot]
8877c7cc4c
chore(DB): import pending files
...
Referenced commit(s): ffb2ee781f
2024-01-06 04:16:42 +00:00
sudlud
ffb2ee781f
fix(DB/Gameobject): Update 'Caribou Trap' spawns with sniffed values ( #18085 )
2024-01-06 01:15:44 -03:00
github-actions[bot]
33ef56b002
chore(DB): import pending files
...
Referenced commit(s): a5464d06f2
2024-01-05 09:48:50 +00:00
Andrew
a5464d06f2
fix(DB/Creature): Fix Shadow of Leotheras banish immunity ( #18111 )
2024-01-05 10:47:53 +01:00
github-actions[bot]
ea1d65d194
chore(DB): import pending files
...
Referenced commit(s): 22869483fe
2024-01-05 02:02:15 +00:00
sudlud
84027db534
fix(DB/Creature): Fix '(Master) Fire Eater' / '(Master) Flame Eater' spawns and SAI based on sniffs ( #18073 )
2024-01-04 23:01:52 -03:00
github-actions[bot]
22869483fe
chore(DB): import pending files
...
Referenced commit(s): feecba8035
2024-01-05 02:01:16 +00:00
Dan
feecba8035
fix(DB/SAI): remove botched caster movement scripting from Arch Mage Xintor ( #18108 )
...
* caster movement fixed
* Update rework-xintor.sql
2024-01-04 23:00:19 -03:00
sudlud
e85b71a2c5
fix(DB/Creature): Update 'Commoner' spawns with sniffed values ( #18110 )
2024-01-04 22:59:56 -03:00
Kitzunu
2558f25623
fix(Core/Quest): Calculate reward money with RATE_REWARD_BONUS_MONEY … ( #18104 )
...
* fix(Core/Quest): Calculate reward money with RATE_REWARD_BONUS_MONEY instead of RATE_DROP_MONEY
* Update worldserver.conf.dist
2024-01-04 18:57:53 +01:00
github-actions[bot]
b32d6743c4
chore(DB): import pending files
...
Referenced commit(s): 8fee16756f
2024-01-03 22:12:30 +00:00
Gultask
8fee16756f
fix(DB/TempestKeep): Rebuild Tempest Keep ( #18105 )
...
Create tk.sql
2024-01-03 23:11:16 +01:00
github-actions[bot]
23937f59e0
chore(DB): import pending files
...
Referenced commit(s): 5287570ea1
2024-01-03 19:54:01 +00:00
Dan
5287570ea1
fix(DB/TerokkarForest): add patrol movement to Ironjaw ( #18086 )
...
* initial
* changed position based on point in waypoints
in order to not make him fly
true spawnpoint still not sniffed
2024-01-03 20:53:00 +01:00
Kitzunu
6202835cff
fix(Core/LFG): Hide XP from max players ( #18103 )
...
* Cherry-pick Player::IsMaxLevel from TrinityCore
* Correctly hide XP reward for max level players in LFG
* Closes #18101
2024-01-03 19:47:26 +01:00
github-actions[bot]
da6ff31056
chore(DB): import pending files
...
Referenced commit(s): 78e761854b
2024-01-03 09:00:22 +00:00
Grimgravy
78e761854b
fix(DB/Conditions): Quest Sniffing Out the Perpetrator ( #18098 )
...
fix(DB/Condition): Quest Sniffing Out the Perpetrator
2024-01-03 09:58:58 +01:00
github-actions[bot]
9a80b7e1f9
chore(DB): import pending files
...
Referenced commit(s): 8f127f9e21
2024-01-03 08:57:43 +00:00
AG
8f127f9e21
Fix combat movement ( #18026 )
...
* Improve combat movement
- Removed a bunch of logic related to another attempt at fixing combat movement.
- Removed SMART_ACTION_SET_CASTER_COMBAT_DIST and updated smarts scripts accordingly.
- Cherry-picked 7fb7432620
- Cherry-picked 63a6e1e048
Co-Authored-By: Ludovic Barbier <ludovic.barbier03@gmail.com >
Co-Authored-By: Giacomo Pozzoni <giacomopoz@gmail.com >
* Some more cleanup + fix sql
* More fixes to caster chase/combat movement + some cherry picks because why not
- Fix casters always trying to chase to melee range
- Fix casters another case of casters sometimes walking back instead of stopping
- Cleaned up some code
- Cherry picked ca25e8d019
- Cherry picked 96b289cadb
Co-Authored-By: Giacomo Pozzoni <giacomopoz@gmail.com >
* Added parentheses
* Fixed caster combat movement when target is rooted
- Made a few adjustments to chase range and stuff, but nothing set in stone.
* convert uint to int
---------
Co-authored-by: Ludovic Barbier <ludovic.barbier03@gmail.com >
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com >
2024-01-03 09:56:24 +01:00
github-actions[bot]
623ee56509
chore(DB): import pending files
...
Referenced commit(s): 5a52f3a9a8
2024-01-02 06:16:57 +00:00
Dan
5a52f3a9a8
fix(DB/Nagrand): script Gava'xi OOC rp with sniffs ( #18089 )
...
* initial
* codestyle
* override with Unix EOL
2024-01-02 07:16:05 +01:00
Andrew
f9f71fff36
fix(Core/Player): Check if the player can summon the warlock pet on B… ( #18064 )
...
fix(Core/Player): Check if the player can summon the warlock pet on BG ress
2024-01-01 14:56:32 +01:00
github-actions[bot]
c48066bf35
chore(DB): import pending files
...
Referenced commit(s): c4a7ef2eb0
2024-01-01 13:01:22 +00:00
Andrew
413cde96dd
refactor(Scripts/Areatrigger): Move Scholazar Waygate script to SAI ( #18054 )
...
* refactor(Scripts/Areatrigger): Move Scholazar Waygate script to SAI
* Update rev_1703449890835634600.sql
2024-01-01 14:01:16 +01:00
Andrew
c4a7ef2eb0
refactor(Scripts/TheEye): Update Astromancer's spellscripts to new re… ( #18058 )
...
refactor(Scripts/TheEye): Update Astromancer's spellscripts to new register method
2024-01-01 14:00:33 +01:00
Andrew
e3fd42f3d4
feat(Core/World): Implement DoForAllPlayers() helper for all online p… ( #18060 )
...
* feat(Core/World): Implement DoForAllPlayers() helper for all online players
* Update src/server/game/World/World.cpp
Co-authored-by: Winfidonarleyan <dowlandtop@yandex.com >
* Update src/server/game/World/World.cpp
Co-authored-by: Winfidonarleyan <dowlandtop@yandex.com >
* rename
* Update WorldMock.h
* Update WorldMock.h
---------
Co-authored-by: Winfidonarleyan <dowlandtop@yandex.com >
2024-01-01 13:57:57 +01:00
github-actions[bot]
adccad8499
chore(DB): import pending files
...
Referenced commit(s): 87c3421262
2024-01-01 12:07:43 +00:00
sudlud
87c3421262
fix(Scripts/Midsummer): Improve Torch Catching based on sniffs ( #18071 )
...
- Update creature 26188 '[PH] Torch Catching Target Bunny' with sniffed values
- correctly randomize torch target positions
2024-01-01 09:06:54 -03:00
github-actions[bot]
2484eec7ed
chore(DB): import pending files
...
Referenced commit(s): 0818fa3f27
2024-01-01 11:49:09 +00:00
Dan
0818fa3f27
fix(DB/Creature): change Morogrim's combat reach and model bounds based on sniffs ( #18094 )
...
initial
2024-01-01 08:48:17 -03:00
github-actions[bot]
0cebbabbfb
chore(DB): import pending files
...
Referenced commit(s): 51b38b5ee6
2024-01-01 11:20:50 +00:00
Dan
51b38b5ee6
fix(DB/BloodmystIsle): add sniffed abilities to Sunhawk Spy ( #18093 )
...
* initial
* Update sunhawk-spy.sql
2024-01-01 12:19:59 +01:00
Anton Popovichenko
dc830932f7
fix(Core): Fix item disappearing on selling item on auction ( #18090 )
2024-01-01 08:01:22 -03:00
github-actions[bot]
dcd60f0271
chore(DB): import pending files
...
Referenced commit(s): b2fcc1babf
2024-01-01 11:00:23 +00:00
Dan
9cf67f1e5c
fix(DB/SAI): add sniffed abilities to Zarakh ( #18092 )
...
* initial
* sloppiness
* Update zarakh.sql
2024-01-01 08:00:08 -03:00
Alethrion
b2fcc1babf
fix(Core/Unit): Remove delay for Conflagrate aura state ( #18068 )
...
Removes ConflagrateAuraStateDelayEvent
Cherry-picked from: e27c385b48
Co-authored-by: Ariel Silva <ariel-@users.noreply.github.com >
2024-01-01 07:59:23 -03:00
github-actions[bot]
88beea55e0
chore(DB): import pending files
...
Referenced commit(s): d80e7d5cb4
2024-01-01 10:12:22 +00:00
sudlud
d80e7d5cb4
fix(DB/Gameobject): Update all 'Mailbox' spawns with sniffed values ( #18072 )
...
* fix(DB/Gameobject): Update 'Mailbox' spawns with sniffed values
* update with additional sniffs
* add last missing mailbox spawn for 185965
2024-01-01 07:11:27 -03:00
Andrew
a11434b24f
refactor(Core/GameObject): Move the GameObject state save handling to… ( #18080 )
...
* refactor(Core/GameObject): Move the GameObject state save handling to instance level
* Update GameObject.h
* remove leftover
* small improvements
2024-01-01 01:51:33 -03:00
github-actions[bot]
a1212a52b0
chore(DB): import pending files
...
Referenced commit(s): 09e3dbf770
2023-12-30 16:37:06 +00:00
avarishd
09e3dbf770
fix(DB/Custom): Rotting Touch should stack from different sources ( #18079 )
2023-12-30 13:36:16 -03:00
Alexandru-Mihai Maftei
ebe89b875f
fix(Scripts/ScarletMonastery): Prevent Whitemane from dying before resurrecting Mograine ( #18082 )
...
The current code only prevents Whitemane from dying before casting sleep, but the players can inflict enough DPS on her before that, that she can die before resurrecting Mograine.
When this happens, the dungeon is broken and cannot progress.
2023-12-30 12:47:02 -03:00