原网址
Talking Npc Vendors
With all cs files installed this will work with minimal configuration out of the box to spawn Copters/Boats/ModularCars/Snowmobiles/bikes. Once all plugins are installed you can add the default vendors for modularcars/copters. To do modularcars you will need https://umod.org/plugins/spawn-modular...
codefling.com
关于 Talking Npc Vendors
它可以做你想做的任何事情,例如让NPC卖衣服,设置NPC自定义对话框,NPC传送点等等安装所有 cs 文件后,只需最少的开箱即用配置即可生成 Copters/Boats/ModularCars/Snowmobiles/bikes。
安装所有插件后,您可以添加 modularcars/copter 的默认供应商。
要制作 modularcars,您需要 umod 的 https://umod.org/plugins/spawn-modular-car。
要求: https://www.myvector.xyz/index.php?resources/talkingnpcvehicles-addon-for-talkingnpc-plugin.115/
适用于: https://umod.org/plugins/custom-vending-setup
烫发:
talkingnpc.admin - 聊天命令需要。
<conversationFile> = default, modularcar, copter, boat, bike - conversationFile 是 /oxide/data/TalkingNpc/Conversations/
中的 fileName <type> = boat, copter, modularcar, snowmobile
<true/false> = 用于放置在纪念碑上以进行重生/地图更改。
模块化汽车供应商:
1. 生成供应商 modularcar 可以替换为类型 <modularcar, copter, boat, bike>
/talking_npc vehicle modularcar <“Unique_Vendor_Name”> <false/true>
2.为 modularcars
创建车辆生成点 将弹出一条消息,说明如何添加生成点。
/oxide/data/TalkingNpc/Addons/<“Unique_Vendor_Name”>.json设置汽车属性。
您可以在 /oxide/data/TalkingNpc/Conversations/<“Unique_Vendor_Name”>.json
****************************************************************
Copters 供应商中编辑 UI 消息:
1. 生成供应商
/talking_npc 车辆直升机 <“Unique_Vendor_Name”> <false/true>
2.为 modularcars
创建车辆生成点 将弹出一条消息,说明如何添加生成点。
/oxide/data/TalkingNpc/Addons/<“Unique_Vendor_Name”>.json设置汽车属性。
您可以在 /oxide/data/TalkingNpc/Conversations/<“Unique_Vendor_Name”中编辑 UI 消息>.json
****************************************************************
关于 /talking_npc 车辆聊天命令:
<type> - “snowmobile”, “copter”, “modularcar”, “boat”, “bike”
自定义对话文件的一些信息:
$userID - Will insert players userID
$displayName - Will insert players display name
OpenVending <Vending Machine Configuration Files name> - Will open a vending machine
Giveitem <item id> <amount> <skinID> <item name> - Give Item
"Player Commands": [
"chat.say \"/TheCommand arangements\""
],