IntelligentQuantum
5d284f02a7
feat(Core/SendListInventory): Add multivendor function ( #3172 )
2020-08-20 11:00:11 +02:00
Viste
ffd03582c9
fix(Core/Unit): melee attack through LoS ( #3265 )
2020-08-18 14:07:32 +02:00
Francesco Borzì
d2cc3fcbc2
feat(Docker): update to Ubuntu 20.04 + more improvements ( #3277 )
2020-08-13 00:25:20 +02:00
Kitzunu
b3b56bc655
fix(Core/Player): Display random properties in inspect ( #3067 )
...
5b7b21c362
Co-Authored-By: Paraciusz <paraciusz@users.noreply.github.com >
2020-07-14 23:36:08 +02:00
IntelligentQuantum
ec806d6c60
refactore(core/config): Move BG Report AFK To Conf ( #2813 )
2020-07-10 20:06:12 +02:00
gengarshadowball
0b35a24053
fix(Core/Spell): Implement SPELL_ATTR0_CU_DONT_BREAK_STEALTH ( #3056 )
...
* Implement the ability to add SPELL_ATTR0_CU_DONT_BREAK_STEALTH on spells from DB
Co-authored-by: Shadowball Gengar <shadowballgengar60@gmail>
2020-06-19 12:00:21 +02:00
mishaparem
a12e58b105
fix(Core): C++ 11 rule of 3 compiant constructors ( #3023 )
2020-06-15 12:45:04 +02:00
TheWatchingI
c7f4204d1f
fix(Core/Pet): Risen Ghoul random name & pet detail ( #2945 )
...
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2020-05-23 15:38:38 +02:00
Kitzunu
74e0f00229
fix(Core/Conditions): Add CONDITION_SOURCE_TYPE_QUEST_AVAILABLE ( #2859 )
...
* Merge CONDITION_SOURCE_TYPE_QUEST_ACCEPT & CONDITION_SOURCE_TYPE_QUEST_SHOW_MARK to CONDITION_SOURCE_TYPE_QUEST_AVAILABLE
Co-authored-by: SnapperRy <snapperry@users.noreply.github.com >
Co-authored-by: Aokromes <aokromes@gmail.com >
2020-05-13 08:46:05 +02:00
P-Kito
2514f8fc9a
feat(Core/AI): CU_SAI - Custom Target Options ( #2879 )
...
NEW:
* SMART_TARGET_PLAYER_WITH_AURA (spellid, negation?, distMax, distMin) - if target.O is set it will resize the list of targets to target.o
* SMART_TARGET_RANDOM_POINT (range, amount (for summon creature), self (creature is middle else use xyz) (ONLY USED FOR SUMMON CREATURE OR MOVE/JUMP TO POS ACTIONS FOR NOW)
MODIFIED:
* SMART_ACTION_SUMMON_CREATURE now possible to spawn multiple creatures with SMART_TARGET_RANDOM_POINT
* SMART_ACTION_MOVE_TO_POS/JUMP_TO_POS now possible to move to a random point with SMART_TARGET_RANDOM_POINT
* SMART_TARGET_PLAYER_RANGE no longer targets GMs or dead targets and when target.o is >0 it will try all possible targets in max instead of min-maxing
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
2020-04-18 16:59:52 +02:00
P-Kito
8aa80eef18
feat(Core/SAI): new Actions + Polar Coords System Offset Relocating ( #2880 )
2020-04-16 11:39:45 +02:00
Kitzunu
8a1eab2c23
fix(Core/Creature): Use proper name for wander distance ( #2858 )
...
* Change from spawndist to wander_distance
Co-Authored-By: ratkosrb <ratkosrb@users.noreply.github.com >
* fix sql error
Co-Authored-By: ratkosrb <ratkosrb@users.noreply.github.com >
* Let's see if this fixes eluna :)
* Revert "Let's see if this fixes eluna :)"
This reverts commit be675bf83fc6a02f3347ea76408152d623d374bf.
* fix indent
* Revert "fix indent"
This reverts commit f4cb3d2d9fa908445d342b6f2e6dda9d52fd4665.
* Revert "Revert "fix indent""
This reverts commit 48527cfd2f9031f95bdf6e0d7b90111a3c0dc0f2.
Co-authored-by: ratkosrb <ratkosrb@users.noreply.github.com >
2020-04-11 11:20:02 +02:00
Stefano Borzì
19144d8bff
fix(Core/Pet): Pet chase range check for melee ranged spells ( #2694 )
...
Co-authored-by: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com >
2020-03-25 17:34:04 +01:00
Nefertumm
b868f0ad04
Revert "Fix(Core/Gameobjects): non-consumable goobers no longer despawn on use ( #2750 )" ( #2797 )
...
This is causing troubles with veins and bg gameobjects (those are known)
This reverts commit 0521a314b5 .
2020-03-24 03:44:40 -03:00
Nefertumm
846f7862d8
feat(Core/Packet): Implement AntiDOS protection from Trinity ( #2789 )
...
* Implement AntiDOS protection from Trinity
Co-authored-by: jackpoz <giacomopoz@gmail.com >
Co-authored-by: Shauren <shauren.trinity@gmail.com >
Co-authored-by: Vincent-Michael <trinity.michael_vincent@gmx.eu >
2020-03-23 15:46:00 -03:00
Kitzunu
c5a7497f4d
fix(Core/Gossip): fix titles in quest reward being able to show in gossip ( #2791 )
...
Co-Authored-By: Wyrserth <wyrserth@users.noreply.github.com >
2020-03-23 23:40:15 +07:00
Kitzunu
0521a314b5
Fix(Core/Gameobjects): non-consumable goobers no longer despawn on use ( #2750 )
...
Taken from 50c5d30d13 & 2b1e8d135b
Co-authored-by: Wyrserth <wyrserth@protonmail.com >
2020-03-21 22:29:52 +01:00
Stoabrogga
2eb0705668
fix(Core/Pet): only show pet details for hunter pets and demons ( #2637 )
2020-02-28 17:02:54 +01:00
Stoabrogga
8f5c628836
feat(Core/Hook): New GlobalScript hook ( #2665 )
...
This allows you to change the behavior of phase system
2020-02-26 09:44:12 +01:00
Stoabrogga
ed243d6911
feat(Core/Config): Parameter to set all creatures with WP movement active ( #2615 )
2020-02-23 14:08:42 +01:00
Viste
38e8503d21
fix(Core/Misc): fix some exploits ( #2630 )
2020-02-18 08:26:12 +01:00
Stoabrogga
5ebb982db5
fix(Core/CreatureGroups): Fix "MoveSplineInitArgs::Validate" errors ( #2604 )
2020-02-16 10:04:55 +01:00
Stoabrogga
30fa1ae3b4
fix(Core/Unit): Fix Guardian Pets clearing combat state ( #2619 )
2020-02-13 08:12:52 +01:00
Stoabrogga
166967fe86
fix(Core/TempSummon): Fix crash concerning PlayerScript hook ( #2650 )
2020-02-05 17:40:17 +01:00
Stoabrogga
3f0739f1c9
feat(Core/Hook): New PlayerScript hooks ( #2639 )
2020-02-04 08:25:11 +01:00
Kaev
2fa9f5c249
fix(Core): potential crashes/bugs reported by static analysis #2 ( #2622 )
2020-02-03 07:52:27 +01:00
Kaev
ab72dc1e7a
fix(Core/Player): Fix removal of quest items ( #2626 )
2020-01-29 10:32:39 +01:00
Kaev
999d588c37
fix(Core): Fixed a few crashes/bugs that were found via static code analysis ( #2617 )
2020-01-25 14:26:38 +01:00
Shard
9f690a3741
fix(Core) : Enable randomProperties or suffix up to 5 ( #2340 )
2020-01-23 08:06:05 +01:00
Nefertumm
59234f8f4b
fix(CORE): Missing override on various functions ( #2602 )
2020-01-21 19:03:15 -03:00
Shard
eadcb1a782
feat(Core/Battlegrounds) Reworked enhanced bg system for modules ( #2521 )
2020-01-19 17:09:02 +01:00
Shard
bb42c7c5eb
fix(Core/Player): Only save player's glyphs when needed ( #2583 )
2020-01-18 00:59:50 +01:00
Stoabrogga
dd81c21968
feat(Core/Hook): New PlayerScript hook "OnPetInitStatsForLevel" ( #2556 )
2020-01-14 11:46:16 +01:00
Shard
067d9e791f
fix(Core/Battlegrounds) Rewrite RandomBG and enabling bg/arenas weights ( #2516 )
2019-12-28 09:40:13 +01:00
Kargatum
4a8f1de538
feat(Core/Misc): remove and replace ACE_Singleton ( #2418 )
2019-12-21 00:29:29 +07:00
Viste
e22d78ecd6
refactor(Core): rename namespaces and macros to acore ( #2454 )
2019-12-01 13:13:31 +01:00
Stoabrogga
dda507aaca
fix(DB/GameObject): Quest event "The Bones of Nozronn"; quest sparkle for GO type "GAMEOBJECT_TYPE_SPELL_FOCUS" ( #2398 )
2019-11-30 08:42:20 +01:00
Stoabrogga
fae7ae95a3
fix(Core/GridNotifiers): increased visibility for large creatures, part 2 ( #2378 )
2019-11-14 08:04:41 +01:00
Dmitry Brusenskiy
1914571cba
fix(Core/Gossip): Enable gossip translations from database( #2427 )
2019-11-12 21:31:09 +07:00
Vitoco
4899a7b11d
fix(Core/Spell): Glyph of Shadow Word: Death ( #1900 )
2019-11-04 07:52:17 +01:00
Shard
97c55c6152
fix(Core/Item): Random item properties generation ( #2331 )
2019-10-28 08:08:37 +01:00
Stefano Borzì
9dd623e061
feat(DB/points_of_interest): Improved points_of_interest table, close #1193 ( #2348 )
2019-10-23 07:48:46 +02:00
Stoabrogga
9ea9329285
feat(Core/CreatureAddon): increased visibility for large creatures ( #2304 )
2019-10-04 15:22:03 +02:00
Stoabrogga
84ea36a21b
fix(Core/Chat): Prevent Horde / Alliance chat via custom emotes ( #2292 )
...
* add new worldserver parameter "AllowTwoSide.Interaction.Emote"
* use new broadcast text ID 91243 for strange gestures
2019-10-01 15:18:43 +02:00
Viste
854b426978
feat(Core): Added ABORT() macro to prevent the usage of ASSERT(false) as a quick hack to crash the core misusing assert ( #2273 )
2019-09-26 09:51:33 +02:00
GMKyle
58f3cfe387
fix(Core/Hunter): Stable Master, exotics pets management, tame validations. ( #2100 )
2019-09-25 18:29:18 +02:00
Stoabrogga
dbfa66c698
fix(DB/Core): "Sons of Hodir" quests / areas ( #2231 )
2019-09-04 16:43:44 +02:00
Stoabrogga
e314a0c716
feat(Core/Player): Additional option for worldserver config parameter "InstantFlightPaths" ( #2246 )
2019-09-04 01:19:57 +02:00
Kargatum
22b360ee0d
chore(Core/Player): Fix all apply item mods for scale ( #2248 )
2019-09-03 22:06:18 +07:00
Kargatum
cae91f1650
fix (Core/Vehicle): delay position update in Vehicles, this may be deleted ( #2247 )
2019-09-01 23:03:51 +07:00