马上注册,结交更多侠客,享用更多功能,让你轻松玩转侠外论坛。
您需要 登录 才可以下载或查看,没有帐号?立即注册  
 
x
 
无敌模式 
游戏目录 \install\scripts\server 下找到 balance.txt 文件,修改以下内容: 
Enemy_weapondamage = {0,0,0,0,0}, 
Enemy_spelldamage = {0,0,0,0,0}, 
里面好多内容(如经验,护甲,属性)可以更改,有兴趣的可自己研究下。 
提示:修改前务必做好备份工作。 
更多修改: 
提升掉宝率 
local beValues = { 
NORMAL_STANDARD = 10000, 
NORMAL_RUNE = 5000, 
CHAMP_STANDARD = 10000, 
CHAMP_RUNE = 5000, 
BOSS_STANDARD = 10000, 
BOSS_RUNE = 5000, 
EXTRAGOLD = 0, 
EXTRAPOTION = 0, 
EXTRARUNE = 0, 
Trader_Item = 2300, 
Trader_Many = 10000, 
Trader_SpecialOffer = 0, 
Well_Potion = 1000, 
QUEST_UNIQUE = 0, 
SUBFAMDROP_LOWCHANCE = 10, 
SUBFAMDROP_HIGHCHANCE = 100, 
}  
ZRareExpectation15 = 1000, 
ZRareExpectation14 = 1000, 
ZRareExpectation13 = 1000, 
ZRareExpectation12 = 1000, 
ZRareExpectation11 = 1000, 
ZRareExpectation10 = 1000, 
ZRareExpectation09 = 1000, 
ZRareExpectation08 = 1000, 
ZRareExpectation07 = 1000, 
ZRareExpectation06 = 1000, 
ZRareExpectation05 = 1000, 
ZRareExpectation04 = 1000, 
ZRareExpectation03 = 1000, 
ZRareExpectation02 = 1000, 
ZRareExpectation01 = 1000, 
ZRareExpectation00 = 1000, 
更多经验,金钱修改 
QuestExplow  = {200000,200000,200000,200000,200000}, 
QuestGoldlow = {20000,20000,20000,20000,200000}, 
QuestExpmax  = {400000,400000,400000,400000,400000}, 
QuestGoldmax = {30000,30000,30000,30000,300000}, 
符文修改找到 
Is Rune for Hero = 400 
修改为 
Is Rune for Hero = 40000 |