-
Notifications
You must be signed in to change notification settings - Fork 39
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
魔法书释放问题 #6
Comments
自己实现魔法书就行了,没必要用魔兽的 |
自己实现魔法书是什么原理,用选择其他单位来模拟?这样有缺陷 |
惠惠的天赋升级就是这样做 |
惠惠的天赋升级使用后会打断当前指令,我希望是瞬态的,我就是模仿你的惠惠写的(= ̄ω ̄=) |
message能有解决方案吗 |
打断或者不打断只是一个技能的属性 |
message.order_immediate只提供了两个参数,客户端发送信息的时候无法对魔法书里的通魔技能生效,我测试出来的现象发现与unk参数有关,因为我在英雄单位本身的3X4技能窗口里释放技能,immediate_order输出unk为0,但是在不同的魔法书的3X4技能窗口里释放技能,immediate_order输出unk为12CCB6D4(不同的魔法书拥有不同的输出),但是我无法修改。 |
目的:可以使用message释放魔法书里的技能,让魔法书里的通魔技能瞬态模拟释放
遇到了释放魔法书里的技能时,message函数无效
The text was updated successfully, but these errors were encountered: