We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You can cast archery skills with daggers in your hand server fails the weapon check. All you need is arrows in your inventory as it consumes them.
Server files cpp. possible suggestions user.cpp and magic type 2 (mobs and players)
Fool the client or with koxp/packets and the server fails to check it.
Include specific tasks in the order they need to be done in. Include links to specific lines of code where the task should happen at.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
You can cast archery skills with daggers in your hand server fails the weapon check.
All you need is arrows in your inventory as it consumes them.
Screenshots
Files
Server files cpp. possible suggestions user.cpp and magic type 2 (mobs and players)
To Reproduce
Fool the client or with koxp/packets and the server fails to check it.
Tasks
Include specific tasks in the order they need to be done in. Include links to specific lines of code where the task should happen at.
The text was updated successfully, but these errors were encountered: