本帖最后由 hd93250 于 2013-10-24 12:59 编辑
LegacySERVERv1056最后修改版:
http://pan.baidu.com/share/link?shareid=1724871990&uk=2970018558登陆器不要用服务端内的下面有自制的登陆器。
很多人问人数限制冻结账号等问题,还有不懂N8修改的朋友可以去27楼看下。worldserver.conf的中英文对照,应该都能找到解决办法。可以自行修改
如果你是之前版本的单机玩家,那么不必阅读下面的内容,因为以下步骤和之前一模一样。
1. 首先,请下载LegacySERVERv1056最后修改版这个庞大的文件,这其中包括了服务器运行所需的一切程序,服务器数据,网络配置及基础的游戏设置。
2. 将其中的所有文件解压至一个你能够记住的,且路径中不包括中文字符的位置。
3. 打开Jeutie’s Repack Control这个由某个老外给另一个老外做的很好用的服务端启动器,点击中间的三个按钮来设置正确的路径:
Server path:..\服务器根目录\Core
MySQL path: ..\服务器根目录\Server\MySQL\bin
Apache path: ..\服务器根目录\Server\Apache\bin
ps: 如果你无法打开这个程序,说明你的系统没有安装.net framework 4.0.3+的运行时环境,请自行百度.net framework 4.0.3或4.5来安装一个。如果你实在不会安,就到
http://112.124.14.194/找一个现成的下来装上。
点击Start the Apache server.来启动网络服务器。
点击Start the MySQL server.来启动数据库。
点击Start the Auth server.来启动游戏登陆程序。
点击Start the World server.来启动游戏服务器。
如果你成功地开启了这些程序,则意味着服务器已经在正常运行了。
ps: 服务器启动时会有一些警告信息,这些是我用以进行地图测试的数据,不会影响你的正常游戏,请忽视。
4. 游戏补补丁,将服务端Patch文件夹下的Data文件夹复制到你的客户端根目录下,如果出现文件夹合并或文件覆盖提示,请选择确定,不会影响到官方原有的游戏内容。
5.客户端下载
[52PK]魔兽世界:巫妖王之怒.torrent (83.07 KB, 下载次数: 9594) 2013-10-24 12:59 上传 点击文件名下载附件 。登陆器下载
http://pan.baidu.com/s/19VUi8 放在客户端根目录下
6. 打开浏览器,输入地址http://localhost/来访问注册页面,按照正确的格式注册一个账号,便可以通过客户端登陆游戏来开始你的艾泽拉斯之旅了。
ps: 如果你总是碰到验证码输入错误的问题(这个问题出现的几率在95%以上),那么说明你的系统中没有我所设置的session存储路径,请在Server\PHP\php.ini中把
session.save_path = “C:\LegacySERVERv1056\Server\tmp”
中的路径改成可用的路径即可。如果你还是不知道怎么设置的话,请自行百度:
session.save_path。
如果你因为某些原因无法,或是不愿意通过网页注册,那么可以使用游戏内预置的GM账号:
账号:legacy
密码:legacy
数据库账号:root
密码:ascent
来加入游戏。
修改内容:
1:堆叠物品为9999最大
2:采矿最大产量5B
3:布料产量最大5B
4:草药 矿 宝箱刷新时间为30秒
5:药水冷却时间为 5秒
6:炼化重铸物品需求3改2
7:任务物品%100掉落
8:任务最小接受等级降低3级
9:移动速度增加%40 便于做任务跑路
10:所有技能 1铜学习
11:物品卖出价格10B
12.学习10个副职技能 原版只能学2个
13.邮寄时间为10分钟
14.公会1人可建立
15:死亡后无虚弱
16:制造/防御/采集/武器技能增益技能成长倍率 为5B
17:1级2点天赋
18:金钱 装备从优秀到传说提高1-2B
鉴于大家都在讨论如何能更加便利的体验游戏
以下修改代码是本人参考了众多大大的修正秘诀节选出来的
有了它们,生活更便利~~~~
N8修改,进数据库展开world按F6粘贴并回车就OK了
/*帐户注册*/
insert into account(username,sha_pass_hash,joindate,email,last_ip) values(UPPER(‘账号’),SHA1(CONCAT(UPPER(‘账号’),’:’,UPPER(‘密码’))),’2013-1-1′,UPPER(‘随意邮箱地址’),’127.0.0.1′);
UPDATE `item_template` SET stackable = 9999 where stackable > 1 ; /*所有堆叠数大于1的改为9999*/
UPDATE `item_template` SET `stackable`=’9999′ WHERE (`entry`=’6265′) ; /*灵魂碎片堆叠数改为9999*/
UPDATE `skinning_loot_template` SET `maxcount` = 20 ; /*剥皮最大产量为20单位*/
UPDATE `fishing_loot_template` SET `maxcount` = 20 ; /* 钓鱼*/
UPDATE `prospecting_loot_template` SET `maxcount` = 20 ; /*采矿附产品(孔雀石、虎眼石、等)最大产量为20单位*/
UPDATE `creature_loot_template` SET `maxcount`=’20’ WHERE `item`=’2589′ ; /*亚麻布最大产量为20*/
UPDATE `creature_loot_template` SET `maxcount`=’20’ WHERE `item`=’2592′ ; /*毛料*/
UPDATE `creature_loot_template` SET `maxcount`=’20’ WHERE `item`=’4306′ ; /*丝绸*/
UPDATE `creature_loot_template` SET `maxcount`=’20’ WHERE `item`=’4338′ ; /* 魔纹布*/
UPDATE `creature_loot_template` SET `maxcount`=’20’ WHERE `item`=’14047′ ; /*符文布*/
UPDATE `creature_loot_template` SET `maxcount`=’20’ WHERE `item`=’14256′ ; /* 恶魔布*/
UPDATE `creature_loot_template` SET `maxcount`=’20’ WHERE `item`=’21877′ ; /* 灵纹布*/
UPDATE `gameobject` SET `spawntimesecs` = 5 ; /* 草、矿、宝箱等刷新时间为5秒*/
UPDATE `item_template` SET spellcategorycooldown_1 = 5000 where spellcategorycooldown_1 = 120000 and class = 0 ; /* 将药水的冷却时间设为5秒*/
/*炼化重铸物品需求3改2*/
update itemcomposeconfig set item_count=2,appenditemid=90594;
update itemcomposeconfig set appenditemcoun=12 where appenditemcoun is null;
/*任务最小接受等级降低3级*/
update quest_template set minlevel=minlevel-3 where minlevel>5;
/*任务物品100%掉落*/
update creature_loot_template set ChanceOrQuestChance = -100 where ChanceOrQuestChance<0;
/* 炼化物品所需碎片需求降低 */
update itemcomposeconfig set appenditemcoun=appenditemcoun/10 where appenditemcoun>99 and appenditemcoun<1000 ; /*碎片需求100~1000的减少10倍需求*/
update itemcomposeconfig set appenditemcoun=appenditemcoun/10 where appenditemcoun>999; /*碎片需求大于1000的减少10倍需求*/
/*以下如果不感兴趣就不用了*/
/*藏宝湾卖鹦鹉的商人处添加出售物品*/
INSERT INTO `npc_vendor` VALUES (2663, 0, 90070, 0, 0, 0); /*艾泽拉斯金币—游戏金币购买,拼命打钱把*/
INSERT INTO `npc_vendor` VALUES (2663, 0, 90073, 0, 0, 0); /*权力印记*/
INSERT INTO `npc_vendor` VALUES (2663, 0, 90074, 0, 0, 0); /*时光印记*/
INSERT INTO `npc_vendor` VALUES (2663, 0, 90075, 0, 0, 0); /*生命印记*/
INSERT INTO `npc_vendor` VALUES (2663, 0, 90112, 0, 0, 0); /*晶化生命碎片*/
INSERT INTO `npc_vendor` VALUES (2663, 0, 90834, 0, 0, 0); /*神秘的罗盘*/
/*宠物20倍血,20倍魔,属性10倍*/
update pet_levelstats
set hp = hp * 20 , mana = mana * 20 , armor = armor * 20 , str = str * 10 , agi = agi * 10 , sta = sta * 10 , inte = inte * 10 , spi = spi * 10
/*人物10倍属性*/
update player_levelstats
set str = str * 5 , agi = agi * 5 , sta = sta * 5 , inte = inte * 5 , spi = spi * 5
/*装备所有属性5倍急速10倍*/
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;
UPDATE item_template SET stat_value1 = stat_value1*10 WHERE stat_type1=36;
UPDATE item_template SET stat_value2 = stat_value2*10 WHERE stat_type2=36;
UPDATE item_template SET stat_value3 = stat_value3*10 WHERE stat_type3=36;
UPDATE item_template SET stat_value4 = stat_value4*10 WHERE stat_type4=36;
UPDATE item_template SET stat_value5 = stat_value5*10 WHERE stat_type5=36;
UPDATE item_template SET stat_value6 = stat_value6*10 WHERE stat_type6=36;
UPDATE item_template SET stat_value7 = stat_value7*10 WHERE stat_type7=36;
UPDATE item_template SET stat_value8 = stat_value8*10 WHERE stat_type8=36;
UPDATE item_template SET stat_value9 = stat_value9*10 WHERE stat_type9=36;
UPDATE item_template SET stat_value10 = stat_value10*10 WHERE stat_type10=36
没有回复内容