[Suggestion] Remove some slabs in mining guild

Xortrox

Xortrox

New member
The attached images show a lot of annoying slabs found in the mining guild, the issue of these slabs is that they "steal" the mining ray-cast so if you click an ore "through" a slab, mining will not start.

Edit: Not sure if the attachments worked so here's a gallery
 
I find that you have to click on the top of the blocks, most of the time, when it comes to mining anything by a slab. Annoying but would be a nice QOL if fixed, same with the bank interact causing you to sink into the ground a block.
 
I find that you have to click on the top of the blocks, most of the time, when it comes to mining anything by a slab. Annoying but would be a nice QOL if fixed, same with the bank interact causing you to sink into the ground a block.

Sinking into the ground is caused by banking too fast with too high ping, server side you're not close enough to open the bank, so it cancels your bank request. This adjusts your position for some reason, and because you're standing on the 15/16 blocks in guild that puts you below the floor as this does a Math.floor operation to your Y position.

I know this is fixable in bukkit/spigot, not sure why it wouldn't be the case for whatever framework minescape might be using.
 
Back
Top