基本信息
源码名称:凤舞天骄服务端内核源代码
源码大小:8.98M
文件格式:.rar
开发语言:C/C++
更新时间:2020-05-31
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

ER

├── ERStudio.exe
├── ERStudio.exe~
├── ERStudio.ini
├── EasyRPG.sln
├── Game.ini
├── Include
│   ├── AddOnClass.h
│   ├── AdjustDataSet.h
│   ├── CmdFun.H
│   ├── DMEncrypt.h
│   ├── DMStrBSTree.h
│   ├── DMStrBSTree.inl
│   ├── DMStruct.h
│   ├── DMStruct.inl
│   ├── DMfile.h
│   ├── DMtype.h
│   ├── DebugMem.h
│   ├── DlgStruct.h
│   ├── ERBAPA.h
│   ├── ERBank.h
│   ├── ERBattle.h
│   ├── ERCheck.h
│   ├── ERCmd.h
│   ├── ERCore.h
│   ├── ERDefine.h
│   ├── EREffect.h
│   ├── ERFight.h
│   ├── ERFile.h
│   ├── ERFunc.h
│   ├── ERGem.h
│   ├── ERGift.h
│   ├── ERHacker.h
│   ├── ERLimitQuest.h
│   ├── ERList.h
│   ├── ERLocal.h
│   ├── ERMailSystem.h
│   ├── ERMain.h
│   ├── ERMaster.h
│   ├── ERMate.h
│   ├── ERModuleScan.h
│   ├── ERMsgManage.h
│   ├── ERMySql.h
│   ├── EROperate.h
│   ├── EROptCmd.h
│   ├── ERPreCmd.h
│   ├── ERPrepare.h
│   ├── ERPrestuge.h
│   ├── ERProduce.h
│   ├── ERQuest.h
│   ├── ERRandom.h
│   ├── ERRecode.h
│   ├── ERRefresh.h
│   ├── ERRewardQuest.h
│   ├── ERSave.h
│   ├── ERSaveFast.h
│   ├── ERSpy.h
│   ├── ERStatistic.h
│   ├── ERStatus.h
│   ├── ERTeacher.h
│   ├── ERUser.h
│   ├── ERUserFast.h
│   ├── ERWant.h
│   ├── ERtype.h
│   ├── EasyRPG.h
│   ├── EmExcelTable.h
│   ├── EmExcelTable.inl
│   ├── EmIniFile.h
│   ├── EmString.h
│   ├── ErChain.h
│   ├── ErMsg.h
│   ├── FHDebug.h
│   ├── FHExceptionMng.h
│   ├── FacHomeWar.h
│   ├── FacMatch.h
│   ├── MemCheck.h
│   ├── errmsg.h
│   ├── m_ctype.h
│   ├── m_string.h
│   ├── mempool.h
│   ├── my_alloc.h
│   ├── my_getopt.h
│   ├── my_global.h
│   ├── my_list.h
│   ├── my_pthread.h
│   ├── my_sys.h
│   ├── mysql.h
│   ├── mysql_com.h
│   ├── mysql_version.h
│   ├── mysqld_error.h
│   ├── raid.h
│   ├── resource.h
│   ├── strtoid.h
│   └── vssver.scc
├── Lib
│   └── libmysql.lib
├── OmUtil.dll
├── Source
│   ├── AddOnClass.cpp
│   ├── AdjustDataSet.cpp
│   ├── CmdFun.cpp
│   ├── CmdFun2.cpp
│   ├── DMEncrypt.cpp
│   ├── DMStruct.cpp
│   ├── DMfile.cpp
│   ├── DebugMem.cpp
│   ├── DlgStruct.cpp
│   ├── ERBAPA.cpp
│   ├── ERBank.cpp
│   ├── ERBattle.cpp
│   ├── ERChain.cpp
│   ├── ERCheck.cpp
│   ├── ERCmd.CPP
│   ├── ERCore.cpp
│   ├── EREffect.cpp
│   ├── ERFight.cpp
│   ├── ERFile.cpp
│   ├── ERFunc.CPP
│   ├── ERFunc2.cpp
│   ├── ERFunc3.cpp
│   ├── ERGem.cpp
│   ├── ERGift.cpp
│   ├── ERHacker.cpp
│   ├── ERLimitQuest.cpp
│   ├── ERList.cpp
│   ├── ERLocal.CPP
│   ├── ERMailSystem.cpp
│   ├── ERMain.cpp
│   ├── ERMaster.cpp
│   ├── ERMate.cpp
│   ├── ERModuleScan.cpp
│   ├── ERMySql.cpp
│   ├── EROperate.cpp
│   ├── EROptCmd.cpp
│   ├── ERPreCmd.cpp
│   ├── ERPrepareEx.CPP
│   ├── ERPrestuge.cpp
│   ├── ERProduce.cpp
│   ├── ERQuest.cpp
│   ├── ERRandom.cpp
│   ├── ERRandom2.cpp
│   ├── ERRecode.cpp
│   ├── ERRefresh.cpp
│   ├── ERRewardQuest.cpp
│   ├── ERSave.cpp
│   ├── ERSaveFast.cpp
│   ├── ERSpy.cpp
│   ├── ERStatistic.cpp
│   ├── ERStatus.cpp
│   ├── ERTeacher.cpp
│   ├── ERUser.cpp
│   ├── ERUserFast.cpp
│   ├── ERWant.cpp
│   ├── EmIniFile.cpp
│   ├── EmString.cpp
│   ├── ErMsg.cpp
│   ├── FHExceptionMng.cpp
│   ├── FacHomeWar.cpp
│   ├── FacMatch.cpp
│   ├── MemCheck.cpp
│   ├── New Folder
│   ├── erprepare.ccc
│   ├── erprepare.cpp
│   ├── mempool.cpp
│   ├── res.rc
│   ├── strtoid.cpp
│   └── vssver.scc
├── Temp
│   ├── Include
│   └── Source
│       ├── erprepare.Pre
│       └── erprepare原始.pre
├── UpgradeLog.XML
├── _UpgradeReport_Files
│   ├── UpgradeReport.css
│   ├── UpgradeReport.xslt
│   ├── UpgradeReport_Minus.gif
│   └── UpgradeReport_Plus.gif
├── bin
│   ├── EasyRPG.bld
│   └── EasyRPG.mak
├── easyrpg_test
│   ├── debug
│   │   ├── er.dll
│   │   ├── er.exp
│   │   ├── er.lib
│   │   └── er.rar
│   ├── er_test
│   │   ├── Debug
│   │   ├── Include
│   │   │   ├── AddOnClass.h
│   │   │   ├── AdjustDataSet.h
│   │   │   ├── CharactorDefines.h
│   │   │   ├── CmdFun.H
│   │   │   ├── DMEncrypt.h
│   │   │   ├── DMStrBSTree.h
│   │   │   ├── DMStrBSTree.inl
│   │   │   ├── DMStruct.h
│   │   │   ├── DMStruct.inl
│   │   │   ├── DMfile.h
│   │   │   ├── DMtype.h
│   │   │   ├── DebugMem.h
│   │   │   ├── DlgStruct.h
│   │   │   ├── ERBAPA.h
│   │   │   ├── ERBank.h
│   │   │   ├── ERBattle.h
│   │   │   ├── ERCheck.h
│   │   │   ├── ERCmd.h
│   │   │   ├── ERCore.h
│   │   │   ├── ERDefine.h
│   │   │   ├── EREffect.h
│   │   │   ├── ERFight.h
│   │   │   ├── ERFile.h
│   │   │   ├── ERFunc.h
│   │   │   ├── ERGem.h
│   │   │   ├── ERGift.h
│   │   │   ├── ERHacker.h
│   │   │   ├── ERLimitQuest.h
│   │   │   ├── ERList.h
│   │   │   ├── ERLocal.h
│   │   │   ├── ERMailSystem.h
│   │   │   ├── ERMain.h
│   │   │   ├── ERMaster.h
│   │   │   ├── ERMate.h
│   │   │   ├── ERModuleScan.h
│   │   │   ├── ERMsgManage.h
│   │   │   ├── ERMySql.h
│   │   │   ├── EROperate.h
│   │   │   ├── EROptCmd.h
│   │   │   ├── ERPreCmd.h
│   │   │   ├── ERPrepare.h
│   │   │   ├── ERPrestuge.h
│   │   │   ├── ERProduce.h
│   │   │   ├── ERQuest.h
│   │   │   ├── ERRandom.h
│   │   │   ├── ERRecode.h
│   │   │   ├── ERRefresh.h
│   │   │   ├── ERRewardQuest.h
│   │   │   ├── ERSave.h
│   │   │   ├── ERSaveFast.h
│   │   │   ├── ERSpy.h
│   │   │   ├── ERStatistic.h
│   │   │   ├── ERStatus.h
│   │   │   ├── ERTeacher.h
│   │   │   ├── ERUser.h
│   │   │   ├── ERUserFast.h
│   │   │   ├── ERWant.h
│   │   │   ├── ERtype.h
│   │   │   ├── EasyRPG.h
│   │   │   ├── EmExcelTable.h
│   │   │   ├── EmExcelTable.inl
│   │   │   ├── EmIniFile.h
│   │   │   ├── EmString.h
│   │   │   ├── ErChain.h
│   │   │   ├── ErMsg.h
│   │   │   ├── FHDebug.h
│   │   │   ├── FHExceptionMng.h
│   │   │   ├── FacHomeWar.h
│   │   │   ├── FacMatch.h
│   │   │   ├── MemCheck.h
│   │   │   ├── errmsg.h
│   │   │   ├── m_ctype.h
│   │   │   ├── m_string.h
│   │   │   ├── mempool.h
│   │   │   ├── my_alloc.h
│   │   │   ├── my_getopt.h
│   │   │   ├── my_global.h
│   │   │   ├── my_list.h
│   │   │   ├── my_pthread.h
│   │   │   ├── my_sys.h
│   │   │   ├── mysql.h
│   │   │   ├── mysql_com.h
│   │   │   ├── mysql_version.h
│   │   │   ├── mysqld_error.h
│   │   │   ├── raid.h
│   │   │   ├── resource.h
│   │   │   ├── strtoid.h
│   │   │   └── vssver.scc
│   │   ├── ReadMe.txt
│   │   ├── Source
│   │   │   ├── AddOnClass.cpp
│   │   │   ├── AdjustDataSet.cpp
│   │   │   ├── CmdFun.cpp
│   │   │   ├── CmdFun2.cpp
│   │   │   ├── DMEncrypt.cpp
│   │   │   ├── DMStruct.cpp
│   │   │   ├── DMfile.cpp
│   │   │   ├── DebugMem.cpp
│   │   │   ├── DlgStruct.cpp
│   │   │   ├── ERBAPA.cpp
│   │   │   ├── ERBank.cpp
│   │   │   ├── ERBattle.cpp
│   │   │   ├── ERChain.cpp
│   │   │   ├── ERCheck.cpp
│   │   │   ├── ERCmd.CPP
│   │   │   ├── ERCore.cpp
│   │   │   ├── EREffect.cpp
│   │   │   ├── ERFight.cpp
│   │   │   ├── ERFile.cpp
│   │   │   ├── ERFunc.CPP
│   │   │   ├── ERFunc2.cpp
│   │   │   ├── ERFunc3.cpp
│   │   │   ├── ERGem.cpp
│   │   │   ├── ERGift.cpp
│   │   │   ├── ERHacker.cpp
│   │   │   ├── ERLimitQuest.cpp
│   │   │   ├── ERList.cpp
│   │   │   ├── ERLocal.CPP
│   │   │   ├── ERMailSystem.cpp
│   │   │   ├── ERMain.cpp
│   │   │   ├── ERMaster.cpp
│   │   │   ├── ERMate.cpp
│   │   │   ├── ERModuleScan.cpp
│   │   │   ├── ERMySql.cpp
│   │   │   ├── EROperate.cpp
│   │   │   ├── EROptCmd.cpp
│   │   │   ├── ERPreCmd.cpp
│   │   │   ├── ERPrepareEx.CPP
│   │   │   ├── ERPrestuge.cpp
│   │   │   ├── ERProduce.cpp
│   │   │   ├── ERQuest.cpp
│   │   │   ├── ERRandom.cpp
│   │   │   ├── ERRandom2.cpp
│   │   │   ├── ERRecode.cpp
│   │   │   ├── ERRefresh.cpp
│   │   │   ├── ERRewardQuest.cpp
│   │   │   ├── ERSave.cpp
│   │   │   ├── ERSaveFast.cpp
│   │   │   ├── ERSpy.cpp
│   │   │   ├── ERStatistic.cpp
│   │   │   ├── ERStatus.cpp
│   │   │   ├── ERTeacher.cpp
│   │   │   ├── ERUser.cpp
│   │   │   ├── ERUserFast.cpp
│   │   │   ├── ERWant.cpp
│   │   │   ├── EmIniFile.cpp
│   │   │   ├── EmString.cpp
│   │   │   ├── ErMsg.cpp
│   │   │   ├── FHExceptionMng.cpp
│   │   │   ├── FacHomeWar.cpp
│   │   │   ├── FacMatch.cpp
│   │   │   ├── MemCheck.cpp
│   │   │   ├── New Folder
│   │   │   ├── erprepare.ccc
│   │   │   ├── erprepare.cpp
│   │   │   ├── mempool.cpp
│   │   │   ├── res.rc
│   │   │   ├── strtoid.cpp
│   │   │   └── vssver.scc
│   │   ├── er_test.vcproj
│   │   ├── er_test.vcproj.INKZONE-CN.lincoln.user
│   │   └── libmysql.lib
│   ├── er_test.sln
│   └── er_test.suo
├── lastedit.ini
├── mssccprj.scc
├── vssver.scc
├── 新建 文本文档.txt
└── 外网脚本.lgc
16 directories, 342 files