翔鹰帝国网|帝国时代论坛|帝国时代系列|神话时代
 找回密码
 注册翔鹰会员(昵称)
搜索
查看: 1042|回复: 1

[求助] ai 进贡问题 高手帮我解决

[复制链接]

1

主题

0

精华

89

积分

骑士

耕战
15
鹰币
120
天龙币
0
回帖
3
附庸关系0
发表于 2017-2-10 23:28:54 | 显示全部楼层 |阅读模式
这是我写的以下语句

如何让ai 侦侧到语音然后进贡 (不要一直重复执行 就是语音打出一次就进贡一次)

如果加上 (disable-self) 会进贡一次后就永不进贡了

;进贡给食物
(defrule
       (building-type-count market > 0) :市场大于1
       (taunt-detected any-ally 3): 同盟语音3
       (food-amount > 100) : 资源大于100
=>
       (tribute-to-player any-ally food 100) :进贡给盟友100
)
;进贡给木材
(defrule
       (building-type-count market > 0)
       (taunt-detected any-ally 4)
       (wood-amount > 100)
=>
       (tribute-to-player any-ally wood 100)
)
;进贡给黄金
(defrule
       (building-type-count market > 0)
       (taunt-detected any-ally 5)
       (gold-amount > 100)
=>
       (tribute-to-player any-ally gold 100)
)
;进贡给石头
(defrule
       (building-type-count market > 0)
       (taunt-detected any-ally 6)
       (stone-amount > 100)
=>
       (tribute-to-player any-ally stone 100)
)
回复

使用道具 举报

1

主题

0

精华

496

积分

子爵

耕战
80
鹰币
10
天龙币
0
回帖
32
附庸关系0
发表于 2017-2-18 17:40:47 | 显示全部楼层
acknowledge-taunt  <游戏者编号> <语音指令值>
这个动作使计算机游戏者重设对来自 <游戏者编号> 的游戏者的一个以 <语音指令值> 起首的交谈讯息的检查。
回复

使用道具 举报

本版积分规则

排行榜|小黑屋|翔鹰帝国

GMT+8, 2024-11-16 06:05 , Processed in 0.105977 second(s), 43 queries , File On.

Powered by Hawk Studio  QS Security Corp.® Licensed

Copyright © 2001-2023, Hawkaoe.net All Rights Reserved

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