Commit Graph

34308 Commits

Author SHA1 Message Date
offl
6a0703de50 DB/SAI: Remove last SMART_ACTION_SET_DYNAMIC_FLAG 2021-08-07 21:44:18 +03:00
offl
0484ad2e87 DB/Creature: Update Proto-Drake Egg 2021-08-07 21:43:58 +03:00
offl
1a3e2b6ec6 DB/SAI: Reduce wrong usage of Call For Help action 2021-08-07 21:43:43 +03:00
offl
a62a08d420 DB/Creature: Remove some hackily added type flags 2021-08-07 21:43:23 +03:00
jackpoz
8fcf59f9db Core/Misc: Fix build on systems where size_t is not defined as uintXX_t, i.e. Mac 2021-08-06 19:46:37 +02:00
offl
86ba92090a DB/Creature: Update fields of some creatures 2021-08-06 01:28:20 +03:00
offl
6728be43af DB/Quest: Rework 'Redeeming the Dead' (9685) & 'Redemption' (9600) 2021-08-05 18:34:28 +03:00
offl
37f73a6e2b DB/Creature: Make the roach spawned in Maraudon immune to PC\NPC
One of kind
2021-08-05 01:11:20 +03:00
offl
d058c8b980 DB/Creature: Update position of Alowicious Czervik 2021-08-05 01:11:00 +03:00
offl
6eae715625 DB/Misc: Update some fields of creatures & quests 2021-08-05 01:10:34 +03:00
dr-j
969bded76c DB/Creature: Rework script of Celebras The Redeemed
Closes #26774
2021-08-04 02:17:44 +03:00
offl
209de0a794 DB/Creature: Twilight Fire Guard 2021-08-04 00:16:05 +03:00
offl
96a4802920 DB/Misc: Update some fields of creatures & quests 2021-08-04 00:15:33 +03:00
offl
f42b80b739 DB/Creature: Update some fields 2021-08-02 23:36:19 +03:00
offl
b5b61d9993 DB/Quest: Update some fields 2021-08-02 23:35:53 +03:00
Felipe Trzaskowski
1f7c0790b6 Core/Misc: Fix dynamic scripts build when using libstdc++-11 (#26771) 2021-08-02 11:03:42 +02:00
offl
e040155062 DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 7
Ref #26728
2021-07-30 21:34:08 +03:00
jackpoz
de4ccc7f27 Core/SOAP: Fix memory leak on shutdown reported by ASan 2021-07-30 18:42:43 +02:00
jackpoz
2a12e96d17 Core/SOAP: Fix new/free mismatch reported by ASan 2021-07-30 17:54:46 +02:00
offl
06b554c36e Core/Creature: rename CREATURE_FLAG_EXTRA_IGNORE_COMBAT into CREATURE_FLAG_EXTRA_CANNOT_ENTER_COMBAT (#26762)
Co-authored-by: offl <offl@users.noreply.github.com>
2021-07-30 09:36:38 +02:00
jackpoz
869fb748cd Core/Misc: Remove whitespace 2021-07-28 12:38:56 +02:00
jackpoz
e615e2ddef Core/MMAPs: Reduce chances of breaking tile connections
Reduce chances of breaking tile connections caused by floating point rounding issues.
2021-07-28 12:27:34 +02:00
Gildor
fece5bdbf3 Core/Quest: When removing an item required for a quest, update every quest in the quest log instead of stopping at the first objective that matches the removed item. (#26760)
Closes #25662
Closes #10586
2021-07-28 12:06:07 +02:00
Giacomo Pozzoni
68bf7e6d12 Core/Network: Add option to allow/disallow saving IP addresses to database (#26723)
Add config option AllowLoggingIPAddressesInDatabase to authserver and worldserver to specify if IP addresses can be logged or not to the database
2021-07-28 11:44:24 +02:00
Gildor
621f3f50c2 Core/Quests: Improve ItemRemovedQuestCheck logic (#26758)
Closes #25603
2021-07-28 11:11:59 +02:00
offl
5b6048b091 DB/Loot: Demon Kissed Sack
Closes #26757
2021-07-28 01:10:55 +03:00
offl
e6478aab68 DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 6
Ref #26728
2021-07-28 01:10:22 +03:00
offl
8b2ed153dd DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 5
Ref #26728
2021-07-26 02:08:42 +03:00
offl
a45eb13e3e DB/SAI: Ensure creature uses invoker as target for aggro texts (on DB side too) 2021-07-25 16:54:07 +03:00
offl
418e738961 DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 4
Ref #26728
2021-07-25 04:06:13 +03:00
offl
831d2b8cd7 DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 3
Ref #26728
2021-07-25 03:01:49 +03:00
jackpoz
f127f95917 Core/Misc: Fix static analysis issues 2021-07-24 15:38:04 +02:00
Giacomo Pozzoni
96dc110f4a Core/DBLayer: Add QueueSize() method (#26733)
* Core/DBLayer: Add QueueSize() method

Add QueueSize() method to database objects (Login, Character and World) that returns how many tasks are queued.
Include the queue size of the 3 databases in ".server debug" command

* Make the code less threadsafe

* Send data to InfluxDB

* Update grafana dashboard
2021-07-24 14:50:30 +02:00
Ovah
48f63eda90 Core/Spawns: prevent spawn groups from bypassing spawnMask restrictions (#26711)
* spawn groups have been able to spawn for all difficulties even when they should be restricted to a single difficulty only
2021-07-24 14:49:21 +02:00
Gildor
bd6de8eb61 Core/Spells: defined and implemented SPELL_ATTR7_CANT_DODGE, SPELL_ATTR7_CANT_PARRY and SPELL_ATTR7_CANT_MISS (#26742) 2021-07-24 14:48:57 +02:00
offl
ba4f2e5a83 DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 2
Ref #26728
2021-07-24 02:16:10 +03:00
Freeman256
caf68840b9 DB/Locales: Add missing ruRU texts (Part 7)
Closes #26732
2021-07-23 18:51:37 +03:00
offl
085a8593a5 DB/Locales: Add more missing gameobject locales 2021-07-23 18:50:37 +03:00
offl
87a4bc38a9 DB/Locales: Add some missing gameobject locales 2021-07-23 00:12:58 +03:00
offl
e41df9f84b DB/Locales: Add gameobject_template_locale.castBarCaption 2021-07-22 17:48:53 +03:00
jackpoz
3f08c16749 Core/Unit: Add more logs for #26325
Add more logs to try spotting the cause of #26325 . It might be that a minion is added to a owner that is not in world.
Report any issue with minions/pets that contain the log.
2021-07-21 20:49:37 +02:00
Trulsrock
657970fb69 Added from_hex for OpenSSL version parsing (#26730) 2021-07-21 20:00:49 +02:00
Jinnaix
39e1d293bf Game/Event: zone_hellfire_peninsula.cpp (#26724)
* Game/Event: zone_hellfire_peninsula.cpp
Convert script timer into game event

* _events.Reset(); - just in case

* Rename 9999_99_99_99_world.sql to 2021_07_21_03_world.sql

Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2021-07-21 19:57:01 +02:00
offl
b1e099228e DB/SAI: Prepare SMART_ACTION_WP_START to remove reactState param pt 1
Ref #26728
2021-07-21 20:05:01 +03:00
dr-j
cc588d119a DB/Achievement: Add missing criteria to 'Disturbing the Peace'
Closes #26729
2021-07-21 20:04:33 +03:00
Jinnaix
b1b5bc650b DB/Creature: Fix Honor Hold Hellfire Event combat stuck
Closes #26726
2021-07-21 20:04:06 +03:00
jackpoz
60379cf2c1 Core/SAI: Temporarily allow SMART_ACTION_WP_START to specify parameter value 3 for reactState 2021-07-18 22:01:24 +02:00
robinsch
d1e913162e [Exploit/Dupe] Container item (#26689)
* Core/Item: Fixed possible dupe with container items containing non unique non stackable items

* Fixed build

* Update sql script and related base structure

Co-authored-by: jackpoz <giacomopoz@gmail.com>
2021-07-18 14:29:02 +02:00
offl
2a8ff02cfb DB/Misc: Fix error introduced after 863635dbf9 2021-07-17 21:56:46 +03:00
Meji
47a4d58a98 Core/Spells: PLAYER_FIELD_BYTE2_INVISIBILITY_GLOW applies only with invisibility type INVISIBILITY_GENERAL (0) (#26701)
* Core/Spells: PLAYER_FIELD_BYTE2_INVISIBILITY_GLOW applies only with invisibility type INVISIBILITY_GENERAL (0)

* Use enum
2021-07-17 18:32:47 +02:00