duanycbw 发表于 2019-7-24 22:42:55

目前最完善的魔兽世界60服务端版本(孙小空亲测)

大家好,我是孙小空,好久没来了,不是好东东我不会推荐,这次为大家带来一款魔兽世界60年代怀旧版。

Light's Hope Vanilla Repack V15
架设方法
1.下载并解压缩 服务端
2 .运行启动Apache. bat启动网站。
3.运行mysql. bat启动 数据库。
4.运行 realmlist. exe
5.运行mangos. exe
6.运行客户端里的登录器,ok。





V15服务端下载:链接:https://pan.baidu.com/s/1-M6MP-IU4VNyGPU6_fdA3Q
提取码:pm7n

客户端1.10版本下载包含客户端补丁:https://pan.baidu.com/s/1g78s6WgmpHpeGmZkrgQklA

light`s hope 最新源码编译,与官方魔兽世界基本一致达到恐怖的96%,bug少于4%。

本端经亲测,是我玩过的100多个魔兽世界模拟器里最完善的一个,bug极少,不是好端我不推荐,有任何问题可加群询问。

1.123 版本号6141


----------------------------------------------------------------------------------------------------------------------------------------------------------------------
【孙小空魔兽世界VIP版】 一键端,无任何限制,可外网,客户端自带1.12.3插件。
    由于大量玩家反映,不会用网盘内的客户端升级,以及服务器设置等问题,我特地将调整好的服务端做成一键端发送给大家,直接解包安装
就可以使用,设置见如下说明。
注意:帐号注册时 不要使用QQ邮箱,因为邮箱地址必须为英文不能用数字如 [email protected]即可。

百度网盘下载地址:https://pan.baidu.com/s/1FOf5b0k--4r36EnI1L7CmQ 提取码: q1us

修正了有问题的万能登陆器:
链接: https://pan.baidu.com/s/1zKDaGTnclyiI4on3sHPP-g 提取码: eikp





游戏设置:
1、装备10倍属性,杀怪经验5倍,任务经验7倍,金币30倍,爆率10倍,天赋3倍。
2、加强宠物,属性为HP3倍,其他所有2倍
3、出生地设置为GM岛,上面有部分功能性npc不影响游戏平衡。
4、一个帐号可以创建不同阵营成员,查询可以查到不同阵营成员,不同阵营成员可以聊天,组队,下副本。
5、法杖带有 自然的祝福 使你的法术所造成的伤害和治疗效果提高,数值等于你的智力值的$s1%。25%
6、布甲带有 提高所有法术和魔法效果所造成的伤害和治疗效果,最多$s1点。 150
7、炉石秒CD,复活时间修正,还有一些其他小设置不细说,游戏内自行体会。

------------------------------------------------------------------------------------------------------------------------------------------------------------------------
我的部分修正,连上数据库,然后右键Mangos数据库 ,选则查询即可

1、炉石0CD
update item_template set spellcooldown_1=1 where entry=6948;

2、装备所有抗性X2
UPDATE item_template SET dmg_min1 = dmg_min1*2;
UPDATE item_template SET dmg_max1 = dmg_max1*2;

3、武器攻击力X2

UPDATE item_template SET dmg_min1 = dmg_min1*2;
UPDATE item_template SET dmg_max1 = dmg_max1*2;

4、所有装备无绑定
UPDATE item_template SET bonding = 0;

5、灵魂碎片可以叠加200个
update item_template set stackable = 200 where entry = 6265;

6、宠物属性强化

update pet_levelstats set hp = hp*50;
update pet_levelstats set mana = mana*2;
update pet_levelstats set armor = armor*5;
update pet_levelstats set str = str*10;
update pet_levelstats set agi = agi*10;
update pet_levelstats set sta = sta*10;
update pet_levelstats set inte = inte*10;
update pet_levelstats set spi = spi*10;

7、装备属性提升5倍力敏耐智精
UPDATE item_template SET stat_value1 = stat_value1*5 where stat_type1 = 3;
UPDATE item_template SET stat_value2 = stat_value2*5 where stat_type2 = 3;
UPDATE item_template SET stat_value3 = stat_value3*5 where stat_type3 = 3;
UPDATE item_template SET stat_value4 = stat_value4*5 where stat_type4 = 3;
UPDATE item_template SET stat_value5 = stat_value5*5 where stat_type5 = 3;
UPDATE item_template SET stat_value6 = stat_value6*5 where stat_type6 = 3;
UPDATE item_template SET stat_value7 = stat_value7*5 where stat_type7 = 3;
UPDATE item_template SET stat_value8 = stat_value8*5 where stat_type8 = 3;
UPDATE item_template SET stat_value9 = stat_value9*5 where stat_type9 = 3;
UPDATE item_template SET stat_value10 = stat_value10*5 where stat_type10 = 3;

UPDATE item_template SET stat_value1 = stat_value1*5 where stat_type1 = 4;
UPDATE item_template SET stat_value2 = stat_value2*5 where stat_type2 = 4;
UPDATE item_template SET stat_value3 = stat_value3*5 where stat_type3 = 4;
UPDATE item_template SET stat_value4 = stat_value4*5 where stat_type4 = 4;
UPDATE item_template SET stat_value5 = stat_value5*5 where stat_type5 = 4;
UPDATE item_template SET stat_value6 = stat_value6*5 where stat_type6 = 4;
UPDATE item_template SET stat_value7 = stat_value7*5 where stat_type7 = 4;
UPDATE item_template SET stat_value8 = stat_value8*5 where stat_type8 = 4;
UPDATE item_template SET stat_value9 = stat_value9*5 where stat_type9 = 4;
UPDATE item_template SET stat_value10 = stat_value10*5 where stat_type10 = 4;

UPDATE item_template SET stat_value1 = stat_value1*5 where stat_type1 = 5;
UPDATE item_template SET stat_value2 = stat_value2*5 where stat_type2 = 5;
UPDATE item_template SET stat_value3 = stat_value3*5 where stat_type3 = 5;
UPDATE item_template SET stat_value4 = stat_value4*5 where stat_type4 = 5;
UPDATE item_template SET stat_value5 = stat_value5*5 where stat_type5 = 5;
UPDATE item_template SET stat_value6 = stat_value6*5 where stat_type6 = 5;
UPDATE item_template SET stat_value7 = stat_value7*5 where stat_type7 = 5;
UPDATE item_template SET stat_value8 = stat_value8*5 where stat_type8 = 5;
UPDATE item_template SET stat_value9 = stat_value9*5 where stat_type9 = 5;
UPDATE item_template SET stat_value10 = stat_value10*5 where stat_type10 = 5;

UPDATE item_template SET stat_value1 = stat_value1*5 where stat_type1 = 6;
UPDATE item_template SET stat_value2 = stat_value2*5 where stat_type2 = 6;
UPDATE item_template SET stat_value3 = stat_value3*5 where stat_type3 = 6;
UPDATE item_template SET stat_value4 = stat_value4*5 where stat_type4 = 6;
UPDATE item_template SET stat_value5 = stat_value5*5 where stat_type5 = 6;
UPDATE item_template SET stat_value6 = stat_value6*5 where stat_type6 = 6;
UPDATE item_template SET stat_value7 = stat_value7*5 where stat_type7 = 6;
UPDATE item_template SET stat_value8 = stat_value8*5 where stat_type8 = 6;
UPDATE item_template SET stat_value9 = stat_value9*5 where stat_type9 = 6;
UPDATE item_template SET stat_value10 = stat_value10*5 where stat_type10 = 6;

UPDATE item_template SET stat_value1 = stat_value1*5 where stat_type1 = 7;
UPDATE item_template SET stat_value2 = stat_value2*5 where stat_type2 = 7;
UPDATE item_template SET stat_value3 = stat_value3*5 where stat_type3 = 7;
UPDATE item_template SET stat_value4 = stat_value4*5 where stat_type4 = 7;
UPDATE item_template SET stat_value5 = stat_value5*5 where stat_type5 = 7;
UPDATE item_template SET stat_value6 = stat_value6*5 where stat_type6 = 7;
UPDATE item_template SET stat_value7 = stat_value7*5 where stat_type7 = 7;
UPDATE item_template SET stat_value8 = stat_value8*5 where stat_type8 = 7;
UPDATE item_template SET stat_value9 = stat_value9*5 where stat_type9 = 7;
UPDATE item_template SET stat_value10 = stat_value10*5 where stat_type10 = 7;
力敏耐智精的代码就是3.4.5.6.7,*X就是多少倍,自己改











a292988297 发表于 2019-7-24 22:47:43

一楼顶一个,

smile莫言浅 发表于 2019-7-24 23:30:47

虽然不玩顶一个

BourneParadise 发表于 2019-7-24 23:32:06

友情帮顶了,虽然不玩

kanerain 发表于 2019-7-24 23:52:02

非常感谢!!!!

2803438647 发表于 2019-7-25 00:11:06

感谢楼主分享

v心在流浪v 发表于 2019-7-25 00:14:08

这么多英文啊   :

qqqwcnm 发表于 2019-7-25 01:31:13

怎么安装啊 哥

jialidunzhe 发表于 2019-7-25 05:45:42

魔兽~~~AFK十几年。。。。。。。。。:::

h15975348 发表于 2019-7-25 05:55:52

我幫頂...感恩分享

一只小老虎 发表于 2019-7-25 06:47:56

帮顶一个 谢谢分享

宝湾斗士 发表于 2019-7-25 08:15:22

孙晓空的还是支持下

gxhaibo 发表于 2019-7-25 08:18:25

谢谢分享!

lzhwwy 发表于 2019-7-25 09:30:33

感谢分享,收藏了,顶

sasaf 发表于 2019-7-25 09:32:19

谢楼主分享~~~~

wjj19820119 发表于 2019-7-25 09:55:34

能不能出个基础的60端,然后像以前官网一样,用补丁形式升版本,这样才有过去的感觉。

大家来玩游戏 发表于 2019-7-25 10:00:50

非常感谢!!!!

d56647193 发表于 2019-7-25 10:46:59

谢谢分享支持LZ啊 不过客户端里面只有升级补丁没有客户端补丁啊还有希望LZ出个简易教程 魔兽的模拟器怎么架设都忘干净了配置数据库 然后复制MAP地图文件 然后先开启地图服务在开主程序?

3323211 发表于 2019-7-25 11:38:37

支持 支持

zigong888 发表于 2019-7-25 12:16:07

感谢楼主分享。
页: [1] 2 3 4 5 6 7 8 9 10
查看完整版本: 目前最完善的魔兽世界60服务端版本(孙小空亲测)

本站内容如若侵犯到您的权益,请来电来函告知,我们会尽快处理!
联系QQ:1953150286,2251387361,123784736,免责申明