翎风引擎仓库存取物品前触发QF脚本功能说明

2023-12-1 19:38| 发布者: 积木GM论坛| 查看: 1622| 评论: 0

摘要: 功能说明:仓库存取物品前触发QF脚本;存入物品到仓库前QF触发:到普通仓:@BeginAddStorage到无限仓:@BeginAddBigStorage取回仓库物品触发普通仓取回:@BeginDelStorage无限仓取回:@BeginDelBigStorage中止存取操 ...
功能说明:仓库存取物品前触发QF脚本;

存入物品到仓库前QF触发:

到普通仓:@BeginAddStorage
到无限仓:@BeginAddBigStorage

取回仓库物品触发
普通仓取回:@BeginDelStorage
无限仓取回:@BeginDelBigStorage

中止存取操作,命令
StopStorageItem

示例:
[@BeginAddStorage]
#if
CHECKLEVELEX < 50
#act
StopStorageItem
SENDMSG 6 等级低于50级无法使用仓库

示例2:

[@BeginAddStorage]
#IF
#ACT
Sendmsg 6 提示:存放物品【<$CurItemName>】进到了你的普通仓库,物品序列号:<$CurItemMakeIndex>
break

[@BeginDelStorage]
#IF
#ACT
Sendmsg 6 提示:取回物品【<$CurItemName>】进到了你的背包,物品序列号:<$CurItemMakeIndex>
break

相关阅读

最新评论