|
新练了个华山小号,一番瞎鼓捣之后,效率能16K/每小时左右,总结一下经验,和大家讨论一下,也给从来没玩过华山的朋友们一个借鉴。
首先是出武馆的准备。3K~2m就是巡城,这个就不说了,风神在机器版块也发了最新的巡城robot(mush版)
※属性篇:个人认为目前版本最合适的山下属性应该是bl20 gg10 wx24 sf26或者bl20 gg10 wx 22 sf28。尝试了数种组合,还是觉得这两种组合的成长效率高。bl太低pfm没伤害,wx太低合气不够,学习还没效率,sf太低致命和暴击不够。
※挂机篇:首先要搞一套首饰,合气高低无所谓,但是一定要有首饰。做好克制属性,尽量选择130和120的克制,尽量拿武器做克制,属性不全克制不了的用冲灵剑法弥补。各种武功的属性克制表去系统研究版块看馆长的置顶帖。
挂山下剑法pfm用华山剑法的yangwu+lianhuan,或者bei hunyuan-zhang,wield sword;pfm strike.wuji;刀法pfm用fanliangyi-dao;wield blade;pfm strike.wuji。克制不了的用冲灵剑法,pfm strike.wuji来弥补。
1、冲灵剑法:ask 令狐冲 about 冲灵剑法,然后去朝阳峰转一圈再回去找令狐冲,ask 令狐冲 about 冲灵剑法,就解开了。冲灵剑法个人认为还是必须要解的,声望不够解金蛇剑法的时候,要靠冲灵剑法做无属性的克制。
2、华山饭厅的问题:饮水和食物低于80,做华山任务路过饭厅会被厨子强塞吃喝,导致发呆。我的解决办法是:
找到shujuan.lua里面
function check_food()
if score.gender=='无' then --厂公专用,封闭房间
map.rooms["city/mingyufang"].ways["north"]=nil
map.rooms["changan/eastjie1"].ways["north"]=nil
end
map.rooms["sld/lgxroom"].ways["#outSld"]="huanghe/huanghe8"
if score.party=='华山派'and hp.shen<0 then
map.rooms["huashan/houtang"].ways["north"]=nil
map.rooms["huashan/qianting"].ways["south"]=nil
end
if score.party=='姑苏慕容' then
map.rooms["mtl/anbian1"].ways["qu xiaozhu;#CboatWait"]=nil
map.rooms["mtl/anbian1"].ways["qu yanziwu;#CboatWait"]=nil
map.rooms["mr/testmatou1"].ways["qu yanziwu;#boatWait"]=nil
map.rooms["mr/testmatou1"].ways["qu mr;#boatWait"]=nil
map.rooms["mr/tingyuju"].ways["tan qin;#boatWait"]=nil
map.rooms["mr/xiaodao"].ways["#boatYell"]=nil
map.rooms["yanziwu/anbian3"].ways["#boatYell"]=nil
map.rooms["yanziwu/anbian4"].ways["#boatYell"]=nil
if skills["douzhuan-xingyi"]~=nil then
if not skills["douzhuan-xingyi"] and skills["douzhuan-xingyi"].lvl>130 and skills["douzhuan-xingyi"].lvl<170 then dzxy_level=1 end
if not skills["douzhuan-xingyi"] and skills["douzhuan-xingyi"].lvl>170 and skills["douzhuan-xingyi"].lvl<200 then dzxy_level=2 end
if not skills["douzhuan-xingyi"] and skills["douzhuan-xingyi"].lvl>200 and skills["douzhuan-xingyi"].lvl<hp.pot_max-100 then dzxy_level=3 end
end
end
beiUnarmed()
dis_all()
hpheqi()
if mydummy==true then
return dummyfind()
end
--if job.zuhe["wudang"] then wait_kill='yes' end
exe('nick 去武当吃喝;remove all;wear all')
exe('hp;unset no_kill_ap;yield no')
if (hp.food<60 or hp.water<60) and hp.exp<500000 then
return go(dali_eat,'大理城','茶馆')
elseif hp.food<90 or hp.water<90 then
return go(wudang_eat,'武当山','茶亭')
else
check_bei(check_food_over)
end
end
红字部分改成小于90就去武当吃喝,稍微影响一点效率。
3、job组合问题,因为要解独孤九剑,所以我选的job组合是:hs1+wd,尽量不要做hs2,现在的hs2的npc太强,对于没有quest的号来说,实在没有效率,不建议做hs2。job组合就选择hs1+wd就行。wd job如果失败,mush会自动去做sx1的。也不用刻意去做job次数,9j早晚会解开的,没有9j其实也不影响挂山下robot。
4、初期quest的选择,建议金蛇剑法+空明拳,无属性用金蛇剑法替换冲灵剑法,或者空明拳+五虎断门刀。攒够16500声望,换成金蛇剑法+越女剑。 |
|