Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

实现 OnPCCartDelFilter 过滤器事件, 当玩家准备将道具从手推车取回背包时触发 [香草] #545

Merged
merged 4 commits into from Sep 12, 2022

Conversation

VanillaIRV
Copy link
Contributor

*OnPCCartDelFilter:

当玩家准备将道具从手推车取回背包时触发过滤器 [香草]

事件关联:
关联到准备将道具从手推车取回背包的玩家

中断说明:
中断后服务端会无视本次取回道具的请求

携带参数:
@retr_nameid 取回的道具编号
@retr_amount 取回的道具数量
@retr_idx 取回的道具来源位置序号

@CairoLee
Copy link
Contributor

调整了参数

*OnPCCartDelFilter:

当玩家准备将道具从手推车取回背包时触发过滤器 [香草]

事件关联:
	关联到准备将道具从手推车取回背包的玩家

中断说明:
	中断后服务端会无视本次取回道具的请求

携带参数:
	@removeitem_nameid	即将取出的道具编号
	@removeitem_amount	即将取出的道具数量
	@removeitem_idx		即将取出的道具序号 (手推车序号)

注意事项:
	此事件触发时无法确保玩家最终的道具一定就能够成功从手推车中取出,

@CairoLee CairoLee added this to the v1.1.17 milestone Sep 11, 2022
@CairoLee CairoLee changed the title [EVENT]OnPCCartDelFilter 当玩家准备将道具从手推车取回背包时触发过滤器 [香草] 实现 OnPCCartDelFilter 过滤器事件, 当玩家准备将道具从手推车取回背包时触发 [香草] Sep 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants