Kitzunu
de2e2b6e8b
fix(Scripts/Command): Improve output of event commands ( #16980 )
2023-08-12 00:03:03 +02:00
Kitzunu
c866e17406
refactor(Core/Motd): Move motd to MotdMgr ( #16933 )
2023-08-06 23:02:54 +02:00
Skjalf
b3eb43a113
fix(Scripts/Commands): Allow using flusharenapoints from console ( #16879 )
2023-08-02 14:44:13 -03:00
Kitzunu
5f95428c79
chore(Scripts/Misc): Improve server debug ( #16708 )
2023-07-15 17:14:38 -03:00
KJack
b5f311bf56
fix(Scripts/Commands): Fix '.send items' command to no longer require an itemId count ( #16340 )
...
* Fix '.send items' command to no longer require an itemId count
* Remove leftover debugging output, oops.
2023-05-28 16:28:01 -03:00
M'Dic
8aa2a2ac0f
chore (core): Clean up ( #15977 )
...
* chore (core): Clean up
* Update SmartScript.cpp
* more clean up
* Update boss_xt002.cpp
2023-04-16 21:04:56 -04:00
Kitzunu
9eb4b3a336
feat(Core/Character): Implement profanity_name ( #15156 )
2023-03-04 17:43:14 -03:00
Kitzunu
99f5fa79aa
refactor(Core/Autobroadcast): Move autobroadcast to it's own file ( #15147 )
2023-02-21 20:18:25 +01:00
Kitzunu
0c4feb6744
refactor(Core/Motd): Move motd from conf to db ( #15111 )
2023-02-20 22:07:26 +01:00
Kitzunu
f039836a2f
chore(Core/Misc): Change all TODO to doxygen comment ( #14966 )
2023-02-12 10:05:34 -03:00
Skjalf
dba8c49bce
chore(Core/Object): Rename GetGOData() to GetGameObjectData() ( #14875 )
2023-02-05 08:35:52 -03:00
Kitzunu
4870b14b1f
refactor(Core/Object): getLevel() -> GetLevel() ( #14122 )
...
* refactor(Core/Object): getLevel() -> GetLevel()
* fix build and sneak some doxygen in
* codeSTLE
* codestyle
2022-12-31 17:39:23 +01:00
Skjalf
4df5302e2f
feat(Scripts/Commands): Output SpellCastResult if the spell fails to … ( #14359 )
...
feat(Scripts/Commands): Output SpellCastResult if the spell fails to cast when using the cast spell commands
2022-12-24 09:47:13 -03:00
Winfidonarleyan
a1a1528cb4
feat(Core/Crypto): add support OpenSSL 3.0 ( #13354 )
2022-11-24 01:12:20 +07:00
55Honey
856c2e5e58
chore(Scripts/Commands): increase default removal duration to 30m from 15m ( #13869 )
2022-11-19 09:34:30 -03:00
Mickaël Mauger
2e5e3bda5d
fix(Scripts/Commands): Fix assertion error on mmaps path command ( #13704 )
2022-11-16 01:24:27 -03:00
Skjalf
200a4b6af4
fix(Scripts/Commands): Fix group list command output ( #13614 )
2022-11-01 00:20:20 -03:00
UltraNix
41d3df9fcb
fix(Scripts/Commands): Fixed command learn all my talents for chars… ( #13529 )
...
fix(Scripts/Commands): Fixed command `learn all my talents` for chars with 255 level.
Fixes #4788
2022-10-29 07:12:35 -03:00
Skjalf
192bf4736b
feat(Scripts/Commands): Implement character changeaccount command ( #13532 )
...
* feat(Scripts/Commands): Implement character changeaccount command
* strings and stuff
* clear unused
2022-10-24 22:43:46 -03:00
Skjalf
e55d7cb951
fix(Core/ObjectAcessor): Fix crash caused by forced character renames ( #13527 )
2022-10-24 12:24:23 -03:00
Droz
8d7370decf
Fix(core/scripts): issue 13325 - reset talents command ( #13326 )
...
Fix issue 13325 - reset talents command does not set offline player at_login flag to reset talents.
2022-10-15 11:05:00 -04:00
M'Dic
2e6f6e26da
Add (core\db): Support for Homebind Orientation ( #13389 )
...
Add (core\db) Support for Homebind Orientation
2022-10-12 14:39:02 -04:00
Angelo Venturini
ad4ce0895f
fix: Qaston revert ( #13320 )
...
* Revert "fix(Core/QAston): fixed shields oneshotting (#13271 )"
This reverts commit e05f61d1b3 .
* Revert "fix(Core): Crash (#13292 )"
This reverts commit a818bcf3e2 .
* Revert "fix: Crash (#13241 )"
This reverts commit be423a91b5 .
* delete sql
* Revert "refactor(Core/Spells): Implement QAston Proc System (#11079 )"
This reverts commit cbd3fd0967 .
* add sql revert
* fix sql
* remove update from world.updates
2022-10-05 21:53:20 +02:00
IntelligentQuantum
cbd3fd0967
refactor(Core/Spells): Implement QAston Proc System ( #11079 )
...
* .
* sql
* .
* .
* 1
* 2
* 3
* 4
* 5
* 6
* 7
* 8
* 9
* 10
* 11
* 12
* 13
* 14
* 15
* Update spell_item.cpp
* Update Unit.cpp
* 16
* 17
* 18
* 19
* 20
* 21
* Update Unit.cpp
* REVERT UltraNIX Commit
* 22
* 23
* .
* .
* .
* warrior
* warlock
* shaman rogue priest paladin mage
* spell item
* hunter
* druid
* dk
* war
* error style
* Update rev_1647677899565690722.sql
* Update rev_1647677899565690722.sql
* Update rev_1647677899565690722.sql
* .
* DOND DEL ME WAD DO DO
* error 2
* .
* .
* .
* FIX
* Update SpellInfoCorrections.cpp
* Update SpellInfoCorrections.cpp
* .
* ja genau
* Update .gitignore
* .
* .
* .,
* .
* .
* .
* .
* Update Unit.cpp
2022-10-02 19:39:34 +02:00
Maelthyr
1f472bddd3
refactor(Core/Combat): Code style and improvement of ThreatMgr ( #12992 )
2022-09-25 15:20:34 -03:00
ZhengPeiRu21
1ddd884d6a
feat(Core): Implement SP Bonus Coefficients from DBC ( #12562 )
...
* cherry-pick commit (1826437c09 )
* Co-authored by: ariel- <ariel-@users.noreply.github.com >
* feat(Core): Implement SP Bonus Coefficients from DBC
* Several coefficient corrections
* Fix spell_dru_lifebloom
2022-09-17 11:09:04 +02:00
Angelo Venturini
031dfc4c5b
fix(Core/Commands): Achievement checkall ( #12649 )
2022-08-09 08:25:57 -03:00
neifion-00000000
b7353ce9b2
feat(Core/Commands): Introduce .npc guid ( #12440 )
2022-07-20 01:04:23 -03:00
Kempec Halk
c93fb05515
feat(Core/Commands): Debug Spell Visuals Command ( #12216 )
...
* feat(Core/Commands): Debug Spell Visuals Command
* feat(DB/Commands): Debug Visual Help
* Add missing eol at eof
2022-07-05 22:55:37 -03:00
r0m1ntik
5e509344ac
Fix command .skirmish ( #12149 )
...
fix-issue-11966
Co-authored-by: Badanin Roman <r.badanin@etud.univ-pau.fr >
2022-07-01 11:32:30 -04:00
Kempec Halk
6bff66a9f6
feat(Core/Command): Deserter Command send feedback ( #11958 )
...
* feat(Core/Command): Deserter feedback Part 1
* docs(Core/Command): Deserter RemoveAll Documentation
* feat(Core/Command): Deserter feedback Part 2
* fix(Core/Command): Deserter remove all count
* feat(Core/Commands): Deserter merge optimizations
2022-07-01 11:30:00 -04:00
Kempec Halk
3ef2b09a40
feat(Core/Command): Deserter rm all time parameter ( #11963 )
...
* feat(Core/Command): Deserter rm all time variable
* feat(Core/Command): deserter remove all TimeString
* chore(Core/Commands): Deserter remove all slight improvements
2022-06-22 16:19:45 -04:00
UltraNix
9d19aaf6a2
fix(Core): Crashfix. ( #12092 )
2022-06-18 08:46:33 -04:00
Kempec Halk
3c434cee12
feat(Core/Command): Use timestring with all commands ( #12050 )
2022-06-13 14:05:26 -03:00
Kempec Halk
8e7c4fa226
fix(Core): Deserter overrides from BG and Command ( #11961 )
...
* fix(Core/Command): Deserter offline add
* feat(Core/Command): Deserter online add restriction
* fix(Core/Battleground): Deserter overrides longer debuff
2022-06-13 08:58:49 -03:00
Kempec Halk
c0c85ebf0a
feat(Core/Commands): deserter command offline & using targets & console support ( #11921 )
2022-06-02 10:11:53 -03:00
Axel Cocat
fbd5e981ca
fix(Scripts/Commands): fix baninfo command issues ( #11871 )
2022-05-27 00:21:43 -03:00
Maelthyr
c5368816fa
Core/Combat: rename getThreatMgr() to GetThreatMgr() ( #11758 )
2022-05-18 05:36:57 -03:00
SilentCLD
7975bc63ca
fix(Core/Commands): Fix removing item from player account ( #11041 )
...
The additem command would silently return when trying to remove an item
from a player security level account
2022-05-06 00:33:18 -03:00
Kitzunu
026941c39e
refactor(DB): Handle SQL files in a new way ( #11494 )
...
* refactor(DB): Handle SQL files in a new way
* remove proof that it works files
* Update rev_1650721405699287200.sql
* Update rev_1650721339143444200.sql
* Update rev_1650721386624384400.sql
* fix build
* fix
2022-04-28 14:37:37 -03:00
Kitzunu
1501445b0a
chore(Core/Misc): nullptr cleanup ( #11467 )
2022-04-21 19:17:20 +02:00
Kitzunu
7ecd738674
feat(Core/Mail): Server mail ( #10628 )
2022-04-19 23:43:14 +02:00
acidmanifesto
db360f0cfb
Fix (Core\DB) Hostil to Hostile spelling fix ( #11399 )
...
* Fix (Core) Hostil to Hostile spelling fix
* sql cmd adjustment as well
* AliGnZ
* Further Hostil to Hostile Correction
Per @Si1ker Research via https://github.com/azerothcore/azerothcore-wotlk/pull/11399#issuecomment-1099506373
2022-04-16 11:00:38 -04:00
UltraNix
47790c9714
fix(Core/Vmaps): Stop M2s from occluding for spellcast LoS. Original autho… ( #11341 )
...
* Core/Vmaps: Stop M2s from occluding for spellcast LoS. Original authors: @Shauren & @HelloKitty
Fixes #11293
* buildfix.
Co-Authored-By: HelloKitty <5829095+HelloKitty@users.noreply.github.com >
2022-04-10 09:24:35 -03:00
Kitzunu
edb7cac19b
feat(Core/Unit): NPCFlags helpers ( #11286 )
...
* cherry-pick commit (TrinityCore/TrinityCore@d611925 )
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
2022-04-05 13:52:42 +02:00
Nefertumm
883becc6d9
feat(Core/Command): Split respawn command ( #11245 )
...
* feat(Core/Command): Split respawn command
* feat(Core/Command): Split respawn command
* typo
2022-04-02 11:48:04 -03:00
Kitzunu
535c7451a2
feat(Core/Unit): New helpers for DynamicFlags ( #11230 )
...
* feat(Core/Unit): New helpers for DynamicFlags
* cherry-pick commit (d611925dc7 )
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
* oopsie
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2022-04-01 07:14:29 -03:00
IntelligentQuantum
6e2e73d6ae
feat(Scripts/Commands): debug objectcount
2022-04-01 06:57:26 -03:00
Kitzunu
856aed6fc6
feat(Core/Unit): New helpers for UnitFlag and UnitFlag2 ( #11227 )
2022-03-30 07:59:42 -03:00
Malcrom
ee08039a52
fix(Core/Command): Fix issue with waypoint show off ( #11111 )
...
* fix(Core/Command): Fix issue with waypoint show off
* Update src/server/scripts/Commands/cs_wp.cpp
Co-authored-by: Kargatum <dowlandtop@yandex.com >
Co-authored-by: Kargatum <dowlandtop@yandex.com >
2022-03-22 21:48:31 -03:00