嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
稳定发布2021.02.12.00
mir2-2021.02.12.00
├── AutoPatcher
│ ├── AMain.Designer.cs
│ ├── AMain.cs
│ ├── AMain.resx
│ ├── AutoPatcher.csproj
│ ├── InIReader.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ └── C#Mir.gif
│ ├── Settings.cs
│ └── app.config
├── AutoPatcherAdmin
│ ├── AMain.Designer.cs
│ ├── AMain.cs
│ ├── AMain.resx
│ ├── App.config
│ ├── AutoPatcherAdmin.csproj
│ ├── InIReader.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── Settings.cs
├── Changelog.txt
├── Client
│ ├── App.config
│ ├── Client.csproj
│ ├── Client.csproj.user
│ ├── Forms
│ │ ├── AMain.Designer.cs
│ │ ├── AMain.cs
│ │ ├── AMain.resx
│ │ ├── CMain.Designer.cs
│ │ ├── CMain.cs
│ │ ├── CMain.resx
│ │ ├── Config.cs
│ │ ├── Config.designer.cs
│ │ └── Config.resx
│ ├── KeyBindSettings.cs
│ ├── MIR2.ICO
│ ├── MirControls
│ │ ├── MirAmountBox.cs
│ │ ├── MirAnimatedButton.cs
│ │ ├── MirAnimatedControl.cs
│ │ ├── MirButton.cs
│ │ ├── MirCheckBox.cs
│ │ ├── MirControl.cs
│ │ ├── MirDropDownBox.cs
│ │ ├── MirGameShopCell.cs
│ │ ├── MirGoodsCell.cs
│ │ ├── MirImageControl.cs
│ │ ├── MirInputBox.cs
│ │ ├── MirItemCell.cs
│ │ ├── MirLabel.cs
│ │ ├── MirMessageBox.cs
│ │ ├── MirScene.cs
│ │ ├── MirScrollingLabel.cs
│ │ └── MirTextBox.cs
│ ├── MirGraphics
│ │ ├── DXManager.cs
│ │ └── MLibrary.cs
│ ├── MirNetwork
│ │ └── Network.cs
│ ├── MirObjects
│ │ ├── Damage.cs
│ │ ├── DecoObject.cs
│ │ ├── Effect.cs
│ │ ├── Frames.cs
│ │ ├── ItemObject.cs
│ │ ├── MapCode.cs
│ │ ├── MapObject.cs
│ │ ├── MonsterObject.cs
│ │ ├── NPCObject.cs
│ │ ├── PlayerObject.cs
│ │ ├── SpellObject.cs
│ │ └── UserObject.cs
│ ├── MirScenes
│ │ ├── Dialogs
│ │ │ ├── BuffDialog.cs
│ │ │ ├── ChatNoticeDialog.cs
│ │ │ ├── ChatOptionDialog.cs
│ │ │ ├── FishingDialog.cs
│ │ │ ├── FriendDialog.cs
│ │ │ ├── GameshopDialog.cs
│ │ │ ├── GroupDialog.cs
│ │ │ ├── GuildDialog.cs
│ │ │ ├── HelpDialog.cs
│ │ │ ├── IntelligentCreatureDialogs.cs
│ │ │ ├── ItemRentDialog.cs
│ │ │ ├── ItemRentalDialog.cs
│ │ │ ├── ItemRentingDialog.cs
│ │ │ ├── KeyboardLayoutDialog.cs
│ │ │ ├── MailDialogs.cs
│ │ │ ├── MainDialogs.cs
│ │ │ ├── MentorDialog.cs
│ │ │ ├── MountDialog.cs
│ │ │ ├── NPCDialogs.cs
│ │ │ ├── NoticeDialog.cs
│ │ │ ├── QuestDialogs.cs
│ │ │ ├── RankingDialog.cs
│ │ │ ├── RelationshipDialog.cs
│ │ │ ├── ReportDialog.cs
│ │ │ ├── SocketDialog.cs
│ │ │ ├── TimerDialog.cs
│ │ │ ├── TradeDialogs.cs
│ │ │ └── TrustMerchantDialog.cs
│ │ ├── GameScene.cs
│ │ ├── LoginScene.cs
│ │ └── SelectScene.cs
│ ├── MirSounds
│ │ ├── Libraries
│ │ │ ├── ISoundLibrary.cs
│ │ │ ├── NullLibrary.cs
│ │ │ └── WavLibrary.cs
│ │ └── SoundManager.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── Blue Progress.png
│ │ ├── CheckF_Base2.png
│ │ ├── CheckF_Hover.png
│ │ ├── CheckF_Pressed.png
│ │ ├── Config_Base.png
│ │ ├── Config_Base1.png
│ │ ├── Config_Check_Off1.png
│ │ ├── Config_Check_On.png
│ │ ├── Config_Hover.png
│ │ ├── Config_Pressed.png
│ │ ├── Config_Radio_On.png
│ │ ├── Cross_Base.png
│ │ ├── Cross_Hover.png
│ │ ├── Cross_Pressed.png
│ │ ├── Green Progress.png
│ │ ├── Launch_Base.png
│ │ ├── Launch_Base1.png
│ │ ├── Launch_Hover.png
│ │ ├── Launch_Pressed.png
│ │ ├── NEW Progress End (Blue).png
│ │ ├── NEW Progress End (Green).png
│ │ ├── Radio_Unactive.png
│ │ ├── pfffft.png
│ │ ├── server_base.png
│ │ └── textboxes.png
│ ├── Settings.cs
│ └── Utils
│ └── BrowserHelper.cs
├── Components
│ ├── CustomFormControl.dll
│ ├── CustomFormControl.pdb
│ ├── NAudio
│ │ ├── NAudio.WindowsMediaFormat.dll
│ │ ├── NAudio.dll
│ │ └── NAudio.xml
│ ├── PowerPacks
│ │ ├── Microsoft.VisualBasic.PowerPacks.Vs.dll
│ │ └── Microsoft.VisualBasic.PowerPacks.Vs.xml
│ ├── SlimDX.dll
│ ├── SlimDX.pdb
│ ├── SlimDX.xml
│ ├── Squish 2.0
│ │ ├── ManagedSquish.XML
│ │ ├── ManagedSquish.dll
│ │ ├── ManagedSquish.pdb
│ │ ├── NativeSquish_x64.dll
│ │ ├── NativeSquish_x64.pdb
│ │ ├── NativeSquish_x86.dll
│ │ └── NativeSquish_x86.pdb
│ ├── dotnet zlib
│ │ └── Ionic.Zlib.dll
│ └── led-icon-set-by-led24.de.zip
├── Controls
│ └── FixedListViewControl
│ ├── CustomFormControl.csproj
│ ├── FixedListView.cs
│ ├── ListViewNF.cs
│ └── Properties
│ └── AssemblyInfo.cs
├── Legend of Mir.sln
├── LibraryEditor
│ ├── App.config
│ ├── FixedListView.cs
│ ├── Functions
│ │ ├── Function.cs
│ │ └── LockBitmap.cs
│ ├── Graphics
│ │ ├── Frames.cs
│ │ ├── MLibraryV0.cs
│ │ ├── MLibraryV1.cs
│ │ ├── MLibraryV2.cs
│ │ ├── WTLLibrary.cs
│ │ └── WeMadeLibrary.cs
│ ├── LMain.Designer.cs
│ ├── LMain.cs
│ ├── LMain.resx
│ ├── LibraryEditor.csproj
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Resources1.Designer.cs
│ │ ├── Settings.settings
│ │ └── Settings1.Designer.cs
│ └── lizard.ico
├── LibraryViewer
│ ├── App.config
│ ├── CMirLibraryViewer.sln
│ ├── CMirLibraryViewer.v11.suo
│ ├── FixedListView.cs
│ ├── LMain.Designer.cs
│ ├── LMain.cs
│ ├── LMain.resx
│ ├── LibraryViewer.csproj
│ ├── LoadSettings.Designer.cs
│ ├── LoadSettings.cs
│ ├── LoadSettings.resx
│ ├── MLibrary.cs
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── README.md
├── Server
│ ├── Logger.cs
│ ├── MessageQueue.cs
│ ├── MirDatabase
│ │ ├── AccountInfo.cs
│ │ ├── AuctionInfo.cs
│ │ ├── CharacterInfo.cs
│ │ ├── ConquestInfo.cs
│ │ ├── DragonInfo.cs
│ │ ├── MagicInfo.cs
│ │ ├── MailInfo.cs
│ │ ├── MapInfo.cs
│ │ ├── MineInfo.cs
│ │ ├── MonsterInfo.cs
│ │ ├── MovementInfo.cs
│ │ ├── NPCInfo.cs
│ │ ├── QuestInfo.cs
│ │ ├── QuestProgressInfo.cs
│ │ ├── RecipeInfo.cs
│ │ ├── RespawnInfo.cs
│ │ └── SafeZoneInfo.cs
│ ├── MirEnvir
│ │ ├── Dragon.cs
│ │ ├── Envir.cs
│ │ ├── Map.cs
│ │ ├── RespawnTimer.cs
│ │ ├── Robot.cs
│ │ └── Timer.cs
│ ├── MirNetwork
│ │ ├── MirConnection.cs
│ │ └── MirStatusConnection.cs
│ ├── MirObjects
│ │ ├── ConquestObject.cs
│ │ ├── DecoObject.cs
│ │ ├── DelayedAction.cs
│ │ ├── GuildObject.cs
│ │ ├── IntelligentCreatureObject.cs
│ │ ├── ItemObject.cs
│ │ ├── MapObject.cs
│ │ ├── MonsterObject.cs
│ │ ├── Monsters
│ │ │ ├── AxeSkeleton.cs
│ │ │ ├── Behemoth.cs
│ │ │ ├── BlackFoxman.cs
│ │ │ ├── BlockingObject.cs
│ │ │ ├── BombSpider.cs
│ │ │ ├── BoneFamiliar.cs
│ │ │ ├── BoneLord.cs
│ │ │ ├── BoneSpearman.cs
│ │ │ ├── BugBagMaggot.cs
│ │ │ ├── CannibalPlant.cs
│ │ │ ├── CastleGate.cs
│ │ │ ├── CaveMaggot.cs
│ │ │ ├── CharmedSnake.cs
│ │ │ ├── ConquestArcher.cs
│ │ │ ├── CrazyManworm.cs
│ │ │ ├── CrystalSpider.cs
│ │ │ ├── DarkDevil.cs
│ │ │ ├── DarkDevourer.cs
│ │ │ ├── Deer.cs
│ │ │ ├── DigOutZombie.cs
│ │ │ ├── DragonStatue.cs
│ │ │ ├── EvilCentipede.cs
│ │ │ ├── EvilMir.cs
│ │ │ ├── EvilMirBody.cs
│ │ │ ├── FinialTurtle.cs
│ │ │ ├── FlameAssassin.cs
│ │ │ ├── FlameMage.cs
│ │ │ ├── FlameQueen.cs
│ │ │ ├── FlameScythe.cs
│ │ │ ├── FlameSpear.cs
│ │ │ ├── FlamingMutant.cs
│ │ │ ├── FlamingWooma.cs
│ │ │ ├── Football.cs
│ │ │ ├── FrostTiger.cs
│ │ │ ├── Gate.cs
│ │ │ ├── GreatFoxSpirit.cs
│ │ │ ├── Guard.cs
│ │ │ ├── GuardianRock.cs
│ │ │ ├── HarvestMonster.cs
│ │ │ ├── HedgeKekTal.cs
│ │ │ ├── HellBomb.cs
│ │ │ ├── HellCannibal.cs
│ │ │ ├── HellKeeper.cs
│ │ │ ├── HellKnight.cs
│ │ │ ├── HellLord.cs
│ │ │ ├── HellPirate.cs
│ │ │ ├── HellSlasher.cs
│ │ │ ├── HolyDeva.cs
│ │ │ ├── Hugger.cs
│ │ │ ├── HumanAssassin.cs
│ │ │ ├── HumanWizard.cs
│ │ │ ├── IcePillar.cs
│ │ │ ├── IncarnatedGhoul.cs
│ │ │ ├── IncarnatedZT.cs
│ │ │ ├── Khazard.cs
│ │ │ ├── KingScorpion.cs
│ │ │ ├── LeftGuard.cs
│ │ │ ├── LightTurtle.cs
│ │ │ ├── ManectricBlest.cs
│ │ │ ├── ManectricClaw.cs
│ │ │ ├── ManectricKing.cs
│ │ │ ├── MinotaurKing.cs
│ │ │ ├── MutatedManworm.cs
│ │ │ ├── OmaKing.cs
│ │ │ ├── PoisonHugger.cs
│ │ │ ├── RedFoxman.cs
│ │ │ ├── RedMoonEvil.cs
│ │ │ ├── RedThunderZuma.cs
│ │ │ ├── RevivingZombie.cs
│ │ │ ├── RightGuard.cs
│ │ │ ├── RootSpider.cs
│ │ │ ├── SandWorm.cs
│ │ │ ├── ShamanZombie.cs
│ │ │ ├── Shinsu.cs
│ │ │ ├── SnakeTotem.cs
│ │ │ ├── SpittingSpider.cs
│ │ │ ├── SpittingToad.cs
│ │ │ ├── StoningStatue.cs
│ │ │ ├── ThunderElement.cs
│ │ │ ├── Tornado.cs
│ │ │ ├── TownArcher.cs
│ │ │ ├── ToxicGhoul.cs
│ │ │ ├── Trainer.cs
│ │ │ ├── TrapRock.cs
│ │ │ ├── Tree.cs
│ │ │ ├── TrollBomber.cs
│ │ │ ├── TrollKing.cs
│ │ │ ├── TurtleKing.cs
│ │ │ ├── VampireSpider.cs
│ │ │ ├── VenomSpider.cs
│ │ │ ├── Wall.cs
│ │ │ ├── WhiteFoxman.cs
│ │ │ ├── WingedTigerLord.cs
│ │ │ ├── WitchDoctor.cs
│ │ │ ├── WoomaTaurus.cs
│ │ │ ├── Yimoogi.cs
│ │ │ ├── YinDevilNode.cs
│ │ │ ├── ZumaMonster.cs
│ │ │ └── ZumaTaurus.cs
│ │ ├── NPC
│ │ │ ├── NPCActions.cs
│ │ │ ├── NPCChecks.cs
│ │ │ ├── NPCPage.cs
│ │ │ ├── NPCScript.cs
│ │ │ └── NPCSegment.cs
│ │ ├── NPCObject.cs
│ │ ├── Player
│ │ │ └── Reporting.cs
│ │ ├── PlayerObject.cs
│ │ └── SpellObject.cs
│ ├── Server.Library.csproj
│ ├── Settings.cs
│ └── Utils
│ ├── HttpServer.cs
│ └── HttpService.cs
├── Server.MirForms
│ ├── Account
│ │ ├── AccountInfoForm.Designer.cs
│ │ ├── AccountInfoForm.cs
│ │ ├── AccountInfoForm.resx
│ │ ├── PlayerInfoForm.Designer.cs
│ │ ├── PlayerInfoForm.cs
│ │ └── PlayerInfoForm.resx
│ ├── BalanceConfigForm.Designer.cs
│ ├── BalanceConfigForm.cs
│ ├── BalanceConfigForm.resx
│ ├── ConfigForm.Designer.cs
│ ├── ConfigForm.cs
│ ├── ConfigForm.resx
│ ├── Database
│ │ ├── GameShop.cs
│ │ ├── GameShop.designer.cs
│ │ ├── GameShop.resx
│ │ ├── ItemInfoForm.Designer.cs
│ │ ├── ItemInfoForm.cs
│ │ ├── ItemInfoForm.resx
│ │ ├── MagicInfoForm.Designer.cs
│ │ ├── MagicInfoForm.cs
│ │ ├── MagicInfoForm.resx
│ │ ├── MapForm.cs
│ │ ├── MapInfoForm.Designer.cs
│ │ ├── MapInfoForm.cs
│ │ ├── MapInfoForm.resx
│ │ ├── MonsterInfoForm.Designer.cs
│ │ ├── MonsterInfoForm.cs
│ │ ├── MonsterInfoForm.resx
│ │ ├── NPCInfoForm.Designer.cs
│ │ ├── NPCInfoForm.cs
│ │ ├── NPCInfoForm.resx
│ │ ├── QuestInfoForm.Designer.cs
│ │ ├── QuestInfoForm.cs
│ │ └── QuestInfoForm.resx
│ ├── DropBuilder
│ │ ├── DropBuilderForm.cs
│ │ ├── DropBuilderForm.designer.cs
│ │ └── DropBuilderForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SMain.Designer.cs
│ ├── SMain.cs
│ ├── SMain.resx
│ ├── Server.csproj
│ ├── Server.csproj.user
│ ├── Systems
│ │ ├── ConquestInfoForm.Designer.cs
│ │ ├── ConquestInfoForm.cs
│ │ ├── ConquestInfoForm.resx
│ │ ├── DragonInfoForm.Designer.cs
│ │ ├── DragonInfoForm.cs
│ │ ├── DragonInfoForm.resx
│ │ ├── GuildInfoForm.Designer.cs
│ │ ├── GuildInfoForm.cs
│ │ ├── GuildInfoForm.resx
│ │ ├── MiningInfoForm.Designer.cs
│ │ ├── MiningInfoForm.cs
│ │ ├── MiningInfoForm.resx
│ │ ├── MonsterTunerForm.Designer.cs
│ │ ├── MonsterTunerForm.cs
│ │ ├── MonsterTunerForm.resx
│ │ ├── SystemInfoForm.Designer.cs
│ │ ├── SystemInfoForm.cs
│ │ └── SystemInfoForm.resx
│ ├── VisualMapInfo
│ │ ├── Class
│ │ │ ├── LockBitmap.cs
│ │ │ ├── ReadMap.cs
│ │ │ └── VisualizerGlobal.cs
│ │ ├── Control
│ │ │ ├── Forms
│ │ │ │ ├── MiningDetailForm.Designer.cs
│ │ │ │ ├── MiningDetailForm.cs
│ │ │ │ ├── MiningDetailForm.resx
│ │ │ │ ├── RespawnsDetailForm.Designer.cs
│ │ │ │ ├── RespawnsDetailForm.cs
│ │ │ │ └── RespawnsDetailForm.resx
│ │ │ ├── MapContainer.cs
│ │ │ ├── MineEntry.Designer.cs
│ │ │ ├── MineEntry.cs
│ │ │ ├── MineEntry.resx
│ │ │ ├── RespawnEntry.Designer.cs
│ │ │ ├── RespawnEntry.cs
│ │ │ └── RespawnEntry.resx
│ │ ├── VForm.Designer.cs
│ │ ├── VForm.cs
│ │ └── VForm.resx
│ ├── app.config
│ └── packages.config
└── Shared
├── BaseStats.cs
├── ClientPackets.cs
├── Data
│ ├── ClientData.cs
│ ├── GuildData.cs
│ ├── IntelligentCreatureData.cs
│ ├── ItemData.cs
│ ├── Notice.cs
│ └── SharedData.cs
├── Enums.cs
├── Extensions
│ └── ExtensionMethods.cs
├── Functions
│ ├── Functions.cs
│ ├── IniReader.cs
│ └── RegexFunctions.cs
├── Globals.cs
├── Language.cs
├── Packet.cs
├── ServerPackets.cs
└── Shared.csproj
55 directories, 459 files