EverWrath/src
Ludwig 630b90a633
fix(Scripts/Midsummer): Implement Ribbon Pole dance effects (#17417)
* fix(Scripts/Midsummer): Implement Ribbon Pole dance effects

* midsummer.cpp: remove whitespaces at end of lines

* midsummer.cpp: fix unused parameter error

* add spacing after 0.0f

* replace Milliseconds(...) by ...ms and Seconds(...) by ...s

* cleanup comments

* remove manual cleanups / despawns from DoCleanupChecks()

- rely on NPC despawn timers
- manual cleanup / removal actually is a bit excessive

* set INTERVAL_DANCING_FLAMES to 15s

* set despawn time to 1min for big dancing flames according to spell 46827

* set spawnDist to 12 for big dancing flames according so spell 46827

* use library function Acore::Containers::RandomShuffle() to shuffle _danclerList

* sql: do not set SmartAI for NPC 17066

already using ScriptName and can't have both

* combine 3 sql files into 1

* remove INTERVAL_... enum values

* remove unnecessary checks of if(_bunny)

* sql: fix smartscript comment

* rename spell define to correct spell name
2023-10-18 14:22:26 +02:00
..
cmake chore(Core/Misc): warhead -> acore (#17447) 2023-10-08 09:06:57 +02:00
common chore(Core/Misc): warhead -> acore (#17447) 2023-10-08 09:06:57 +02:00
genrev feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
server fix(Scripts/Midsummer): Implement Ribbon Pole dance effects (#17417) 2023-10-18 14:22:26 +02:00
test fix(build): macOS (#17007) 2023-08-14 23:38:30 +02:00
tools fix(Tools/DBImport): Add Env var support to DBimport tool (#17019) 2023-08-19 18:52:12 +02:00
CMakeLists.txt refactor(Cmake): add support build selected applications and tools (#11836) 2022-05-31 17:05:39 +07:00