Crystal icon indicating copy to clipboard operation
Crystal copied to clipboard

Legend of Mir 2 - Official Public Crystal Source

Results 113 Crystal issues
Sort by recently updated
recently updated
newest added

The up and down arrows broken.

1、"X:\mir2-master\Server\MirObjects\PlayerObject.cs"(13559,13): HeroObject hero = CurrentHero.Class switch public void SummonHero() { HeroObject hero = CurrentHero.Class switch { MirClass.Warrior => new WarriorHero(CurrentHero, this), MirClass.Wizard => new WizardHero(CurrentHero, this), MirClass.Taoist => new TaoistHero(CurrentHero,...

During team mode, Player A has a hero while Player B does not. Under normal circumstances when Player A’s hero attacks, Player B’s client operates normally. However, when Player A’s...

This skill should be a conversion type, press the button once to turn on the skill, and press it again to turn it off, similar to the assassin skill "Double...

**Old Code:** protected virtual void FullmoonAttack(int damage, int delay = 500, DefenceType defenceType = DefenceType.ACAgility, int pushDistance = -1, int distance = 1) { MirDirection dir = Direction; bool pushed...

On rare occassions, the logic for setting an Intelligent Creatures target to null in process can throw for null reference on Target.CurrentLocation causing server to crash. Original issue found and...

Hero Inventory Expansion Capacity

Currently uses the wrong sound file (Hen)

Changing the Drop path when the server is on can at random times revert once rebooted.

Taoist Heros will attempt to poison Mushrooms and all tree types. This will cause a player's hero to non stop attempt to poison the monster.