You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
Protocol version
All versions. This fix was added later in the 1.5 master branch
Describe the bug
Talkactions with params do not work in revscript.
To Reproduce
Steps to reproduce the behavior:
Create a revscript talkaction that uses params: !deposit all / !deposit 1000
It will not work at all. If you type "!deposit" that will work fine but nothing with params.
Expected behavior
Params should be registered and read.
Sorry I have no idea how to make a pull-request. Hopefully someone can.
Protocol version
All versions. This fix was added later in the 1.5 master branch
Describe the bug
Talkactions with params do not work in revscript.
To Reproduce
Steps to reproduce the behavior:
Create a revscript talkaction that uses params: !deposit all / !deposit 1000
It will not work at all. If you type "!deposit" that will work fine but nothing with params.
Expected behavior
Params should be registered and read.
Sorry I have no idea how to make a pull-request. Hopefully someone can.
Talkaction.cpp add
Change TalkActionResult_t TalkActions::playerSaySpell(Player* player, SpeakClasses type, const std::string& words) const
In tools.h Add all of this under generateToken
Tools.cpp
The text was updated successfully, but these errors were encountered: