Crystal
Crystal copied to clipboard
Legend of Mir 2 - Official Public Crystal Source
error:damage = GetAttackPower(Stats[Stat.MinMC], Stats[Stat.MinMC]); 7 locations Correct:int damage = GetAttackPower(Stats[Stat.MinMC], Stats[Stat.MaxMC]); error:GetAttackPower(Stats[Stat.MinDC], Stats[Stat.MinDC]) 1 locations
The Distance parameter is an int. It reads it as Int16, and writes it as Int32. Won't cause a bug unless it could overflow but still odd behaviour..
In the server settings, there is only one column for special effects, which is far from enough for some clothes with multiple special effects. There are not only turning special...
- Added Quality / Dura option 
hintstring = transform.Paused ? "Transform Disabled." : "Transform Enabled."; Switching to 'Transform Enabled' without moving, the right mouse button cannot run and there is a stuttering phenomenon.
Task log
 
If you are a GM, create a guild. @CREATEGUILD SSSSS UKSNNNN At this time, if you adjust the LEVEL with level, the guild will be dissolved immediately (level 1-26 is...

Rarity Colour's can now be changed inside the MonsterRarity.ini Default is now set False. MonsterInfoFormNew IsBoss bool now restricts from spawning enhanced rarity.
Tried to replicate proposed issue, Could not replicate. If you shut down the server it would remove the Hero Buffs. Sorry @Suprcode included some more changes to this commit. 1....