Files
chuanqi-server-instance/LogicServer/data/config/monster/talk/M0040.txt
2024-12-16 20:45:03 +08:00

57 lines
1.9 KiB
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- 怪物发言
talk =
{
minInterval = 60, -- 下限间隔时间(只有空闲发言有效)
maxInterval = 300, -- 上限间隔时间(只有空闲发言有效)
-- type: 发言类型
-- type=0 空闲状态
-- type=1 发现目标
-- type=2 攻击。暂时不支持
-- type=3 被攻击
-- type=4 死亡
-- type=5 血量低于某个值
-- type=6 创建的时候
-- type=7 消失的时候
-- rate: 发言概率百分比。例如50%就配置50
-- param针对type=5使用用于指定血量低于百分比。例如type=5param=20表明血量低于20%发言
-- bctype发言广播类型。 1附近 2场景 3副本 4世界 5同阵营广播
-- tiptype: 提示类型用于指定发言内容在客户端如何显示。默认是128在聊天栏显示
--[[
tiptype =1, --只在右侧提示栏显示
tiptype=2, --屏幕中央用于xxx把xxx强化到6级之类的全服公告
tiptype =4, --弹出框
tiptype =8, --公告栏用于GM发通知
tiptype = 16, --短消息,在屏幕中央悬挂,点击后查看内容,
tiptype =32, --温馨提示
tiptype = 64, -- Gm提示信息
tiptype =128, --左侧聊天栏里,用于一些系统公告在聊天栏显示
--]]
-- 注意对于type=5的发言类型可以配置多条。
info =
{
{
type=0, rate=1,
param=0,
bctype=1,
content=
{
OldLang.Paopao.ms00077,
OldLang.Paopao.ms00184,
OldLang.Paopao.ms00185,
},
},
{
type=4, rate=1,
param=0,
bctype=1,
content=
{
OldLang.Paopao.ms00125,
OldLang.Paopao.ms00186,
OldLang.Paopao.ms00187,
},
},
},
},