| 
 | 
 
 
发表于 2022-5-21 13:19:53
|
显示全部楼层
 
 
 
 本帖最后由 semic@tj 于 2022-5-21 13:22 编辑  
 
昨天发现青城山的拦路人,对应房间里面没有添加obj和block, 
如果没有加的人可以自己加上,不然进不去 
 
 
Room { 
        id = "zhiye/qingchengshan/songfengguan", 
        outdoor = "青城山", 
        name = "松风观", 
        ways = { 
                ["southdown"] = "zhiye/qingchengshan/shanqinggong", 
                ["north"] = "zhiye/qingchengshan/langmen", 
        }, 
        room_relative="穿廊门|松风观↑上清宫松风观", 
                 
        objs = { 
          ["罗人杰"] = "luo renjie", 
          }, 
        blocks = { 
                ["north"] = { 
                        {id = "luo renjie", exp = 15000}, 
                }, 
        },          
} 
 
Room { 
        id = "zhiye/qingchengshan/shanqinggong", 
        outdoor = "青城山", 
        name = "上清宫", 
        ways = { 
                ["east"] = "zhiye/qingchengshan/maguchi", 
                ["northup"] = "zhiye/qingchengshan/songfengguan", 
                ["west"] = "zhiye/qingchengshan/yuanyang", 
                ["westdown"] = "zhiye/qingchengshan/jiudao", 
                ["westup"] = "zhiye/qingchengshan/huyingting", 
        }, 
        room_relative="松风观↑鸳鸯井----上清宫----麻姑池上清宫", 
        objs = { 
          ["于人豪"] = "yu renhao", 
          }, 
        blocks = { 
                ["northup"] = { 
                        {id = "yu renhao", exp = 15000}, 
                }, 
        }, 
} |   
 
 
 
 |