|
本帖最后由 cfdgem@tj 于 2018-1-27 14:47 编辑
function xuexiSleep()
EnableTriggerGroup("xuexi",false)
if score.party and score.party=="神龙教" then
return go(xuexiSleepOver,"神龙岛","卧室")
end
if score.party and score.party=="少林派" then
return go(xuexiSleepOver,"shaolin/sengshe3","")
end
if score.party and score.party=="桃花岛" then
if score.master and score.master=="黄药师" then
return go(xuexiSleepOver,"桃花岛","客房")
else
return go(xuexiSleepOver,"归云庄","客房")
end
end
if score.master and score.master=="杨过" then
return go(xuexiSleepOver,"gumu/jqg/wshi","")
end
if score.master and score.master=="小龙女" then
return go(xuexiSleepOver,"gumu/jqg/wshi","")
end
if score.party and score.party=="武当派" and score.gender=='女' then
return go(xuexiSleepOver,"武当山","女休息室")
end
if score.party and score.party=="武当派" and score.gender=='男' then
return go(xuexiSleepOver,"武当山","男休息室")
end
if score.party and score.party=="天龙寺" then
return go(xuexiSleepOver,"dali/wangfu/woshi2","")
end
if score.party and score.party=="姑苏慕容" then
return go(xuexiSleepOver,"姑苏慕容","厢房")
end
if score.party and score.party=="星宿派" then
return go(xxSleepcheck,"星宿海","逍遥洞")
end
if score.party and score.party=="昆仑派" then
return go(xuexiSleepOver,"昆仑山","休息室")
end
if score.party and score.party=="华山派" and score.gender=='男' then
return go(xuexiSleepOver,"华山","男休息室")
end
if score.party and score.party=="华山派" and score.gender=='女' then
return go(xuexiSleepOver,"华山","女休息室")
end
if score.party and score.party=="铁掌帮" and score.gender=='男' then
return go(xuexiSleepOver,"铁掌山","男休息室")
end
if score.party and score.party=="铁掌帮" and score.gender=='女' then
return go(xuexiSleepOver,"铁掌山","女休息室")
end
return xuexiFinish()
end
主要是100K 以内需要睡觉, 峨眉怎么加睡觉? |
|