×

目前最完善的魔兽世界60服务端版本

渣渣酒 渣渣酒 发表于2020-10-20 10:29:24 浏览5608 评论0

抢沙发发表评论

架设方法
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邮箱,因为邮箱地址必须为英文不能用数字如 adffefdfs@163.com即可。

百度网盘下载地址: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就是多少倍,自己改