找回密码
 注册
搜索
查看: 301|回复: 1

神龙教弟子上岛小bug

[复制链接]
门派:华山派
发表于 2023-6-24 20:01:20 | 显示全部楼层 |阅读模式
  1. Room {
  2.         id = "huanghe/road2",
  3.         name = "大渡口",
  4.         outdoor = "黄河流域",
  5.         ways = {
  6.                 ["south"] = "huanghe/huanghe8",
  7.                 ["#duHhe"] = "huanghe/road3",
  8.                 ["#ptoSld"] = "sld/dukou",
  9.         },
  10.         nolooks = {
  11.                 ["enter"] = true,
  12.                 ["#duHhe"] = true,
  13.                 ["#ptoSld"] = true,
  14.         },
  15.         lengths = {
  16.                 ["#duHhe"] = 10000,
  17.                 ["#ptoSld"] = "if score.party and score.party=='神龙教'then return 10 else return false end",
  18.      },
  19. }
复制代码


room.lua里面打成了神龙岛

评分

1

查看全部评分

门派:华山派
 楼主| 发表于 2023-6-26 17:02:13 | 显示全部楼层
  1. function outSldBoatCheck()
  2.     if locl.room=="海滩" or locl.room=="黄河入海口" then
  3.        return outSldOver() end
  4.          if locl.room=="小帆船" then
  5.                 if score.party and score.party=='神龙教' then
  6.                 exe('order 去入海口')
  7.                 else
  8.         exe('order 开船')
  9.                 end
  10.        return checkWait(outSldBoat,3)
  11.     end
  12. end
复制代码


lujing.lua
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|书剑永恒MUD ( 闽ICP备14012032号|闽公网安备 35050202000162号 )

GMT+8, 2025-7-27 16:16 , Processed in 0.039340 second(s), 20 queries .

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表