ad2020314
游戏联盟分享平台-全自助-免费游戏分享-七玩网
独家出售24-70级附魔端授权、完美六职业、农场BOSS挑战、自定义加密RFS、支持称号图片,同时兼容64位与32位系统。-七玩网
蓝易云香港服务器特惠:29元/月尊享1核1G内存10Mbps CN2线路,大带宽首选,品质推荐,信赖之选!-七玩网
AI DIGEST
AI 摘要
LIVE

I need to analyze this messy Chinese text and create a faithful abstract of no more than 6 sentences in Chinese, without outputting the title, and without fabricating information. Let me parse what this text is about: 1. It's about a game server modification tutorial for "三国志" (Three Kingdoms) 2. Mentions S2 version,无毒(no virus),商城(mall/shop),无限元宝(unlimited ingots) 3. Contains various technical details about server setup, file paths, database modifications 4. Mentions QQ images, download attachments,百度云(Baidu Cloud) links 5. Talks about modifying商城(shop/mall) items, prices,道具ID(prop IDs) 6. Contains fragmented technical instructions about配置文件(config files),数据库(database),物品ID(item IDs) 7. Has various corrupted/garbled text, URLs, file paths 8. Mentions修改(modify),购买(buy),物品(items),图标(icons) Key points to extract for a faithful abstract: - This is a tutorial/guide about modifying a game server for "三国志" (Three Kingdoms) - It discusses商城modifications, unlimited currency/items - Contains technical server setup instructions with various file paths and configurations - Mentions道具ID modifications, prices, and database changes - Has various fragmented technical details, download links, and corrupted text Let me create a concise abstract of no more than 6 sentences: This appears to be a fragmented, corrupted tutorial post about modifying a "三国志" (Three Kingdoms) game server. The text discusses商城modifications, unlimited ingots/currency, and various technical server configurations including file paths,道具IDs, and database modifications. It contains numerous technical fragments, download links, and garbled instructions about server deployment and item modification. The overall content is highly corrupted with mixed encoding, URLs, and incomplete sentences.本文是一篇关于《三国志》游戏服务端修改的碎片化教程帖,内容涉及商城道具修改、无限元宝及物品ID调整等技术操作。文中混杂着百度云下载链接、文件路径、数据库配置和道具价格参数等零散信息。整体文本编码混乱,包含大量重复字符、乱码及不完整的代码片段。帖子还提及了外网IP修改、客户端配置文件调整等服务器部署相关内容。由于文本严重损坏且缺乏连贯逻辑,难以提取完整有效的技术流程。

三国志完美无毒s2版一键端+商城N多物品+上线无限元宝

本帖最后由 5200806 于 2015-6-30 00:07 编辑


三国志这个游戏是本人非常喜欢的一个页游 今天就特别的发一下




另外感谢
╰○㏑㏒·〆的帖子!!!

S2版更新内容:
优化了服务端启动代码
商城添加N多物品
上线送无限元宝删除无用数据 并清空数据库



1.下载服务端:
链接:
https://www.7chaowan.com/b/052e21
密码:3cyf
  注明:端里附带数据库账号密码!!!!




商城购买无此物品修复补丁:
图片[1]-三国志完美无毒s2版一键端+商城N多物品+上线无限元宝-七玩网
S2商城不能购买修复补丁.zip (184.25 KB, 下载次数: 1577) 2015-6-29 21:21 上传 点击文件名下载附件
注明:直接覆盖到服务端里就可以!!!


解压密码:https://www.7chaowan.com/b/630669  密码:fmek

启动ESS   然后按照1 2 3步骤启动即可
特别注意:
网站端口我测试的时候是88  大家修改成80哦  别忘了!!!






游戏截图:

QQ图片20150630000111.jpg (206.24 KB, 下载次数: 2)

下载附件

2015-6-30 00:05 上传

QQ图片20150630000141.png (97.41 KB, 下载次数: 1)

下载附件

2015-6-30 00:05 上传

QQ图片20150630000207.jpg (203.3 KB, 下载次数: 1)

下载附件

2015-6-30 00:05 上传

QQ图片20150630000253.jpg (204.6 KB, 下载次数: 1)

下载附件

2015-6-30 00:05 上传

QQ图片20150630000317.jpg (226.99 KB, 下载次数: 1)

下载附件

2015-6-30 00:05 上传

QQ图片20150630000334.jpg (187.11 KB, 下载次数: 1)

下载附件

2015-6-30 00:05 上传












进不了游戏的检查自己的环境变量一般是jar出问题了或者在虚拟机下玩!!!!






2月28号
商城修改和外网教程:首先注意!!
千万不要修改魔王之类的东西,还有赵云武将不要弄。其他随意。
关掉ESS 和 1 2  3

分别打开
D:\5sf8.com\server\gameServer\resource\sample里的mallProps.xml(商城东西)

D:\5sf8.com\server\gameServer\resource\sample里的props.xml (游戏所有道具)

修改前建议先复制一份游戏保存到其它目录。

把mallProps.xml里的
<sample class=”game.mall.MallProp” sid=”100″ propId=”8004″ name=”粮食资源包(大)” coinType=”10″ price=”50″ buyLevel=”0″ />
<sample class=”game.mall.MallProp” sid=”101″ propId=”8009″ name=”钱币资源包(大)” coinType=”10″ price=”50″ buyLevel=”0″ />
<sample class=”game.mall.MallProp” sid=”102″ propId=”8014″ name=”铁锭资源包(大)” coinType=”10″ price=”50″ buyLevel=”0″ />
<sample class=”game.mall.MallProp” sid=”103″ propId=”8019″ name=”木材资源包(大)” coinType=”10″ price=”50″ buyLevel=”0″ />

propid(物品ID)改成自己想买的物品ID保存就可以了,物品ID都在props.xml里。

比如在props.xml里找到罗刹系列装备
只用把propid后面的数字改成罗刹装备对应的数字就可以了
尽量只改100  101   102   103   这四行  不然其他的不好找

改好后在游戏商城里的资源里买就行了 不用管商城的图标显示什么,直接购买;魔王套不要弄,还有赵云武将不要弄,会出错,本人已测试!

买完后关闭所有程序继续修改想要的物品!

注意 只能修改,不能添加。~修改后商城内物品图标是原来的,购买后会变成你修改的东西。  

另附带外网教程。

server\deploy_config.xml   里面127.0.0.1都修改为外网IP
wwwroot\core\config.php  除去数据库的127.0.0.1 都修改为外网
Cx_Ajax.php  127.0.0.1 修改外网
wwwroot\client\config.json  修改为外网





修改英雄令方法请到143楼查看!!!!!
(感谢hm7839技术指导!!!)




















此端待更新请随时关注!!!
















© 版权声明
THE END
文章不错?点个赞呗
点赞0 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容