看到很多朋友一直为命中率苦恼,我把我的成果说一下希望对大家有帮助
你们没有修改实质性的地方
我是这样做的,而且成功了,不一定要改成300 改成150就够了 具体方法如下:
在CLASSES里面找到Start Items这一行 这一行下面的意思就是指新建立的任务出生的时候的所有的参数
包括身上携带的物品和你的技能属性 举个例子 比如说我们要修改暗夜精灵的出生时候的技能参数 那么就找到:
[startitems #RACE_NIGHT_ELF #CLASS_WARRIOR]
这一行
spell=198 // Maces
spell=201 // Swords
spell=1180 // Daggers
skill=43 20 300 // Swords
skill=54 20 300 // Maces
skill=173 20 300 // Daggers
item=3 6120 // Recruit’s Shirt
item=6 6121 // Recruit’s Pants
item=7 6122 // Recruit’s Boots
item=15 25 // Worn Short Sword
item=16 2362 // Worn Wooden Shield
item=23 6948 // Hearthstone
item=24 159 // Refreshing Spring Water
item=25 2070 // Darnassian Bleu
item=26 4540 // Tough Hunk of Bread
item=27 4536 // Shiny Red Apple
item=28 2947 // Small Throwing Knife
item=29 5572 // Small Green Pouch
item=30 56001 // WDDG Welcome Letter
item=32 7 //1000 gold
//item=31 14648 // Shadowglen Gift Voucher - Elf
这里面有3个SKILL值
skill=43 20 300 // Swords
skill=54 20 300 // Maces
skill=173 20 300 // Daggers
分别代表的是暗夜精灵出生的时候的法仗 匕首 短刀 等技能的熟练程度 中间的那个20很关键
我们来修改为:
skill=43 200 300 // Swords
skill=54 200 300 // Maces
skill=173 200 300 // Daggers
好了 保存退出就可以了 启动你的WOWEMU.exe 建立一个精灵战士去试试吧 看看近战是不是命中率提高了很多?