剑灵服务端源码(c#版本+数据库+配套客户端+服务端)

剑灵服务端源码,喜欢的下载研究研究。谁技术牛B的话,能把最新版本的客户端接上,就好了。

剑灵服务端源码(c#版本+数据库+配套客户端+服务端)
下载地址:
通过网盘分享的文件:【源码】剑灵服务端源码(c#版本+数据库+配套客户端+服务端)
链接: https://pan.baidu.com/s/1TNxQeHbAB3Xhm8l5iGuESA?pwd=42u4
提取码: 42u4
--来自百度网盘超级会员v4的分享

剑灵服务端源码(c#版本+数据库+配套客户端+服务端)
├─ bns_client
│    └─ BnS_CBT2
│           ├─ bin
│           ├─ contents
│           ├─ fileInfo_BNSCBT2.dat
│           ├─ start.bat
│           └─ versionInfo_BNSCBT2.ini
├─ bns_server
│    ├─ AccountServer.exe
│    ├─ AccountServer.vshost.exe
│    ├─ AccountServer.vshost.exe.manifest
│    ├─ BigInteger.dll
│    ├─ CharacterServer.exe
│    ├─ ChatServer.exe
│    ├─ ChatServer.vshost.exe
│    ├─ ChatServer.vshost.exe.manifest
│    ├─ Common.dll
│    ├─ Config
│    │    ├─ AccountServer.xml
│    │    ├─ CharacterServer.xml
│    │    ├─ ChatServer.xml
│    │    ├─ GameServer.xml
│    │    ├─ LobbyServer.xml
│    │    └─ LoginServer.xml
│    ├─ DB
│    │    ├─ HeightMaps
│    │    ├─ Quests
│    │    ├─ Spawns
│    │    ├─ baguaset.xml
│    │    ├─ campfires.xml
│    │    ├─ effect.xml
│    │    ├─ faction_relations.xml
│    │    ├─ item_templates.xml
│    │    ├─ level.xml
│    │    ├─ map_templates.xml
│    │    ├─ npc_templates.xml
│    │    ├─ portal_templates.xml
│    │    ├─ skill_templates.xml
│    │    ├─ store-by-item.xml
│    │    └─ store.xml
│    ├─ GameServer.exe
│    ├─ GameServer.vshost.exe
│    ├─ GameServer.vshost.exe.manifest
│    ├─ LobbyServer.exe
│    ├─ Log
│    │    └─ 2024-09-12
│    ├─ LoginServer.exe
│    ├─ MySql.Data.dll
│    ├─ NLog.config
│    ├─ NLog.dll
│    ├─ NLog.xml
│    ├─ PhotoShop.dll
│    ├─ Readme.txt
│    ├─ Scripts
│    │    └─ Maps
│    ├─ SmartEngine.Core.XML
│    ├─ SmartEngine.Core.dll
│    ├─ SmartEngine.Network.XML
│    ├─ SmartEngine.Network.dll
│    └─ 一键BAT启动.bat
├─ bns_source
│    ├─ DB
│    │    └─ bnsclean.sql
│    └─ Source
│           ├─ AccountServer
│           ├─ Binary XMLs
│           ├─ BruteForce
│           ├─ CharacterServer
│           ├─ ChatServer
│           ├─ ClientHack
│           ├─ Common
│           ├─ ConfigFiles
│           ├─ DB
│           ├─ Dependencies
│           ├─ GameServer
│           ├─ LaunchHelper
│           ├─ LobbyServer
│           ├─ LoginServer
│           ├─ NLog.config
│           ├─ SQLFiles
│           ├─ SagaBNS.sln
│           ├─ Scripts
│           ├─ SmartEngine.Core
│           ├─ SmartEngine.Network
│           ├─ Tools
│           ├─ Unpacker
│           ├─ WebPlattfrom
│           ├─ nProtect
│           ├─ patch_to_v114.patch
│           ├─ tableAddr.txt
│           ├─ tableAddrDumpPattern.txt
│           ├─ tableAddr_CBT2.txt
│           ├─ tableAddr_CBT2_v21.txt
│           ├─ tableAddr_CBT3.txt
│           ├─ tableAddr_OBT_v45.txt
│           ├─ tableAddr_Official_v77.txt
│           ├─ tableAddr_Official_v81.txt
│           ├─ tableAddr_Official_v82.txt
│           └─ tableColumns.txt
└─ 说明.txt
相关推荐
向宇it1 小时前
【从零开始入门unity游戏开发之——unity篇01】unity6基础入门开篇——游戏引擎是什么、主流的游戏引擎、为什么选择Unity
开发语言·unity·c#·游戏引擎
仰望大佬0072 小时前
Avalonia实例实战五:Carousel自动轮播图
数据库·microsoft·c#
糖朝2 小时前
c#读取json
c#·json
神洛华4 小时前
Y3地图制作1:水果缤纷乐、密室逃脱
编辑器·游戏引擎·游戏程序
向宇it7 小时前
【从零开始入门unity游戏开发之——C#篇26】C#面向对象动态多态——接口(Interface)、接口里氏替换原则、密封方法(`sealed` )
java·开发语言·unity·c#·游戏引擎·里氏替换原则
Java Fans11 小时前
C# 中串口读取问题及解决方案
开发语言·c#
盛派网络小助手11 小时前
微信 SDK 更新 Sample,NCF 文档和模板更新,更多更新日志,欢迎解锁
开发语言·人工智能·后端·架构·c#
码农君莫笑11 小时前
信管通低代码信息管理系统应用平台
linux·数据库·windows·低代码·c#·.net·visual studio
鲤籽鲲12 小时前
C# Random 随机数 全面解析
android·java·c#