Commit Graph

13030 Commits

Author SHA1 Message Date
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
Anton Popovichenko
5386443388 fix(Core/Characters): Fix crash on characters deletion with COD mails. (#18754)
fix(Core/Characters): Fix crash on characters deletion.
2024-04-17 03:53:43 -03:00
Andrew
ef0ebe38d0 fix(Scripts/Pet): Fix crash when spawning lightwell by hand (#18660)
Co-authored-by: Pagani Walter <paganiwalter@gmail.com>
2024-04-17 03:12:20 -03:00
Walter Pagani
eced002ef9 fix(Scripts/Hyjal): fatal error: comparison of integers of different signs (#18755)
* fix. fatal error: comparison of integers of different signs

* Update src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_kazrogal.cpp

---------

Co-authored-by: Andrew <47818697+Nyeriah@users.noreply.github.com>
2024-04-14 19:37:02 -03:00
amed80
781190c73b fix(Scripts/Hyjal): fix Mark of Kaz'rogal timer (#18753)
fix Mark of Kaz'rogal timer
2024-04-14 20:10:29 +02:00
github-actions[bot]
53dbb769a4 chore(DB): import pending files
Referenced commit(s): c1ed6188a5
2024-04-14 14:06:28 +00:00
Gultask
c1ed6188a5 chore(DB/Creature): Make use of comment field to make explicit which creatures have GUID-specific scripting (#18707)
Create rev_1712889407279485900.sql
2024-04-14 11:05:40 -03:00
github-actions[bot]
6d35eafbac chore(DB): import pending files
Referenced commit(s): cf4e7eda97
2024-04-14 12:37:39 +00:00
Gultask
cf4e7eda97 fix(DB/Spells): Add Pet Spells to Shadowy Necromancer (#18745)
Create rev_1713097857608850100.sql
2024-04-14 09:36:46 -03:00
github-actions[bot]
192861a220 chore(DB): import pending files
Referenced commit(s): 4294525084
2024-04-14 11:31:06 +00:00
Andrew
0d8fd9211c fix(DB/Creature): Remove Distract immunity from Hyjal bosses except A… (#18737)
* fix(DB/Creature): Remove Distract immunity from Hyjal bosses except Archimonde

* Update rev_1713024535116935100.sql

---------

Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
2024-04-14 08:30:55 -03:00
Andrew
c090c8aa25 fix(DB/Creature): Al'lar should despawn on evade (#18736) 2024-04-14 08:30:40 -03:00