取决于
-
关于Quest System
XDQuest:为您的 RUST 服务器提供全面且可定制的任务系统!
XDQuest 是一个功能强大且灵活的插件,可将全面而动态的任务系统引入您的游戏世界。
玩家有 31 种不同类型的任务可供选择,可能性几乎是无限的。
玩家完成任务会获得各种奖励,从而为完成任务增加更多动力。这是目前最大且唯一的任务系统!
XDQuest 是您在 RUST 世界中创造无尽冒险的关键。功能列表:
(描述简要概述了功能并包括屏幕截图。用于创建任务的交互式网站:
XDQuest-Creater – 在我的网站上,您可以轻松快速地创建任务。忘记手动编辑 JSON 文件 – 我的用户友好界面将使任务创建过程变得简单而愉快!该插件提供四种类型的奖励:
- 项目
- 蓝图
- 自定义项目
- 命令
它与各种经济系统完美集成,还支持 Skill Tree 和 ZLevels。
任务列表
任务设置
奖励设置网站上的详细说明和设置:
XDQuest-Creater – 我的网站提供清晰而翔实的说明,可帮助您配置插件并掌握所有类型的任务。购买插件后,您将立即获得访问权限。
使用我的指南发现最简单、最有效的配置方法!
美观而现代的 UI:
时尚直观的界面使 XDQuest 的使用变得简单而愉快。
有一个迷你任务列表,可让您的玩家远程跟踪他们的任务进度。
用户界面
用户界面
小任务列表
UI 自定义
示例(Rusty Wasteland PvE)能力和 NPC 设置:
- NPC 有自己的画外音;目前,他们可以通过 4 个触发器响应用户:
1.问候
2.告别
3.任务接受
4.任务完成 - 您还可以为这 4 个触发器中的任何一个上传和使用自己的声音,该网站也会为您提供帮助。
- 随心所欲地打扮你的 NPC,为他们创造一个独特的外观。
- 有一个选项可以更改 NPC 的位置。
- 您的 NPC 居住在根据他们的性格和背景故事创建的独特住宅中。
可用的任务类型:
目前,有 24 种不同类型的任务可用:
(任务类型不断更新)(
包括 16 个预设任务)标准类型:
– 资源提取
– 摧毁目标
– 物品制作
– 学习新技术或物品
– 掠夺(可以从桶和盒子中,也可以从 NPC 中)
– 建筑升级
– 使用
门禁卡 – 设置或放置物品
– 与 NPC 交易
– 破解上锁的盒子
– 回收物品
– 种植和收获植物
– 钓鱼(用鱼竿捕鱼)
– 送货 – 送货其他插件可用的类型:
– RaidableBases
– AbandonedBases
– BossMonster
– HarborEvent
– SatelliteDishEvent
– Sputnik
– IQDronePatrol
– IQPlagueSkill
– IQHeadReward
– IQCases
– XDChinookEvent
-GasStationEvent
-Triangulation
-FerryTerminalEvent
-护航
-大篷车
-IQDefenderSupply命令:
Chat commands: /quest.saveposition - saves a custom position (available only to administrators). /quest.saveposition.outpost - saves a custom position within the bounds of a peaceful town (available only to administrators). /quest.tphouse - teleport to a building (available only to administrators). Console commands: xdquest.stat - publishes statistics. xdquest.player.reset [steamid64] - Clears all of a player's missions and everything associated with them.
配置:
{ "General Settings": { "Max number of concurrent quests": 3, "Play sound effect upon task completion": true, "Effect": "assets/prefabs/locks/keypad/effects/lock.code.lock.prefab", "Clear player progress when wipe ?": true, "Clean up player permissions when wiping?": true, "Quests file name": "Quest", "Commands to open quest list with progress": [ "qlist", "quest" ], "Activate radio for NPC in the building?": true, "Radio station URL to play in the building": "sonisradio.facepunch.com", "The ID of the camera in the NPC's house": "121314", "Notify all players on task completion?": false, "[Skill Tree] Ignore bonus from Skill Tree plugin when mining": false }, "Spawn Settings": { "Spawn mode (0 - Construction or 1 - NPC)": 0, "Use custom position?": false, "Custom position settings": { "Position coordinates(/quest.saveposition)": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Rotation angle (0-360 degrees)": 0.0 }, "Position settings tied to a monument": { "Position coordinates relative to monument (/quest.saveposition.outpost)": { "x": -2.1, "y": 1.4, "z": 30.3 }, "Rotation angle (0-360 degrees)": 271.0 }, "Safe zone settings": { "Enable safe zone?": false, "Safe zone radius": 25.0 } }, "Map Marker Settings": { "Use a mark on the game map? (Requires https://umod.org/plugins/marker-manager)": false, "Name of the map marker": "QUEST ROOM", "Marker color (without #)": "f3ecad", "Outline color (without #)": "f3ecad" }, "NPC Parameters Settings": { "NPC Outfit": [ { "ShortName": "hazmatsuit.nomadsuit", "SkinId": 0 } ], "Enable communication with NPCs": true }, "Statistics collection settings": { "Enable statistics collection and publication to Discord?": false, "Discord webhook for statistics publication": "", "How often to publish statistics? (Sec)": 21600.0 }, "IQChat Settings (if applicable)": { "IQChat : Custom prefix in chat": "Quest", "IQChat : Custom chat avatar (If required)": "0", "IQChat : Use UI notification (true - yes/false - no)": false }, "Notification Settings": { "Enable notifications (Is required - https://codefling.com/plugins/notify)": false, "Notification Type (Is required - https://codefling.com/plugins/notify)": 0 } }