-
Notifications
You must be signed in to change notification settings - Fork 49
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
features and fixes #1300
features and fixes #1300
Conversation
That's becoming a big amalgamation of commits... I'll comment separately each feature, but please try to avoid multiple features in the same PR :) |
yes, I tried all of the commands like findlayer.21.empty, update, updatex, character update, updatex, resend, after saying empty, the contents of the container are not updated at all and after saying empty, the content remains without opening the container again. |
Container empty update I may have acted hastily since the recheck was one of the first commits. |
Thanks for the comment and obviously for the PR! So do you plan to revise that part of the code?
|
6.I don't understand what you mean here, return 1 is just a return that prevents the money from being deposited to the bank and causes it_gold to fail to drop together with return 1, if this return is not there, it will continue to work normally. This part has been tested, I don't understand exactly what you mean. Of course most of them have been tested but I will retest the untested ones and send a commit. Also you are right about the container empty issue, I tried it and even if the container is not open, when you empty it, the container opens, so is there a method in Sphere that we can query whether a container is open or not? I noticed something like this, if a container is not open at all, when it opens, the sound of the container is heard, but if it is already open and you try to open it again, there is no sound, is this a client-side situation? |
|
Could you add that ini setting? |
When a container was emptied, the content was not updated.