Crystal
Crystal copied to clipboard
Legend of Mir 2 - Official Public Crystal Source
EnergyShield visual effect now removes once spell times out. https://youtu.be/rO0nYflh7zE
…ndicators) Adds proper potion recovery support for both fixed values and ranges. - **ItemInfo / DB** - Added `HPRollRaw` / `MPRollRaw` to store HP/MP ranges like `10~100`. - Implemented `RollHP()`...
If you add a comma to an item description then export and import it - the importer gets confused as its a CSV. The exporter should escape the description before...
@Suprcode , your not going to enjoy this one. Probably lots of Improvements required 👍 System pretty much works like KR Version from what i have seen and tested. -...
https://github.com/Suprcode/Crystal/blob/c94eda0d2c10f4e64d35d4050ba4ee8ade0b4178/Server/MirObjects/MonsterObject.cs#L1308-L1309 got confused here. since it's updating Object's OperateTime, why the 2 `if` statements necessary? plz correct me if I'm wrong: - `OperateTime Envir.Time`), and we want to increase the...
- `UpdateTextBoxHostLocation` now centralizes where the WinForms input control lives. In fullscreen it sits where it always was; in windowed mode it’s moved to `HiddenTextBoxLocation` so it never paints over...
 Almost every place where textbox is used does this
Add a new 'Season Pass' feature to the game. **Goal:** Implement a season pass system to reward player engagement with exclusive seasonal content. **Requirements:** - Season pass duration should be...
1. The interface of the client login program is misaligned, and the interface has been fixed. 2. The content of the server message window cannot be cleared. Adding a double-click...
Zircon has updated the smooth movement, hasn't anyone updated Crystal's smooth movement?