hondacrx
85f37f6edf
Added some implicit operators to spell casting.
2023-10-01 07:32:38 -04:00
hondacrx
f636ea225f
Messed up the commit history, so here is all the files rip, Credit to TrinityCore
2023-09-16 08:42:35 -04:00
hondacrx
4134796f1b
Core/Battlegrounds: Rework queues
...
* No more copies of Battleground classes
* FreesSlotQueues now have as key the MapId instead of queue id
* Random queues can now popup already busy specific battelgrounds (queues are NOT merged)
* Removed Holiday handling, this should already be handled in BattlegroundMgr::IsBGWeekend
Port From (https://github.com/TrinityCore/TrinityCore/commit/0ede6c155605da602b3bafaa3a1212d9f924759b )
2023-09-14 06:16:30 -04:00
hondacrx
9ecb3449d5
Core/AreaTriggers: Update areatrigger scalecurve handling with latest research
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/361fe56bc87456b63e685a53ffc63ca1694d336a )
2023-08-28 12:55:52 -04:00
hondacrx
f6807e152c
Core: Update to 10.1.5
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/0cea730fa23473a85c47451c3bd13df816f2b6e4 )
2023-08-21 07:22:33 -04:00
hondacrx
d55f4f836f
Core/Units: Power handling improvements
...
* Don't include creature_template power multipliers in CreateMana updatefield
* Allow NPCs to have power types other than mana
* Add missing Essence config regeneration rate
* Fixed demon hunter powers not decaying immediately after combat
* Fixed some powers decaying immediately out of combat after energizing (for example holy power)
* Replace hardcoded list of powers to set to full on levelup with a db2 flag check
* Updated Creature::GetPowerIndex for 10.1 new power types
Port From (https://github.com/TrinityCore/TrinityCore/commit/1325e0c4b279d590acbcbb05d6abdf5fdb66a882 )
2023-05-23 05:44:42 -04:00
hondacrx
dfceb4c044
Core: Update to 10.1
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/16bc74667e8996b64258718e95b97258dfc0217a )
2023-05-19 16:23:44 -04:00
hondacrx
be0a98f3de
Scripts/Spells: Implement Summon Sayaad
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/c7ff9a9083fdb5aab1fe54b16ffd84851f99424d )
2023-05-02 16:32:00 -04:00
hondacrx
1ba4f55eec
Core/Units: Calculate HoverHeight from model data
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/d6133c78de9e2272765c2cfda82c440663acd254 )
2023-04-25 17:23:24 -04:00
hondacrx
8828e94482
Core/Creatures: Compute the level from ContentTuning
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/562f65f3f8f271fc52cc428c71a562af22829dc0 )
2023-04-21 18:49:58 -04:00
hondacrx
19c484dc5a
Core/Creatures: Compute CombatReach and BoundingRadius using DisplayScale
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/81ea6f54d93ee10b03e6432c6071e0d0983796a2 )
2023-04-21 18:21:08 -04:00
hondacrx
460a7c0ca9
Core: Update to 10.0.7
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/922f60fa25569db05a7717b6b55568f321a02f64 )
2023-03-23 08:03:41 -04:00
hondacrx
383ca52a00
Core/Misc: Update SkillLine and LockType definitions (Dragonflight)
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/0748986835deb03d37e88ec637aa5d27b2269540 )
2023-03-13 02:55:46 -04:00
hondacrx
b460536e35
Core/Misc: Rename _2 skillline definitions to _CLASSIC
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/79be716e632507d6474b980c0ce092b4f5ae66ba )
2023-02-12 01:13:52 -05:00
hondacrx
4b798e7cab
Core/Players: Several currency fixes and improvements
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/03918978c166c9fb191117a0cae9ba1285bf0e37 )
2023-02-11 23:28:57 -05:00
hondacrx
08fcedaf21
Core: Updated to 10.0.5
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/4bec7233badf9d3ab71dbdde8b24f66f7c4eedfb )
2023-01-30 10:07:42 -05:00
hondacrx
f73e64396f
Update license headers for all files.
2023-01-18 17:25:32 -05:00
hondacrx
8a924a6cd7
Core/Conf: Update MaxPlayerLevel 60 > 70
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/492fbd38f1b41680cb9034ed9ca66a19ba51d9f4 )
2023-01-11 01:20:00 -05:00
hondacrx
5c439a6bae
Core/Characters: Added Dracthyr Evoker creation data
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/b71b121c51214d220163a3c278f212b6804ad644 )
2023-01-06 17:49:02 -05:00
hondacrx
f2f765d650
Core/SAI: Add action param 7
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/09591fbdb0a81f8565c6a16f844953752f597f18 )
2023-01-06 15:54:49 -05:00
hondacrx
989b80b056
Core: Updated to 10.0.2
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/e98e1283ea0034baf6be9aa2ffb386eb5582801b )
2022-12-28 15:25:15 -05:00
hondacrx
69a7e08402
Update some of warden.
2022-10-30 16:41:43 -04:00
hondacrx
9b62b83984
Core/Loot: Implemented personal loot and tag sharing for non-boss loot
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/133334a902b705dae6f7e92bb1009b84cf1c51d2 )
2022-10-18 16:07:00 -04:00
hondacrx
219833ac17
Core/BattlePets: Move revive battle pet cooldown to spell script and add serverside spell for stable master heal cooldown
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/05f2f4e8f69133d542f3eadf99410deb932cd30d )
2022-10-14 17:00:30 -04:00
hondacrx
b0955ca8ea
Core/DataStores: Defined map.db2 flags
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/f6baed006a5fde5d9ae6e6d80a385837640bb90a )
2022-10-04 20:11:42 -04:00
hondacrx
276d199a6f
Core/Instances: Add new config options to control the time when both daily and weekly resets occur (will not be restricted to instances only)
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/cedf09f93c44be2abf1c2b40e0e4c51f95f2975c )
2022-10-04 17:02:16 -04:00
hondacrx
d3dde761a2
Core/Instances: Instance lock rewrite (WIP)
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/17665c929c3a9fb7fe75dd680648129bc1c1f874 )
2022-10-04 10:00:07 -04:00
hondacrx
aa88c5bb2f
Core/Loot: Simplify loot containers
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/c00e2e4851498aa04ac1d8ff13a0759b245df72b )
2022-09-18 20:32:52 -04:00
hondacrx
2cb4ea2ff2
Core/Loot: Updated LootType enum for 9.2.7
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/74dbed1d0ea11373b5765a4c53b1a762203fcbd2 )
2022-09-02 14:22:40 -04:00
hondacrx
4352d71942
Core/Misc: Updated some enums for 9.2.7
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/a2749366e4a5d3c7722a342500b37de3321b21d2 )
2022-08-25 13:34:14 -04:00
hondacrx
45ba780516
Core/WorldStates: Add generic worldstates for team in instance
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/c1eb91c1c174870026cf4750bafc8d04d182ade0 )
2022-07-25 22:06:49 -04:00
hondacrx
c2c93fa061
Core/PacketIO: Fixed structure of SMSG_START_TIMER
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/06010c11b138752e475c59a594b42d4e9a7241bd )
2022-07-16 19:37:54 -04:00
hondacrx
e521433e38
Core/WorldStates: Move custom worldstates to separate table and move saving worldstate values to WorldStateMgr
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/e487d78ba7b37c35ede36c554169d26afeac88b0 )
2022-07-14 20:25:57 -04:00
hondacrx
015ba8008c
Core/WorldStates: Migrate pvp season worldstates to new system
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/5f601f53b8374ead5a6a8b734054ea623f74c24e )
2022-07-13 17:41:56 -04:00
hondacrx
ba6c30add4
Start adding missing scripts Part3
2022-07-06 23:53:47 -04:00
hondacrx
cabb59efe8
Core/WorldStates: Migrate war mode bonus value worldstates to new system
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/4ac86c13d2b00817c9213ca2c22b747d3fff454e )
2022-07-01 22:53:01 -04:00
hondacrx
0e910e01c4
More work on new worldstate system
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/a161b6cd328bbcf56950664f677fba716659f0d5 )
2022-06-30 00:30:55 -04:00
hondacrx
9cece8cc8a
Core/WorldStates: Migrate Wintergrasp worldstates to new system
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/6285033ed5ba8f67330eca40c1ae4840882a98d3 )
2022-06-27 16:45:31 -04:00
hondacrx
be8e18450e
Core/Transports: Fixed stoppable elevator position calculation when going from first floor to third or higher
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/d85379faa6d5d33f755e17cb0204f243345db938 )
2022-06-20 22:48:42 -04:00
hondacrx
0224d95b91
Core/Spells: Increase search radius for avoid problems with some spells that can't find units with huge combat reach
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/b52ce8e65e8998df1b243b854129d359ee2d25ae )
2022-06-15 16:09:33 -04:00
hondacrx
49e63e2c3c
Core/DataStores: Removed hardcoded cap for battlepet species
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/b636212392d547bc32e530cdd93a498622aca86d )
2022-06-01 19:36:38 -04:00
hondacrx
6d84850790
Core/Misc: Updated ChatMsg enum to 9.2.0
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/b409a37c800b9d572048ee409f1bb138e97b8d8c )
2022-06-01 12:41:00 -04:00
hondacrx
940ecad00a
Core/Conversations: Conversation actor improvements
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/fda65981c7a4c475c270755c198dee85cd38dfa3 )
2022-05-31 15:25:11 -04:00
hondacrx
bf6fec2eb2
Core/Network: Add option to allow/disallow saving IP addresses to database
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/5afa32e9a7e944d5fbee620c31bf6e2939ec7c5d )
2022-05-29 16:15:40 -04:00
hondacrx
c3e8791aac
Misc fixes
2022-05-24 13:20:05 -04:00
hondacrx
9ee18f2c9e
Core/Misc: Update various enums for 9.2
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/ce49d5615bd041700a253239c864a18f87e79216 )
2022-05-10 09:31:05 -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
c486b2a846
Core/Pets: Updated pet summoning for latest client version (5 Call Pet spells and stable size 200)
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/950db60435e7e513633ff5b22ad7f0ed8b1147e4 )
2022-03-10 12:02:05 -05:00
hondacrx
569232c3fe
Battlefields: Move BF scripts out of game
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/49523a74a4c28e5ae17f9a8352aa8224b765b7d8 )
2022-02-24 10:51:24 -05:00
hondacrx
628a24923c
Core/Misc: Move WorldState enum to SharedDefines
...
Port From (https://github.com/TrinityCore/TrinityCore/commit/ca62d93481f60807679c8632e09fa6f48f29de68 )
2022-02-23 17:01:51 -05:00