Arutosio
6eebf358da
fix: Changes on Animals to use code generation ( #1306 )
2022-12-20 23:31:44 -08:00
Kamron Batman
7a1d5131c8
fix: Smooths out throwing explosion potions ( #1303 )
...
* Fix: The potion explodes on the user if it is thrown with not enough time. Instead, the timer is stopped, and the potion explodes instantly at the target location.
* Fix: When the potion appears based on how far you throw it.
* Fix: Fixes total timer amount of time.
2022-12-19 14:44:07 -08:00
Arutosio
8a9c6dc882
fix: Changes on Monsters to use code generation ( #1304 )
2022-12-17 19:40:04 -08:00
Kamron Batman
43d33759df
fix: Fixes travel restriction messages ( #1302 )
2022-12-13 16:47:04 -08:00
Arutosio
b03e2efdd6
fix: Changes magic humanoid monsters to use code gen ( #1301 )
2022-12-13 16:13:38 -08:00
Arutosio
00b3a849b6
fix: Changes on Mele Humanoid Monsters to use code generation ( #1300 )
2022-12-13 14:33:05 -08:00
Kamron Batman
899c2e868d
fix: Codegens tools and magical skill items ( #1299 )
2022-12-07 20:46:41 -08:00
Kamron Batman
8e80c7f9c5
fix: Fixes CanTrigger infinite recursion ( #1297 )
2022-12-07 18:01:01 -08:00
Kamron Batman
bfb987c758
fix: Fixes client crash while selling items to NPC ( #1296 )
2022-12-05 20:16:31 -08:00
Kamron Batman
b1cfb10ef8
fix: Removes duplicate stat offsets ( #1293 )
2022-12-04 14:23:02 -08:00
Kamron Batman
bd1db66858
fix: Fixes stat offset effects ( #1292 )
2022-12-04 14:20:17 -08:00
Kamron Batman
284186359d
fix: Fixes buff icons for confidence, honorable excution, and divine fury ( #1291 )
2022-12-04 13:52:44 -08:00
Kamron Batman
1745faa28c
fix: Fixes divine fury ( #1290 )
2022-12-04 12:39:30 -08:00
Kamron Batman
81839beedd
fix: Removes serial ctor that isnt needed ( #1289 )
2022-11-28 23:48:46 -08:00
Kamron Batman
af29fa0243
fix: Codegens fishing pole ( #1288 )
2022-11-28 23:42:32 -08:00
Kamron Batman
0b4cd460de
fix: Codegens corpses ( #1287 )
2022-11-28 23:08:38 -08:00
Kamron Batman
c8a804d0b1
feat: Adds allow skill gain to regions ( #1286 )
2022-11-28 20:46:10 -08:00
Fabrizio
537526a328
fix: Update LabelTo, SendMessage, etc to Interpolated Strings ( #1283 )
2022-11-28 19:58:12 -08:00
Kamron Batman
0facd73842
fix: Fixes travel issues ( #1285 )
2022-11-28 17:36:00 -08:00
Mink80
6d34cf8824
fix: Fix typo in MerchantTitle ( #1284 )
2022-11-27 23:17:52 -08:00
Mink80
7ea3200678
fix: Fixes division by zero exception with skill checks ( #1282 )
2022-11-26 12:18:47 -08:00
Kamron Batman
eae624120a
fix: Fixes pre-codegen deserialization of base quiver ( #1281 )
2022-11-24 11:34:37 -08:00
Kamron Batman
c9bdaf8069
fix: Fixes pre-codegen deserialiation of base quiver ( #1280 )
2022-11-24 11:31:31 -08:00
Kamron Batman
930431a6c5
fix: Fixes resources, SOS messages, and codegens fishing ( #1279 )
2022-11-24 11:12:44 -08:00
Kamron Batman
b006501535
fix: Codegens blacksmith, camping, and carpenter skill items ( #1278 )
2022-11-24 00:57:23 -08:00
Kamron Batman
9c74276240
fix: Fixes Dot abilities. Adds blood bath attack ( #1277 )
2022-11-23 19:40:48 -08:00
Kamron Batman
f884193b70
fix: Fixes single target abilities. Adds drain life ability. ( #1276 )
2022-11-23 19:06:27 -08:00
Kamron Batman
46afffd7d0
fix: Adds summon pixies. Fixes other abilities ( #1274 )
2022-11-23 17:39:23 -08:00
Kamron Batman
b75a8f72ec
fix: Codegens shields ( #1273 )
2022-11-23 16:42:17 -08:00
Kamron Batman
82637a77cd
fix: Codegens resources ( #1272 )
2022-11-23 13:45:32 -08:00
Kamron Batman
59ed0a5bb4
fix: Codegens quivers ( #1271 )
2022-11-23 13:37:39 -08:00
Kamron Batman
c546b2ec70
fix: Codegens potted plants ( #1270 )
2022-11-23 13:04:30 -08:00
Kamron Batman
80d7b49bcc
fix: Codegen new haven quest rewards ( #1269 )
2022-11-23 13:00:28 -08:00
Kamron Batman
520f15e46c
feat: Adds ability groups, DOT abilities, and combat abilities ( #1264 )
...
- [X] Adds `MonsterAbilitySingleTarget`
- [X] Adds `MonsterAbilitySingleTargetDoT`
- [X] Adds monster ability groups with weighted abilities
- [X] Adds rune corruption ability
- [X] Adds poison gas counter ability
- [X] Adds stun attack ability
- [X] Adds throw hatchet counter ability
- [X] Adds fanning fire ability
- [X] Fixes destroy equipment to skip spell channel items
2022-11-23 12:33:27 -08:00
Kamron Batman
df9a58dd49
feat: Adds IAosItem for items with AosAttributes ( #1268 )
2022-11-23 10:49:30 -08:00
Kamron Batman
02cee4815e
feat: Adds monster ability groups with weights ( #1267 )
2022-11-22 20:13:40 -08:00
Kamron Batman
8b5bd9ec13
feat: Adds monster abilities to combat actions ( #1266 )
2022-11-22 20:05:19 -08:00
Kamron Batman
1d8e8ec0a8
fix: Fixes travel restriction messages ( #1263 )
...
- [X] `BaseRegion.CheckTravel` now properly cascades through parent regions
- [X] `SpellHelper.CheckTravel` now returns a failure message instead of sending one internally.
- [X] Consolidates travel restriction messages so they aren't duplicated.
2022-11-22 16:57:42 -08:00
Mink80
654f96c44e
fix: NullReference in ChampionTileInfo ( #1258 )
2022-11-21 20:35:45 -08:00
Kamron Batman
1f778cfacf
fix: Fixes regions having the wrong type ( #1260 )
...
## Possible Breaking Change
* Reverted regions.json back to RunUO until newer regions are implemented and proper expansion checks are added.
### Other Changes
- [X] Adds `Region.IsPartOf<T1, T2>()` to check for multiple types.
- [X] Fixes regions.json being wrong
- [X] Adds lots of missing regions. **They are not implemented properly yet**
- [X] Adds regions.xml -> regions.json (check ModernUO Discord)
- [X] Adds expansion specific regions.
2022-11-21 16:47:40 -08:00
Mink80
f9c72a62df
fix: Check for same map in BaseCreature.TeleportPets() ( #1259 )
2022-11-21 15:30:30 -08:00
Kamron Batman
18c4459e6b
fix: Fixes region priority and resolution. ( #1254 )
...
- [X] Fixes world location JSON deserializer.
- [X] Fixes region resolver and priorities.
- [X] Removes DynamicJson from regions.
- [X] Adds missing region music.
2022-11-21 10:38:20 -08:00
Voxpire
139be1bc23
fix: Fixes mount block NPE ( #1257 )
2022-11-21 07:11:02 -08:00
Kamron Batman
4c734a23b9
fix: Makes NPC active movement half think speed ( #1256 )
2022-11-20 20:05:43 -08:00
Mink80
10446426c0
fix: Fixes duping of spawners ( #1255 )
2022-11-19 17:46:44 -08:00
Kamron Batman
32c15f214b
feat: Adds GUID support for codegen ( #1251 )
2022-11-14 21:25:51 -08:00
Kamron Batman
58acfcabad
fix: Codegens teleporters ( #1250 )
2022-11-14 20:56:08 -08:00
Kamron Batman
936000ecf7
feat: Adds SerializedCommandProperty ( #1249 )
...
## Breaking Change
* Removes `SerializableFieldAttrAttribute` in favor of `SerializedPropertyAttr`.
## Important Change
* Adds `SerializedCommandProperty`
Example:
```cs
[InvalidateProperties]
[SerializableField(0)]
[SerializedCommandProperty(AccessLevel.GameMaster)]
private Mobile _completedBy;
```
2022-11-14 18:24:33 -08:00
Kamron Batman
5660f4636e
fix: Finishes code gen for misc items ( #1248 )
2022-11-13 23:10:13 -08:00
Kamron Batman
e66efefff3
fix: Removes the old ore info. ( #1247 )
2022-11-13 00:41:26 -08:00