Kamron Batman
Kamron Batman
I took the latest release (and master) and tried to build using mingw according to the build instructions. After a grueling time getting all of the configurations right, it looks...
Note: View without whitespace - https://github.com/modernuo/ModernUO/pull/1133/files?w=1 - [X] Fixes serializing strings - [X] Deserializes using memory mapped files - [X] Splits adhoc persistence into serialization/snapshotting w/ async snapshotting
Some monster abilities, such as grasping claw can stack their effects since multiple creatures have this ability. Combine the abilities into a single `GraspingClaw` static class. Do this for all...
Ninjitsu FocusAttack has a variable bonus to weapon procs. This should be reflected in GetProperties.
* Adds Circles to Mysticism and standardizes the mana/skill/delays
Add OilFlask, EmptyOilFlask. Lanterns are refueled by dclicking the oil flask and targeting the lantern. Add oil flasks to provisioner vendors and others that may sell them.
We need regions for all vendor shops so we can handle some mechanics better.
- [X] Adds basic KR/EC login support - [X] Adds support for EC client versions - [X] Fixes a few minor bugs Part of this was handled in #1506 ,...
Add ISpanFormattable to Point2D, Point3D etc. This will reduce the allocations while converting to a string by eliminating intermediate strings. There are two ways to go about this: 1. Use...