剑灵服务端源码(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
相关推荐
葬歌倾城12 小时前
JSON的缩进格式方式和紧凑格式方式
c#·json
Eiceblue14 小时前
使用 C# 发送电子邮件(支持普通文本、HTML 和附件)
开发语言·c#·html·visual studio
小小小小王王王14 小时前
hello判断
开发语言·c#
金增辉16 小时前
基于C#的OPCServer应用开发,引用WtOPCSvr.dll
c#
future141218 小时前
C#学习日记
开发语言·学习·c#
傻啦嘿哟19 小时前
Python 办公实战:用 python-docx 自动生成 Word 文档
开发语言·c#
点金石游戏出海21 小时前
每周资讯 | Krafton斥资750亿日元收购日本动画公司ADK;《崩坏:星穹铁道》新版本首日登顶iOS畅销榜
游戏·ios·业界资讯·apple·崩坏星穹铁道
wsdchong之小马过河21 小时前
2025《烈焰之刃》游戏攻略
游戏
唐青枫1 天前
C#.NET log4net 详解
c#·.net
Nemo_XP1 天前
HttpHelper类处理两种HTTP POST请求
c#