|
M今天一高兴,把大和尚的申请批准了。。先给师兄弟们发点儿小福利
原来room里面有两套,但是链接都不太对,整理了一下,把原来的都删掉,这个贴进去就可以啦!
- Room {
- id = "tls/lsy",
- name = "龙树院",
- ways = {
- ["out"] = "tls/songlin-1",
- ["ask kurong zhanglao about 普云洞"] = "tls/pyd", --modman增加tlsdizi去普云洞
- },
- nolooks = {
- ["ask kurong zhanglao about 普云洞"] = true,
- },
- objs = {
- ["枯荣长老"] = "kurong zhanglao",
- },
- lengths = {
- ["ask kurong zhanglao about 普云洞"] = "if score.party and score.party=='天龙寺' and hp.neili_max>4500 then return 1 else return false end",
- },
- }
- Room {
- id = "tls/pyd",
- name = "普云洞",
- no_fight = true,
- ways = {
- ["northup"] = "tls/shaoshang",
- ["southeast"] = "tls/shaochong",
- ["southwest"] = "tls/shaoze",
- ["northwest"] = "tls/guanchong",
- ["north"] = "tls/shangyang",
- ["northeast"] = "tls/zhongchong",
- ["out"] = "tls/lsy",
- },
- }
- Room {
- id = "tls/guanchong",
- name = "关冲",
- ways = {
- ["southeast"] = "tls/pyd",
- },
- }
- Room {
- id = "tls/shangyang",
- name = "商阳",
- ways = {
- ["south"] = "tls/pyd",
- },
- }
- Room {
- id = "tls/shaochong",
- name = "少冲",
- ways = {
- ["northwest"] = "tls/pyd",
- },
- }
- Room {
- id = "tls/shaoshang",
- name = "少商",
- ways = {
- ["southdown"] = "tls/pyd",
- },
- }
- Room {
- id = "tls/shaoze",
- name = "少泽",
- ways = {
- ["northeast"] = "tls/pyd",
- },
- }
- Room {
- id = "tls/zhongchong",
- name = "中冲",
- ways = {
- ["southwest"] = "tls/pyd",
- },
- }
复制代码 |
评分
-
1
查看全部评分
-
|