Broken scripts in b73
-
@Azure1 thank you, idk why it was like that lol
-
@Azure1 thank you, idk why it was like that lol
-
@Aftery W u too
-
@LolMC ( ͡° ͜ʖ ͡°) u too
-
@Azure1 u too
-
We have heard from various users that certain scripts have stopped working properly in LiquidBounce 1.8.9 b73. To investigate these problems, it would be helpful if developers could post scripts here that no longer work. If only certain parts of the script are affected, an additional description would be very convenient.
We want the upcoming LiquidBounce version to work as smoothly as possible despite the many changes.Thanks.
/// api_version=2 var srvcustom = Java.type('net.minecraft.network.play.server.S3FPacketCustomPayload') var script = registerScript({ name: 'Example', version: '0', authors: ['Example'] }) script.registerModule({ name: 'example', category: 'Misc', description: 'example' }, function(module) { module.on('packet', function (data) { var packet = data.getPacket() if (packet instanceof srvcustom) Chat.print(1) }) })
this script worked well in b72 but know that i upgraded to b73 it doesn't anymore
-
/// api_version=2 var srvcustom = Java.type('net.minecraft.network.play.server.S3FPacketCustomPayload') var script = registerScript({ name: 'Example', version: '0', authors: ['Example'] }) script.registerModule({ name: 'example', category: 'Misc', description: 'example' }, function(module) { module.on('packet', function (data) { var packet = data.getPacket() if (packet instanceof srvcustom) Chat.print(1) }) })
this script worked well in b72 but know that i upgraded to b73 it doesn't anymore
-
/// api_version=2 var srvcustom = Java.type('net.minecraft.network.play.server.S3FPacketCustomPayload') var script = registerScript({ name: 'Example', version: '0', authors: ['Example'] }) script.registerModule({ name: 'example', category: 'Misc', description: 'example' }, function(module) { module.on('packet', function (data) { var packet = data.getPacket() if (packet instanceof srvcustom) Chat.print(1) }) })
this script worked well in b72 but know that i upgraded to b73 it doesn't anymore
-
It randomly starts freezing my game for a sec in short intervals. It's unplayable.
-
It randomly starts freezing my game for a sec in short intervals. It's unplayable.
@make-joke-of Mmm maybe try to allocate more ram to minecraft
-
@make-joke-of Mmm maybe try to allocate more ram to minecraft
@nvinci
B72 never does that -
It randomly starts freezing my game for a sec in short intervals. It's unplayable.
I think it is caused by cached font characters not being cleaned properly in b73.
-
I think it is caused by cached font characters not being cleaned properly in b73.
@0x64
English?? -
@0x64
English??sorry for the grammar mistakes
-
It randomly starts freezing my game for a sec in short intervals. It's unplayable.
@make-joke-of it's the script issues
-
@make-joke-of it's the script issues
@727
Wait it is? BUAGUETTE. -
I think it is caused by cached font characters not being cleaned properly in b73.