sudlud
cd63cc0bc4
fix(Conf): align LeaveGroupOnLogout default in core with worldserver.conf.dist ( #18859 )
2024-05-11 14:37:22 +02:00
github-actions[bot]
0e7b1f3cfb
chore(DB): import pending files
...
Referenced commit(s): 9c363bd13f
2024-05-11 12:37:02 +00:00
Jelle Meeus
9c363bd13f
fix(AQ40/SmartGameObjectAI): remove locked status from scarab coffer upon opening ( #18877 )
...
* remove locked status from scarab coffer upon opening
* add Scarab Coffer
2024-05-11 14:36:15 +02:00
github-actions[bot]
8d685ac4cb
chore(DB): import pending files
...
Referenced commit(s): d34f64a832
2024-05-09 11:20:27 +00:00
Benjamin Jackson
51202f8c23
fix(DB/Creature): Zul'Aman prisoner loot ( #18869 )
...
* Init.
Co-Authored-By: AnonXS <19734826+anonxs@users.noreply.github.com >
* Adjust variable spacing.
---------
Co-authored-by: AnonXS <19734826+anonxs@users.noreply.github.com >
2024-05-09 13:20:24 +02:00
Jason Mok
d34f64a832
fix(Core/Misc): Correct typo when loading reference loot templates ( #18872 )
...
- Fix typo when loading reference loot templates
- Closes #18870
Co-authored-by: Jason Mok <jasonmok@Jasons-MacBook-Air-4.local >
2024-05-09 13:19:28 +02:00
sudlud
c9bdf4c0ef
fix(Docs/PR-Template): update discord invite link ( #18862 )
...
* fic(Docs/PR-Template): update discord invite link
* Use correct invite URL (grepped from azerothcore.org)
2024-05-06 21:45:46 +02:00
Anton Popovichenko
9815025341
feat(Core/Network): Add Proxy Protocol v2 support. ( #18839 )
...
* feat(Core/Network): Add Proxy Protocol v2 support.
* Fix codestyle and build.
* Another codestyle fix.
* One more missing include.
2024-05-04 13:38:32 -03:00
Walter Pagani
715b290cb7
feat(Map): Add open world LOS settings ( #18816 )
...
* chore. Add open world LOS settings
* Name change and conditional deny
* modify information in worldserver.conf.dist
* Remove pvp from variables and constants
2024-05-04 12:10:24 -03:00
github-actions[bot]
1621d6b477
chore(DB): import pending files
...
Referenced commit(s): 0dc822d21e
2024-05-04 14:57:37 +00:00
Jelle Meeus
0dc822d21e
fix(Scripts/Magtheridon): Clicking cubes should Banish Magtheridon ( #18856 )
...
* init
* rewrite without action
* fix: add Talk(SAY_BANISH)
2024-05-04 11:56:48 -03:00
sudlud
ab7405f94e
fix(Core/Map): remove hackfix that blocked update of GOs beeing set active ( #18812 )
...
- this just broke the whole purpose of setActive(true) if the
gameobjects is still not really beeing set active afterwards
- GetGridActivationRange() returns 0.0f for gameobjects anyways
- so CalculateCellArea() will result in the minimal cell area
around the gameobject's position
- if the cell around the gameobject should not be updated, the
gameobject should not have been set active in the first place
2024-04-30 06:56:17 -03:00
github-actions[bot]
ab84d9f0bb
chore(DB): import pending files
...
Referenced commit(s): 90548f7ad1
2024-04-30 06:33:40 +00:00
Gabriele Sani
90548f7ad1
fix(DB/Creature): fixed Timber respawn time ( #18625 )
...
* fix(DB/Creature): fixed Timber respawn time
Decreased Timber respawn timer from 2 hours to 45 minutes
* delete const
---------
Co-authored-by: Pagani Walter <paganiwalter@gmail.com >
2024-04-30 03:32:49 -03:00
Knindza
21698031c5
fix(Scripts/Arenas): Updating timer for Shadow Sight spawns ( #18748 )
...
* Updating Creature.
* Updating Arenas
* Delete data/sql/updates/pending_db_world/rev_1713104748708628400.sql
2024-04-30 02:09:27 -03:00
github-actions[bot]
c57521be0e
chore(DB): import pending files
...
Referenced commit(s): 58f1cffb10
2024-04-29 06:18:47 +00:00
Aloy
58f1cffb10
fix(DB/Gossip_Menu_Option_Locale): fix german umlauts ( #18781 )
...
* fix(DB/Gossip_Menu_Option_Locale): fix german umlauts
* new line added
* Specify German language in the query
---------
Co-authored-by: Pagani Walter <paganiwalter@gmail.com >
2024-04-29 03:17:54 -03:00
天鹿
f203b1b9dc
fix(Scripts/PlayerScript): PlayerScript Error ( #18806 )
...
Update PlayerScript.cpp
2024-04-29 02:31:14 -03:00
天鹿
81280cd560
refactor(Scripts/Karazhan): 'uint' It can never be less than 0 ( #18726 )
...
Update boss_chess_event.cpp
2024-04-27 06:17:38 -03:00
Balleny
7a2f6ff8e5
fix(Core/Battleground): EOTS adjust flag respawn timer ( #18759 )
...
adjust flag respawn timer
2024-04-27 06:17:11 -03:00
github-actions[bot]
9df0c08702
chore(DB): import pending files
...
Referenced commit(s): 565b55472a
2024-04-27 09:16:38 +00:00
sudlud
565b55472a
fix(DB/Gameobject): Sniffed Values for 'AuctionNode' spawns ( #18780 )
2024-04-27 06:15:47 -03:00
sudlud
0a376bdc76
fix(Core/GameObject): load guid based scripts correctly ( #18811 )
...
- m_goData must be assigned before Create() is beeing called
- otherwise GetScriptId() can't load the correct scriptiD
in Create()
- all in all this is now more in line with how it's beeing
done in Creature.cpp
2024-04-26 20:56:46 -03:00
github-actions[bot]
1f5fe728c2
chore(DB): import pending files
...
Referenced commit(s): 96950a7c08
2024-04-25 23:06:34 +00:00
sudlud
c2da4670e4
fix(DB/Creature): Manually apply 'automated z correction' to DB spawns ( #18692 )
...
* fix(DB/Creature): Manually apply 'automated z correction' to DB spawns
* move last comment before last line, CI - this is for you
2024-04-25 20:06:16 -03:00
github-actions[bot]
96950a7c08
chore(DB): import pending files
...
Referenced commit(s): 2b97bf4329
2024-04-25 23:05:33 +00:00
sudlud
2b97bf4329
fix(DB/Gameobject): Sniffed Values for 'Doodad_DwarfSign_Alchemist01' spawns ( #18777 )
2024-04-25 20:04:36 -03:00
Anton Popovichenko
b90136d80d
fix(Core/Pet): Fix pets chasing when pet and target spins uncontrollable ( #18798 )
2024-04-24 16:25:37 -03:00
Walter Pagani
03f6dde549
fix(Core/SmartAI) fatal error: unused parameter pathId ( #18795 )
...
fix. fatal error: unused parameter pathId
2024-04-24 08:22:24 -03:00
github-actions[bot]
dadd75953b
chore(DB): import pending files
...
Referenced commit(s): c9850b2919
2024-04-24 07:34:32 +00:00
daobashun
c9850b2919
fix(DB/Creature): Add a small event for mission 1781 ( #18739 )
...
* Add some events
* Limits spell cast targets
* edit
* Prevent repeated triggering of events
* Modify the annotation
* edit
* add newline
2024-04-24 04:33:41 -03:00
Balleny
c4726b2d0b
fix(Scripts/TheEye): Update Alar Dive Bomb timings ( #18654 )
...
Update Alar Dive Bomb timings
2024-04-23 18:54:45 +02:00
Balleny
f380e8f625
fix(Scripts/TheEye): Update Astromancer timings and add phase ( #18655 )
...
* Update Astromancer timings
* Reworked order and timings
* Whitespace removal
* Remove more whitespace
* Update boss_astromancer.cpp
* cleanup .schedule
2024-04-22 13:22:38 +02:00
github-actions[bot]
51ec925351
chore(DB): import pending files
...
Referenced commit(s): 0572848a07
2024-04-21 21:02:43 +00:00
daobashun
cb4a3390f9
fix(DB/Creature)Added paths for patrolling mobs in the Scarlet Abbey chapel area ( #18734 )
...
* Patrol mobs in the Cathedral Added patrols
* Modify the annotation
* Add line breaks
* edit
* delect conditions
* add point
* delete waypoint_data path (400080 400310)
2024-04-21 23:02:03 +02:00
github-actions[bot]
0572848a07
chore(DB): import pending files
...
Referenced commit(s): dbe04a8a14
2024-04-21 21:01:53 +00:00
daobashun
dbe04a8a14
fix(DB/Spell) Fix the Spell Upgrade Zigguraut visuals ( #18771 )
...
* Fix the visuals
* fix
* fix error
* edit
* add DELETE
* fix error
2024-04-21 23:00:59 +02:00
github-actions[bot]
1ee40a718e
chore(DB): import pending files
...
Referenced commit(s): 3176615a1d
2024-04-21 20:30:10 +00:00
sudlud
b18e00cca6
fix(DB/Gameobject): add missing script to some fire places ( #18768 )
2024-04-21 22:27:10 +02:00
Balleny
43792db685
fix(Scripts/TheEye): Update Kaelthas Phoenix timers ( #18657 )
...
Update Kaelthas Phoenix timers
2024-04-21 21:57:24 +02:00
sudlud
1c61246994
fix(DB/Gameobject): Sniffed Values for 179548 'A Dusty Tome' spawns ( #18775 )
...
* fix(DB/Gameobject): Sniffed Values for 'A Dusty Tome' spawns
* fix spawnmask
2024-04-21 21:57:08 +02:00
sudlud
62851d5a12
fix(DB/Gameobject): Sniffed Values for '%Cauldron%' spawns ( #18762 )
...
* fix(DB/Gameobject): Sniffed Values for '%Cauldron%' spawns
* drop map 30 spawn
2024-04-21 21:55:30 +02:00
sudlud
3176615a1d
fix(DB/SAI): make 'Midsummer Celebrants' talk regularly ( #18770 )
2024-04-21 21:55:05 +02:00
github-actions[bot]
061d414e1c
chore(DB): import pending files
...
Referenced commit(s): 1c1c1f44c8
2024-04-20 01:20:52 +00:00
Jelle Meeus
c738f0d67c
fix(Scripts/Hyjal): Cannibalize should heal more than 1 ( #18766 )
...
* init
* include SpellScript.h
2024-04-19 22:20:24 -03:00
Gultask
1c1c1f44c8
chore(DB/Creature): worldserver error ( #18765 )
...
Create rev_1713534008677560300.sql
2024-04-19 22:20:01 -03:00
github-actions[bot]
c8d4b921a6
chore(DB): import pending files
...
Referenced commit(s): c6cc88240f
2024-04-19 10:21:39 +00:00
sudlud
c6cc88240f
fix(DB/Gameobject): Sniffed Values for 'Fire' spawns ( #18610 )
...
* fix(DB/Gameobject): Sniffed Values for 'Fire' spawns
* Update rev_1711310669959067500.sql
Remove three RP related spawns
2024-04-19 12:20:46 +02:00
github-actions[bot]
539b4d99af
chore(DB): import pending files
...
Referenced commit(s): 6f154d0a6b
2024-04-18 13:32:40 +00:00
Gultask
6f154d0a6b
feat(Core/SmartAI): Add support for waypoint_data in SAI ( #18706 )
...
* Create rev_1712670662273633900.sql
* eol?
* doesn't like a comment at the end, ok, ok
* init
* mack
* Update SmartScript.cpp
* kurzel
* random paths and garg
* Update rev_1712889530436412200.sql
* brend & marge
* Update rev_1712889530436412200.sql
* movement actions
* Update SmartScriptMgr.h
2024-04-18 10:31:41 -03:00