天鹿
34edcefc8b
fix(Core/dbc): GlyphPropertiesfmt ERROR ( #19284 )
...
Add files via upload
2024-07-05 07:45:58 -03:00
Benjamin Jackson
620c40b010
fix(Core/Handlers): Adjust start swing handler. ( #19267 )
...
* Init.
* Flesh out packet info.
https: //github.com/TrinityCore/TrinityCore/commit/af6d207addfef177fb5ac3e7fa61ec93ced83d16
Co-Authored-By: ForesterDev <11771800+ForesterDev@users.noreply.github.com >
---------
Co-authored-by: ForesterDev <11771800+ForesterDev@users.noreply.github.com >
2024-07-05 07:45:26 -03:00
github-actions[bot]
932433d235
chore(DB): import pending files
...
Referenced commit(s): d9f4ba5e1d
2024-07-05 09:33:31 +00:00
Andrew
d9f4ba5e1d
fix(Scripts/Item): Fix Fel Mana Potion not benefiting from Alchemist'… ( #19281 )
...
fix(Scripts/Item): Fix Fel Mana Potion not benefiting from Alchemist's Stone
2024-07-05 06:32:33 -03:00
github-actions[bot]
a40387cd4c
chore(DB): import pending files
...
Referenced commit(s): 48e35501a8
2024-07-04 22:23:57 +00:00
Andrew
48e35501a8
fix(DB/Spells): Allow Sablemane's Sleeping Powder to bypass stun immu… ( #19280 )
...
fix(DB/Spells): Allow Sablemane's Sleeping Powder to bypass stun immunity
2024-07-05 00:23:01 +02:00
Jelle Meeus
37431cd7a6
fix(Core/Pets): Correct Pet size for bigger pets 2 ( #18867 )
...
* scale displayInfo, cap scale to maxScale
* prevent scaling with displayInfo if scale is already increasing the size
2024-07-04 16:34:14 -03:00
github-actions[bot]
2cfe665a53
chore(DB): import pending files
...
Referenced commit(s): 7cf25c94ab
2024-07-04 18:51:11 +00:00
avarishd
7cf25c94ab
fix(Scripts/Shattrath): Daily Dungeon quests holograms ( #19233 )
...
* fix(Scripts/Shattrath): Daily Dungeon quests holographs
* Move to single script + doaction SAI
* ocd
* use NEAR_PLAYER
* use only Wind Trader as SAI
* use creature_guid target
* rename action
* cleanup
* zzz
* Update zone_shattrath_city.cpp
2024-07-04 15:50:11 -03:00
github-actions[bot]
ee3763392a
chore(DB): import pending files
...
Referenced commit(s): 65eb900c55
2024-07-04 18:14:33 +00:00
Dan
b959d5cc87
refactor(Scripts/ZulAman): Nalorakk refactored ( #19010 )
...
* init
* update movement
* updates and debug
* stuck :/
scheduler doesn't seem to update when at the end of wp movement???
* fix wps and implement fight
* finalise
* unused
* Update boss_nalorakk.cpp
* keep oprientation
* ran_intro
2024-07-04 20:13:41 +02:00
github-actions[bot]
65eb900c55
chore(DB): import pending files
...
Referenced commit(s): 9de2178eb5
2024-07-04 18:13:33 +00:00
daobashun
90974332bb
fix(DB/SAI): Added healing options for the Silver Dawn Healer in the Eastern Plaguelands ( #18852 )
...
* add sai
* Remove duplicates
* Gossip Menu 2 may only appear if Silver Dawn has reached Friendly or higher (being able to confirm that neutrality is none)
2024-07-04 15:13:13 -03:00
Jelle Meeus
9de2178eb5
fix(Scripts/Naxxramas): Razuvious' Death Knight Understudy RP ( #19183 )
2024-07-04 14:59:53 -03:00
Kitzunu
8bca8a45ed
chore(Core/Spells): Fix compile warning ( #19278 )
...
* chore(Core/Spells): Fix compile warning
* s
2024-07-04 14:47:36 -03:00
github-actions[bot]
96e94cd95d
chore(DB): import pending files
...
Referenced commit(s): d2e6eee205
2024-07-04 17:34:01 +00:00
Jelle Meeus
d2e6eee205
fix(DB/Creature): set Idol Room Spawner no longer visible ( #19276 )
2024-07-04 14:32:56 -03:00
Benjamin Jackson
c3e22c0fe2
fix(Scripts/HyjalSummit): Couple Archimonde adjustments. ( #19193 )
...
* Init.
Co-Authored-By: cyberium <cyberium@users.noreply.github.com >
Co-Authored-By: killerwife <killerwife@users.noreply.github.com >
* Corrections.
* Adjust fear timer.
* Wrong spell.
* Whitespace.
* Use the much cooler and more hip scheduler.
* Correct teleport timers.
Matches up with sniffed 3.4.3 data.
* Swap magic number for constant.
Co-Authored-By: killerwife <killerwife@users.noreply.github.com >
* Adjust notation.
* Public.
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
* Kitzunu's fault.
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
---------
Co-authored-by: cyberium <cyberium@users.noreply.github.com >
Co-authored-by: killerwife <killerwife@users.noreply.github.com >
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2024-07-04 14:31:22 -03:00
Kitzunu
bd29e9e1b3
fix(Core/Spell): Implement SPELL_ATTR1_AURA_STAYS_AFTER_COMBAT ( #19254 )
...
feat(Core/Spell): Implement SPELL_ATTR1_AURA_STAYS_AFTER_COMBAT
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/19248
2024-07-04 14:30:59 -03:00
Kitzunu
aebb99ecda
fix(Core/Character): TeleportTo() in HandlePlayerLoginFromDB() causes… ( #19237 )
...
fix(Core/Character): TeleportTo() in HandlePlayerLoginFromDB() causes breakdown in the network communication
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/16307
2024-07-04 14:30:25 -03:00
Kitzunu
e8f7d70ee0
refactor(Script/Dalaran): Minigob Manabonk ( #19244 )
...
* refactor(Script/Dalaran): Minigob Manabonk
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/16841
* Update src/server/scripts/Northrend/zone_dalaran.cpp
2024-07-04 14:28:10 -03:00
Kitzunu
6031ae2eb9
chore(Core/Conf): Show better logging when fatal config options are m… ( #19236 )
...
chore(Core/Conf): Show better logging when fatal config options are missing
* Show better log when the server halts due to missing fatal config option
* Change error to warning for missing config options. As they are not errors
* Update output when autoupdater is disabled for all databases
2024-07-04 14:25:28 -03:00
Kitzunu
385d7fd515
chore(Core/DBC): define unused unknown dbc fields ( #19262 )
...
* chore(Core/DBC): define unused unknown dbc fields
* Name unused unknown dbc fields using WDBX and wowdev.wiki
* rename SpellShapeshiftEntry to SpellShapeshiftFormEntry to properly match the DBC used
* rename sSpellShapeshiftStore to sSpellShapeshiftFormStore to properly match the DBC used
* Comment out unused field for GlyphPropertiesEntry
* Comment out unused field for MapEntry
* forgot one
* SpellShapeshiftfmt to SpellShapeshiftFormfmt
* SpellShapeshiftFormEntryfmt
2024-07-04 14:23:25 -03:00
Kitzunu
193e906a84
fix(Core/Spells): Shapeshift should show in Old Hillsbrad Foothills a… ( #19274 )
...
fix(Core/Spells): Shapeshift should show in Old Hillsbrad Foothills as horde
2024-07-04 14:21:33 -03:00
Kitzunu
8745ac9c2e
fix(Core/Loot): implement automatic pass in group loot for items that… ( #19272 )
...
* fix(Core/Loot): implement automatic pass in group loot for items that cannot be looted
* cherry-pick commit (00fdf6e99a )
* closes https://github.com/chromiecraft/chromiecraft/issues/4523
Co-Authored-By: Wyrserth <43747507+Wyrserth@users.noreply.github.com >
* whoopise
---------
Co-authored-by: Wyrserth <43747507+Wyrserth@users.noreply.github.com >
2024-07-04 14:21:00 -03:00
Kitzunu
e878cedb7f
feat(Core/SAI): implement new removeObjectFromWorld param for SMART_A… ( #19275 )
...
feat(Core/SAI): implement new removeObjectFromWorld param for SMART_ACTION_FORCE_DESPAWN
2024-07-04 14:20:41 -03:00
Jelle Meeus
cf1185551d
fix(Core/Pet): prevent LoadPetFromDB to trigger a fake summon spell cast in most cases ( #19277 )
...
* add CategoryRecoveryTime check
* add RecoveryTime check
2024-07-04 14:20:24 -03:00
avarishd
f84a4f1408
fix(Scripts/TK): Kael'thas mind control should reset threat ( #19264 )
...
* fix(Scripts/TK): Kael'thas mind control should reset threat
* lol
* -2 lines
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
---------
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2024-07-04 13:50:45 -03:00
github-actions[bot]
8180841163
chore(DB): import pending files
...
Referenced commit(s): e66f4f99a7
2024-07-04 13:42:06 +00:00
Benjamin Jackson
e66f4f99a7
fix(DB/Gameobject): Move Karazhan chess chest. ( #19273 )
...
Init.
2024-07-04 10:41:14 -03:00
Kitzunu
d5ba5e0168
fix(Core/Quest): typo in RewardQuest makes LFG quests not reward if dead ( #19271 )
...
fix(Core/Quest): typo in RewardQuest
* Allow LFG quests to be rewarded even when dead
2024-07-04 09:41:53 -03:00
Benjamin Jackson
e41080468f
fix(Scripts/TheEye): Kael'thas adjustments. ( #19213 )
...
* Init.
* Update advisor phase timer.
2024-07-04 09:26:23 -03:00
thomasjteachey
fa8680746e
fix(Core/Arena): Check to see if other members in your arena team are queued or in a r… ( #18808 )
...
* Check to see if other members in your arena team are queued or in a rated arena already and, if so, do not allow queue to go through
* Accidentally put team party check inside the for loop
* some basic logic efficiency changes
* minor syntax issue
2024-07-04 08:42:36 -03:00
sudlud
60be029e4c
fix(Core/Scripting): fix OnBeforeCreateInstanceScript hook ( #19252 )
...
- to me this hook should obviously provide an option to overwrite
the InstanceScript pointer
- this is e.g. beeing used by mod-eluna (but currently broken)
2024-07-03 14:54:45 -03:00
Kitzunu
e839581649
fix(Core/Player): Allow players to enter the world ( #19261 )
2024-07-03 12:06:48 +02:00
Kitzunu
0a8175ef03
refactor(Core/ObjectMgr): Handle Profanity & Reserved Names in load ( #19259 )
...
* refactor(Core/ObjectMgr): Handle Profanity & Reserved Names in load
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/18556
* Update ObjectMgr.cpp
* Update ObjectMgr.cpp
* I swear I am not drunk
* We already check all of these
* fix build
* Forgot we dont send the responsecode in senderrormessage
* last commit I swear
2024-07-03 00:23:32 +02:00
Kitzunu
f96d4c8670
Revert "Add (core\db): Support for Homebind Orientation ( #13389 )" ( #19257 )
...
* Revert "Add (core\db): Support for Homebind Orientation (#13389 )"
This reverts commit 2e6f6e26da .
Changes to be committed:
modified: src/server/database/Database/Implementation/CharacterDatabase.cpp
modified: src/server/game/DungeonFinding/LFGScripts.cpp
modified: src/server/game/Entities/Player/Player.cpp
modified: src/server/game/Entities/Player/Player.h
modified: src/server/game/Entities/Player/PlayerStorage.cpp
modified: src/server/game/Entities/Player/PlayerUpdates.cpp
modified: src/server/game/Handlers/CharacterHandler.cpp
modified: src/server/game/Handlers/MiscHandler.cpp
modified: src/server/game/Handlers/MovementHandler.cpp
modified: src/server/game/Maps/Map.cpp
modified: src/server/game/Spells/Spell.cpp
modified: src/server/scripts/Commands/cs_misc.cpp
modified: src/server/scripts/Commands/cs_tele.cpp
modified: src/server/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp
Untracked files:
data/sql/updates/pending_db_world/rev_1719945200692175000.sql
* Revert "Add (core\db): Support for Homebind Orientation (#13389 )"
* whoops
2024-07-02 22:02:15 +02:00
github-actions[bot]
c1488f5076
chore(DB): import pending files
...
Referenced commit(s): 8df063984d
2024-07-02 17:52:22 +00:00
Benjamin Jackson
8df063984d
fix(DB/Creature): Correct movement speed of Hyjal bosses. ( #19251 )
...
Init.
2024-07-02 19:51:25 +02:00
Kitzunu
5a4692e45a
chore(Core/Misc): #include cleanup ( #19255 )
2024-07-02 15:52:02 +02:00
Jelle Meeus
47ad691c92
refactor(Scripts/EasternKingdoms): RegisterSpellScript macro ( #19241 )
...
* zone_undercity spell:spell_blight_worm_ingest
* zone_blasted_lands spell:spell_razelikh_teleport_group
* zone_isle_of_queldanas spell:spell_bh_cleanse_quel_delar
2024-07-01 23:28:03 +02:00
github-actions[bot]
f9dc7dfe5e
chore(DB): import pending files
...
Referenced commit(s): e0a56b0e7a
2024-07-01 15:58:37 +00:00
avarishd
e0a56b0e7a
fix(DB/SAI): Xeleth ( #19250 )
...
* fix(DB/SAI): Xeleth
* add condition to prevent spawning 100s of mobs
* increase condition range (could multi spawn from the edge)
2024-07-01 12:57:45 -03:00
github-actions[bot]
fe46797542
chore(DB): import pending files
...
Referenced commit(s): 1289e351a2
2024-07-01 10:25:46 +00:00
Kitzunu
1289e351a2
fix(Script/Commands): output lookup quest and npc near ( #19243 )
...
* close https://github.com/azerothcore/azerothcore-wotlk/issues/19216
2024-07-01 07:24:54 -03:00
Kitzunu
688d7e2fdf
fix(Script/GunshipBattle): Wipe if no player is on the deck ( #19239 )
...
* fix(Script/GunshipBattle): Wipe if no player is on the deck
* reorder
* Update boss_icecrown_gunship_battle.cpp
* Update worldserver.conf.dist
* Update boss_icecrown_gunship_battle.cpp
* missed it!
* Update instance_icecrown_citadel.cpp
2024-06-30 18:30:44 -03:00
Andrew
8b81b1dad1
fix(Scripts/Hyjal): Workaround bosses getting stuck in progress ( #19231 )
2024-06-30 05:39:29 -03:00
Kitzunu
a4ad7a13d7
fix(DB): correct query ( #19235 )
2024-06-30 05:39:11 -03:00
github-actions[bot]
b7bff0df47
chore(DB): import pending files
...
Referenced commit(s): ed38e6e550
2024-06-29 18:13:04 +00:00
Jelle Meeus
ed38e6e550
fix(Scripts/Naxxramas): Gothik missing visuals at minions death ( #18666 )
...
* add sql rev
* enable NPC_TRIGGER
* add npc_gothik_trigger
* add rest of script
* spell info correction
* fix compile issue
* fix desummon call
* remove comment
* access gothik by GUID
* add missing function overrides
* add braces
* add missing trigger, adjust CGUID value
* fixup! add missing trigger, adjust CGUID value
* select skulls based on coordinates
style
invert remove
remove CGUID comment
fix remove_if check, use correct def
* JustSummoned: target same side with mapLOS
* select random initial target on the same side
* add REACT_AGGRESSIVE and increase CallForHelp radius
* refactor spellscript
* style
2024-06-29 15:12:12 -03:00