Coder Social home page Coder Social logo

Comments (3)

tomocrafter avatar tomocrafter commented on June 15, 2024 2

This is not a bug. If the player sends a packet to drop the item to the server and the player also sends a packet to change the slot before the server actually drops the item, the server will try to "drop the item that it currently player has", Therefore the item in the locked slot will be dropped.

In order to solve this problem, it is necessary to cancel the movement of the slot until the inventory change packet is sent from the server after dropping the item.

from skyblockaddons.

Sunjaeeeee avatar Sunjaeeeee commented on June 15, 2024

This is not a bug. If the player sends a packet to drop the item to the server and the player also sends a packet to change the slot before the server actually drops the item, the server will try to "drop the item that it currently player has", Therefore the item in the locked slot will be dropped.

In order to solve this problem, it is necessary to cancel the movement of the slot until the inventory change packet is sent from the server after dropping the item.

This is a bug because the mod is client side and not server side so before sending a packet to the server to drop the item, the client side should have been blocked it because it’s locked. This also does not happen without sba and I have been able to replicate this by pressing ‘2’ and ‘q’ at the same time while the locked slot and item is at 1

from skyblockaddons.

biscuut avatar biscuut commented on June 15, 2024

Should be fixed in 1.5.0, added a little cooldown on slot switch as a workaround

from skyblockaddons.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.