hondacrx
|
ae9308c1cb
|
Core/WorldStates: Migrate battleground worldstates to new system
Port From (https://github.com/TrinityCore/TrinityCore/commit/5dbfaecd5c020fd4c3b3dfc235580849c39ce7db)
|
2022-07-10 14:59:20 -04:00 |
|
hondacrx
|
f42b21a6de
|
Start adding missing scripts Part4
|
2022-07-08 11:43:58 -04:00 |
|
hondacrx
|
ba6c30add4
|
Start adding missing scripts Part3
|
2022-07-06 23:53:47 -04:00 |
|
hondacrx
|
c7123ad860
|
Core/Quests: Reset seasonal quests based on saved completion time and intended holiday start time
Port From (https://github.com/TrinityCore/TrinityCore/commit/49ad0d2d495a9f817ad2820f8e616f3a6564b480)
|
2022-07-04 01:15:52 -04:00 |
|
hondacrx
|
6d294143c6
|
Core/Units: Defined many UnitFlags3 and implemented UNIT_FLAG3_ALTERNATIVE_DEFAULT_LANGUAGE
Port From (https://github.com/TrinityCore/TrinityCore/commit/2a5329847636ddc080c461bda06375edfbf3815d)
|
2022-07-02 20:35:56 -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
|
9422b62dca
|
Core/DataStores: Updated WorldStateExpression function enum to 9.2.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/743308267fe18677f07878a8d4814ef800660661)
|
2022-06-25 22:58:22 -04:00 |
|
hondacrx
|
e56f3792de
|
Core/Conditions: Implemented conditions for spawn groups
Port From (https://github.com/TrinityCore/TrinityCore/commit/5d27939667cf3ca985a33b93646fa4e34445c8d3)
|
2022-06-24 22:08:58 -04:00 |
|
hondacrx
|
c81639bf56
|
Core/Conditions: Added CONDITION_SCENE_IN_PROGRESS, useful for cases where you need phase things when a scene is in progress.
Port From (https://github.com/TrinityCore/TrinityCore/commit/bd401af0912eca2c938b6dd93fdb7689b9146c89)
|
2022-06-24 21:43:24 -04:00 |
|
hondacrx
|
0f655d09ca
|
Core/VMaps: Fixes getting no area/zone info, which caused you to be dismounted.
|
2022-06-23 15:55:45 -04:00 |
|
hondacrx
|
9f77e39899
|
Core/Commands: Fixes not being able to use commands like .gm fly on
|
2022-06-23 15:54:41 -04:00 |
|
hondacrx
|
8b1e02759a
|
Fixed transports.
|
2022-06-21 22:35:20 -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
|
82c2d2fb2a
|
EventMap: Switch internal timer over to TimeSpan type
Port From (https://github.com/TrinityCore/TrinityCore/commit/7847589d9ca35de80dce68ac5cf5cf42c77b39a4)
|
2022-06-18 17:48:30 -04:00 |
|
hondacrx
|
1bb3a79b54
|
Core/Calendar: Improve calendar timezone handling
Port From (https://github.com/TrinityCore/TrinityCore/commit/5600316c9f69d2afda82ae0e632715b420dfd402)
|
2022-06-18 17:39:24 -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
|
c60fa1d1a3
|
Core/Transmog: Implemented TransmogIllusionFlags::PlayerConditionGrantsOnLogin and fixed transmog illusion validation when transmogging items
Port From (https://github.com/TrinityCore/TrinityCore/commit/f820ff178decf7d844b7c398b79be7269feeb53e)
|
2022-06-14 23:15:49 -04:00 |
|
hondacrx
|
286294a108
|
Core/Transmog: Implemented Transmog Illusions + Spelleffect to unlock them
Port From (https://github.com/TrinityCore/TrinityCore/commit/125ada42f6be220a52315d06d61e472a2ba83395)
|
2022-06-14 23:07:23 -04:00 |
|
hondacrx
|
793fbda3cd
|
Core/SAI: Added Action SMART_ACTION_DO_ACTION for calling DoAction on target AI
Port From (https://github.com/TrinityCore/TrinityCore/commit/a4eafbd3f6a4d4ea4934dca564cd6c4beae54280)
|
2022-06-14 17:57:47 -04:00 |
|
hondacrx
|
bbe99e3be8
|
Core/Transports: Path generation rewrite v2 (needs testing)
Port From (https://github.com/TrinityCore/TrinityCore/commit/a2c1b699e6e4d30c752b65241bc23191920a86fd)
|
2022-06-14 00:40:57 -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
|
ceb7ddbe1f
|
fix build
|
2022-06-10 00:28:06 -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
|
31b0815170
|
Scripts/Commands: Convert remaining debug commands
Port From (https://github.com/TrinityCore/TrinityCore/commit/26f3c25dae6b0170688277b05b9a37f257b16c68)
|
2022-06-08 16:06:27 -04:00 |
|
hondacrx
|
22e3faa502
|
[3.3.5] Scripts/Commands: .arena command conversion
Port From (https://github.com/TrinityCore/TrinityCore/commit/706163743d481e092111401752c9cbb056b35e69)
|
2022-06-07 17:47:02 -04:00 |
|
hondacrx
|
5ead95eb9f
|
Core/DataStores: Updated structures to 9.2.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/6c8ef045a52723618b91c565ae6c3efc711e7581)
|
2022-06-03 20:12:36 -04:00 |
|
hondacrx
|
4efe624af1
|
Core/PacketIO: Updated packet structures to 9.2.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/d3c4216de8e1dcb9f62d2fcc1b9b72852e5409c9)
|
2022-06-03 20:01:55 -04:00 |
|
hondacrx
|
0e946a6b49
|
Core/PacketIO: Swap CMSG_MOVE_SET_FACING and CMSG_MOVE_SET_FACING_HEARTBEAT
Port From (https://github.com/TrinityCore/TrinityCore/commit/67823c82c7f13f203ebb4a656af5c6f346c0c20b)
|
2022-06-03 16:23:02 -04:00 |
|
hondacrx
|
40444525b2
|
Core/GameObjects: Transport (type 11) improvements
Port From (https://github.com/TrinityCore/TrinityCore/commit/630b60eb0dcd3d9ce41582664ab822b049365431)
|
2022-06-03 16:20:41 -04:00 |
|
hondacrx
|
dddd354067
|
Core/Items: Defined new item bonus types
Port From (https://github.com/TrinityCore/TrinityCore/commit/ac5babdf74be7228e3a60a634b33e402d00cf85a)
|
2022-06-02 20:21:38 -04:00 |
|
hondacrx
|
11e8c2f4f2
|
Fixes loading, *Command system is broke* Will fix in the coming days.
|
2022-06-02 17:00:58 -04:00 |
|
hondacrx
|
64c70a1761
|
Core/Misc: Name more invisibility types
Port From (https://github.com/TrinityCore/TrinityCore/commit/19b052d939ade28e95a6aed405a620a6ee966af8)
|
2022-06-01 19:37:57 -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
|
386122e247
|
Core/DataStores: Removed hardcoded cap for taxi nodes mask
Port From (https://github.com/TrinityCore/TrinityCore/commit/376dc7402a41a03b4c5bc718863c1e0eb410ebec)
|
2022-06-01 17:19:30 -04:00 |
|
hondacrx
|
a99d430a9c
|
Core/Conditions: Added CONDITION_SCENARIO_STEP
Port From (https://github.com/TrinityCore/TrinityCore/commit/5002e5d3524eab201c6c219cd60a9f7d6188ed54)
|
2022-06-01 17:06:38 -04:00 |
|
hondacrx
|
b68bbda363
|
Core/Spells: Implemented SPELL_ATTR6_TAPS_IMMEDIATELY
Port From (https://github.com/TrinityCore/TrinityCore/commit/104c2ddb6a88318bbcb0ea67b3fdaba40a3213a1)
|
2022-06-01 16:59:05 -04:00 |
|
hondacrx
|
e18ec5b067
|
Core/Spells: Implemented SPELL_ATTR6_ABSORB_CANNOT_BE_IGNORE
Port From (https://github.com/TrinityCore/TrinityCore/commit/8c85bdb24e9b3b1163f636c737140933306cd01f)
|
2022-06-01 16:56:13 -04:00 |
|
hondacrx
|
fcaca41cc4
|
Core/Auras: Undefine aura 320, it is no longer ranged haste
Port From (https://github.com/TrinityCore/TrinityCore/commit/b8153f710e5b47bbd7012858a39bf5db720223bf)
|
2022-06-01 16:28:56 -04:00 |
|
hondacrx
|
c27b817789
|
Core/Spells: Implemented SPELL_ATTR6_DELAY_COMBAT_TIMER_DURING_CAST
Port From (https://github.com/TrinityCore/TrinityCore/commit/0620b829b2597777f2b5d931dfb0336f79dfd0df)
|
2022-06-01 16:15:27 -04:00 |
|
hondacrx
|
d07b57f930
|
Core/Spells: Implemented SPELL_ATTR6_NO_PUSHBACK
Port From (https://github.com/TrinityCore/TrinityCore/commit/50eff8c23828e4aa8dcce6c5f3ffdfa4e0cf7baa)
|
2022-06-01 16:11:32 -04:00 |
|
hondacrx
|
5d06fd77be
|
Core/Spells: Implemented SPELL_ATTR6_AURA_IS_WEAPON_PROC
Port From (https://github.com/TrinityCore/TrinityCore/commit/0710fd0ee09c6fd7cdd990d7a1d44cedb2a6034d)
|
2022-06-01 16:09:27 -04:00 |
|
hondacrx
|
6954e5833b
|
Core/Spells: Implemented SPELL_ATTR6_DO_NOT_RESET_COOLDOWN_IN_ARENA
Port From (https://github.com/TrinityCore/TrinityCore/commit/e4f8403d7a6d6f6de7ef64e8bd686587a38b68d7)
|
2022-06-01 16:07:39 -04:00 |
|
hondacrx
|
0e91351256
|
Core/Spells: Implemented SPELL_ATTR6_ALLOW_EQUIP_WHILE_CASTING
Port From (https://github.com/TrinityCore/TrinityCore/commit/24434c687d8662eff42202c96d11c45fcf00e2f0)
|
2022-06-01 16:06:11 -04:00 |
|
hondacrx
|
7bc70c02ad
|
Core/Spells: Rename SpellAttr6 to use official attribute names
Port From (https://github.com/TrinityCore/TrinityCore/commit/94aac14b4da2d6d2b7565dfdb91313f09a87f168)
|
2022-06-01 15:55:27 -04:00 |
|