hondacrx
f73e64396f
Update license headers for all files.
2023-01-18 17:25:32 -05:00
hondacrx
d939fad517
Core/Players: Implement saving edit mode account data
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/1fe89a370138cc4677131c1c4ce848249690a964 )
2023-01-06 16:23:12 -05:00
hondacrx
4fab4cc6cf
Core/Commands: Restore instance management commands
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/ab12e77cf72bcd361a380c8d1ed37d12fe0e1bbb )
2022-10-04 17:40:16 -04:00
hondacrx
313257e852
Misc fixes
2022-09-05 16:32:07 -04:00
hondacrx
171abf6ff8
Missed another file.
2022-09-03 11:33:31 -04:00
hondacrx
e0025794a5
Fixes most commands.
2022-06-11 21:09:48 -04:00
hondacrx
6ad85301ef
Scripts/Commands: Convert argument parsing of instance commands to new system
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/9bee960880c669d3c2ff42935f4666cfd32103f0 )
2022-06-10 13:59:00 -04:00
hondacrx
cf3b86ff76
Scripts/Commands: Convert title commands to new system
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/b1847b1fd9c94f05d786ffbef19ee68fc7e2921b )
2022-06-10 13:47:17 -04:00
hondacrx
864c857141
Scripts/Commands: Convert rbac commands to new system
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/b3b6e2715eb2a75805b7d879a1bef1074c085143 )
2022-06-10 00:47:07 -04:00
hondacrx
2dcbe3e840
Scripts/Commands: .learn adjustments
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/2319a99d875cd17a1c26ccc756bae73e2faef327 )
2022-06-09 20:48:29 -04:00
hondacrx
ed79f93c7b
1eca51b follow-up, nuke command.permission from orbit; it was only duplicating data already stored in the core.
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/46d4e2fa8378eed414c07eb161a19b772c474735 )
2022-06-09 16:27:15 -04:00
hondacrx
0bbabbd667
Core/PacketIO: Updated packet structures to 9.2.0
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/9f30afe3528441571f89cb2e1775c756774fa0cd )
2022-05-09 23:14:38 -04:00
hondacrx
6c0e21b4de
Misc updates/fixes
2022-01-27 12:36:56 -05:00
hondacrx
97ce4d6db7
Misc fixes and missed stuff.
2022-01-04 17:37:55 -05:00
hondacrx
8a64e18f31
Oops clicked too soon.
2021-12-22 20:47:37 -05:00
hondacrx
30af4577f8
Scripts/Commands: Add .debug dummy. It does nothing, which means you can make it do anything.
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/5ed891a0f0c65cf4c844ccb209952352f4241193 )
2021-11-15 19:38:21 -05:00
hondacrx
f60ff57739
Core/Misc: Send saved client settings instantly after login, not only after entering world
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/3917c2ad01882d43265e38c66e35b0a7fe3f087f )
2021-11-07 20:53:30 -05:00
hondacrx
db8a22ac8a
Core/PacketIO: Updated account data packets to 9.1.5
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/966ae04f02608a42d3903b63772c07f5e83b81c5 )
2021-11-07 17:08:15 -05:00
hondacrx
e7421549c3
Core/RBAC: Simplification part 1. Nobody needs different permissions for each type of .go command.
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/f1ecb976ec9db8569f8c7601a05282c9d29778b4 )
2021-11-02 17:05:18 -04:00
hondacrx
7a8b37421b
Scripts/Commands: new command '.debug instancespawn'
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/386ec582334818bb46582290e9daecb19f453897 )
2021-06-23 15:02:48 -04:00
hondacrx
a204c827b5
Scripts/Commands: New command: .debug threatinfo
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/e090c9a00eab7af40ba1b4090d5b5a456a3e4b33 )
2021-05-18 13:33:55 -04:00
hondacrx
bcd18b8f26
Core/WorldSession: Add RBAC permission for skipping idle connection check
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/7625bd960ebc4fab970fb27072aececf9e936e2f )
2021-01-03 15:12:23 -05:00
hondacrx
d9d0ae528b
Core/Commands: Add .reload vehicle_template
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/4ca15ec065289e12ce95962b3afd89445e141a97 )
2020-12-31 21:18:42 -05:00
hondacrx
5bc078060f
Scripts/Commands: New utility command: .list spawnpoints.
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/703910d71baa3182c956494465cdd335f5de1d3d )
2020-08-23 22:02:52 -04:00
hondacrx
7baa1aede9
Combat/threat rewrite prep - merge RBAC/DB changes.
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/118e53f1b84fca238a6f1039471351afa61bd6c4 )
2020-07-24 17:50:10 -04:00
hondacrx
8e46ddaba5
Rename .debug uws to .debug worldstate (clarity change).
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/29db04c3c92c0a6ca5d35d3fcc49d7766e3eddc3 )
2020-07-24 16:26:30 -04:00
hondacrx
9533ebdd98
Add new command 'npc showloot'.
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/64d8b183de9c56e1350b7323167b509fe2c43805 )
2020-07-24 14:39:24 -04:00
hondacrx
c70d2a67a0
- Add new commands .group set assistant, .group set maintank and .group set mainassist to toggle raid member flags.
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/17a0139b0e121b0d8d0f2a079fcfd49090ea35a4 )
2020-07-24 13:18:37 -04:00
hondacrx
27a8ecc8b3
DB/Account: update account_access table
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/01d098830a64622262226f7915f872e1cfb301f6 )
2020-07-12 00:30:24 -04:00
hondacrx
1a2411ae0f
Ports from ( https://github.com/TrinityCore/TrinityCore )
...
Core/Unit: don't clear low health aura states on death
Core/Gossip: Fix gossip bug on modify money
Core/Spells: Change the radius of PBAoEs following the feedback received on
Core/Player: update interaction checks, some info taken from client
Core/Spell: abort channeling if no valid targets are found after searching
Core/Creature: fix _DespawnAtEvade saving wrong respawn time
Core/Spell: fixed some problems with per caster aura states
Quickfix a bug introduced by 2f19d97 which prevented GTAoE from being cast.
Core/SmartAI: allow SMART_ACTION_SEND_GOSSIP_MENU to override default gossip
Core/Spell: in case of immunity, check all effects to choose correct procFlags, as none has technically hit
Fix evade issues when a spell hits the target just before evading.
Scripts/Command: implement .debug play music command
Partial revert, Unit::getAttackerForHelper() shouldn't return units that we aren't in combat with (victim can be such a unit for players/player pets, which can startattack from a distance without entering combat).
Fix an issue where CanSpawn would never get invoked on creatures without per-guid script.
Core/Players: fix null dereference crash
2020-06-21 13:01:24 -04:00
hondacrx
6f6f49ec02
Scripts/Commands: Update reload commands names
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/e21e7cd2e26361d18d57a7c4ec002dbf0abe8ffc )
2020-06-19 20:03:42 -04:00
hondacrx
230453c451
New Year 2020 :)
2020-01-09 11:35:00 -05:00
hondacrx
125e3b3ac7
Updated to 8.2.0.31429 (scripts disabled atm, they still need updated)
...
Code Port from TrinityCore https://github.com/TrinityCore/TrinityCore
Casc from WoW-Tools https://github.com/WoW-Tools/CASCExplorer
2019-08-14 11:20:42 -04:00
hondacrx
e4d500f4b5
Core/PacketIO: Updated packet structures to 8.1.5
...
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/31fda79556e55375962a3c9e46f6dbdbf6e90d18
2019-06-22 18:42:45 -04:00
hondacrx
1e1c5c77a8
2019 YAY!
2019-01-01 12:01:55 -05:00
hondacrx
8e20114e10
BFA Update (still lots of testing to do tho)
2018-12-10 12:46:25 -05:00
hondacrx
28c0ef9d03
Happy New Year!!!!
2018-01-02 13:02:21 -05:00
hondacrx
45333097df
Core/Quests: Implemented player choices
2018-01-01 12:18:52 -05:00
hondacrx
78a85e60f6
Core/RBAC: Cleanup
2017-12-30 17:53:47 -05:00
hondacrx
27fe48e33d
Core/Misc: Removed Death knight creation restrictions
2017-12-11 10:49:47 -05:00
hondacrx
a5f7add4d6
Added .modify power command allowing to change any power as long as player class can use it
2017-11-13 13:36:51 -05:00
Fabian
a3dc7b3f48
Ported .Net Core commits:
...
hondacrx:
- Initial commit: Switch to .Net Core 2.0
- Fix build and removed not needed files
Fabi:
- Updated solution platforms.
- Changed folder structure.
- Change library target framework to netstandard2.0.
- Updated solution platforms again...
- Removed windows specific kernel32 function usage (Ctrl-C handler).
2017-10-26 17:23:44 +02:00