Kamron Batman
2806e5d4b7
feat: Adds reflect damage ability. Fixes magical barrier ( #1184 )
2022-10-08 10:39:28 -07:00
Kamron Batman
3c5e9eaec9
fix: Removes console log for has access ( #1183 )
2022-10-06 13:53:32 -07:00
Kamron Batman
3c636b04fd
feat: Adds magical barrier and ebolt counter ability ( #1182 )
...
* Adds magical barrier ability (Pre-UOML)
* Adds ebolt counter (Post-UOML)
2022-10-02 20:48:53 -07:00
Kamron Batman
1cf5d59116
feat: Adds drain life ability ( #1181 )
2022-10-02 11:36:15 -07:00
Kamron Batman
dc6f75c3b4
feat: Adds stun, death explosion, poison gas, throw hatchet abilities ( #1180 )
...
* Adds Colossal Blow
* Adds Death Explosion
* Adds Poison Gas
* Adds AOE Poison Gas (Counter)
* Adds Stun
* Adds Throw Hatchet
2022-10-02 10:16:37 -07:00
Kamron Batman
43e7fe29c2
feat: Adds Monster Abilities ( #1179 )
...
* Adds ability to create monster abilities
* Adds Fire/Cold/Chaos Breath
* Adds Grasping Claw
* Adds Summon Skeletons & Summon Undead w/ Polymorph
2022-10-01 21:09:36 -07:00
Kamron Batman
8a2c0ead3d
fix: Fixes cast spell speeds for various expansions ( #1178 )
...
* Adds 0.25s for all spells for SA+ Era
* Fixes Summon Creature & Blade Spirits cast delay
* Fixes minimum cast delay for chivalry spells
* Fixes poison strike and wither spells
2022-10-01 12:25:40 -07:00
mark1145
aa270ac868
fix: Abusing summons offscreen ( #1175 )
2022-09-30 14:54:19 -07:00
Kamron Batman
f5122fff2a
docs: Adds contributors section to readme
2022-09-30 14:49:28 -07:00
Kamron Batman
4946afee51
fix: Fixes loading map and static files ( #1177 )
2022-09-29 16:02:41 -07:00
Kamron Batman
cd5541ec74
fix: Fixes compiling with .NET 7 SDK ( #1176 )
2022-09-28 21:17:30 -07:00
mark1145
060edaa76a
fix: Fixes disarm, strangle, curse, summons, looting rights, creatures attacking, and items going to the floor ( #1174 )
...
* Fixes disarm
* Fixes strangle not refreshing
* Fixes curse not refreshing
* Fixes 125% bonus to looting rights
* Fixes mobs attacking each other, or not attacking each other
* Fixes items dropping to the floor
* Fixes protection spell
* Fixes cure sending wrong message
2022-09-27 22:19:15 -07:00
Kamron Batman
906ec095b9
fix: Use the latest number for the next serial after world load. ( #1171 )
2022-09-13 21:25:21 -07:00
Kamron Batman
fe94aa050a
fix: Fixes gauntlet spawner and map item deserialization ( #1170 )
2022-09-13 18:20:10 -07:00
Kamron Batman
4499c8397d
fix: Fixes pooled ref list resizing ( #1169 )
2022-09-12 09:06:50 -07:00
Kamron Batman
f31cc275bd
fix: Code gens artifacts ( #1168 )
2022-09-10 14:40:19 -07:00
Kamron Batman
2c294b463c
fix: Fixes default values from serialization for basearmor ( #1167 )
2022-09-07 19:45:11 -07:00
Kamron Batman
b44c69bcee
fix: Source generates map item serialization ( #1166 )
2022-09-07 01:13:20 -07:00
Ricky Taylor
b5a06d0545
feat: Implement Oil Flask & Refueling ( #1165 )
2022-09-07 00:35:47 -07:00
Kamron Batman
6b3a9f08e9
fix: Fixes readme syntax
2022-09-06 10:28:44 -07:00
Kamron Batman
5f91598c15
chore: Add generic linux target ( #1164 )
2022-09-06 10:28:19 -07:00
Kamron Batman
93c2c824dd
feat: Bumps serialization generator (v2.3) to add diagnostics ( #1163 )
2022-09-06 00:18:15 -07:00
Kamron Batman
2dec2f2fd2
fix: Fixes ore stacking ( #1162 )
2022-09-05 18:11:27 -07:00
Kamron Batman
5a374e75c9
chore: Updates workflow to fix Fedora 35/36 ( #1161 )
2022-09-04 22:21:50 -07:00
Kamron Batman
caa72bcc81
chore: Update README to bump required Rider version ( #1160 )
2022-09-04 09:08:16 -07:00
Kamron Batman
0bd7d31702
chore: Updates README.md to specify new .NET 6 version. ( #1158 )
2022-09-04 09:04:57 -07:00
Kamron Batman
89815ad4d3
feat: Updates to Serialization Generator v2.2 ( #1157 )
...
* Adds `SerializationProperty` - This will generate the private variable for serialization. Also provides an option `useField` to specify your own. Example:
```cs
[SerializationProperty(0, useField: nameof(_resource)]
```
2022-09-04 08:45:27 -07:00
Stefano Merotta
d82028a071
fix: Fix wrong min/max delay for detect hidden NPC ability ( #1154 )
2022-09-01 23:27:49 -07:00
Mink80
c34bcbc515
fix: Fix spawners missing parameters/properties ( #1155 )
2022-09-01 12:55:23 -07:00
mark1145
1e50ff9966
fix: Blood Oath, Wraith form, & Strangle ( #1153 )
...
Fixes blood oath mechanic, and wraith form not properly leeching.
2022-09-01 09:19:40 -07:00
Kamron Batman
c5d2a58917
fix: Fixes the number of rounds for Strangle ( #1151 )
2022-08-28 06:19:49 -07:00
Kamron Batman
1a44d824d9
fix: Adds better error message for missing assemblies ( #1150 )
...
Adds better error messaging for when the server cannot find a dependency. The most common error is MimeKit is missing because the assemblyDirectories field in modernuo.json does not have any valid paths.
2022-08-27 18:55:43 -07:00
mark1145
b8146f26f1
fix: Fixes mobile titles not displaying properly ( #1149 )
2022-08-27 13:31:22 -07:00
mark1145
42f2c7f6ae
* After casting a spell, the player was always faced south ( #1148 )
2022-08-26 17:49:39 -07:00
mark1145
76ac5ce3aa
fix: Fixes craft menu not showing gfx of entry ( #1146 )
2022-08-25 18:39:33 -07:00
Mink80
6eec72e0ca
chore: Cleans up treasure maps ( #1144 )
2022-08-22 23:20:30 -07:00
Kamron Batman
2d95fb20a6
fix: Adds expansion specific mobile status version ( #1145 )
2022-08-22 21:04:59 -07:00
Daniel Knight
61f77df892
fix: Town Crier NPR Crash ( #1143 )
2022-08-22 08:41:24 -07:00
Kamron Batman
946a2acabf
fix: Fixes ref list infinite loop ( #1142 )
2022-08-21 14:04:29 -07:00
mark1145
b4d4706c90
fix: Solen teleporter deserialization null pointer exception ( #1140 )
2022-08-21 11:29:22 -07:00
Daniel Knight
6e168c137b
fix: Fixes random skill chosen based on expansion ( #1139 )
2022-08-17 08:52:18 -07:00
mark1145
23ae7a3c26
fix: Players casting is sometimes not disturbed ( #1138 )
2022-08-16 22:17:39 -07:00
Kamron Batman
2ae762904f
fix: Fixes serializing strings and uses memory mapped files for loading ( #1133 )
2022-08-16 08:59:00 -07:00
mark1145
bc746dbf14
fix: Fixes exceptional crafting chance ( #1136 )
2022-08-06 06:53:02 -07:00
mark1145
41cc7e60d9
fix: Fixes undead slayer chance ( #1135 )
2022-08-02 21:21:37 -07:00
Kamron Batman
c4b814cc07
fix: Fixes damage from AR ( #1134 )
2022-07-28 17:39:21 -07:00
Mink80
ce5db11273
SpecialFishingNet: fixes indexing bug ( #1132 )
2022-07-26 09:50:07 -07:00
Kamron Batman
ec422988f5
fix: Fixes logging of world load ( #1131 )
2022-07-23 16:14:54 -07:00
Kamron Batman
03f0605a0a
fix: Adds Cleansing Winds Spell ( #1126 )
2022-07-17 07:49:55 -07:00
Kamron Batman
84f1084e44
fix: Fixes stoneform spell ( #1125 )
2022-07-17 07:40:43 -07:00