#Suggestions Discussion

1 messages · Page 10 of 1

vernal fog
#

i feel like itll get complicated

#

tho whats weird is that the rooms youve alredy been at arent connected by a door

gray lodge
#

it still tries to use the dungeon map for the connectors I think but idk

vernal fog
#

i got no clue about coding stuff

#

just wanted to point that out in case you can figure out a "solution"

#

the map also entirely resets after dungeon start and doesnt keep your room progress

gray lodge
#

actually there is a part that should create a door using the like world scanning ig, ig it's broken or I don't understand it

gray lodge
high terrace
vernal fog
#

I can come rq

vernal fog
#

When the dungeon started it first rendered the doors and then everything that wasn’t connected disappeared

#

And what was connected got a question mark for unknown

vernal fog
high terrace
#

I have to say it works fine for me

vernal fog
#

what part

high terrace
vernal fog
#

the doors aswell?

#

before start?

high terrace
#

yeah

vernal fog
#

wth

high terrace
#

I did just set it to render all rooms tho

#

so it might be something else

vernal fog
#

wait

high terrace
#

rooms still dissappear tho

vernal fog
#

i have an idea

#

u think that maybe dynamic rotate messes sth up?

high terrace
#

no

vernal fog
#

ok it in fact didnt

#

also my player marker is not facing the same direction as me

vernal fog
#

idk why it doesnt work for me tho

high terrace
high terrace
vernal fog
#

wouldnt make sense that it works for you then

#

no?

high terrace
#

instead of logic

vernal fog
#

im slow

#

so you changing stuff in the mod rn?

high terrace
vernal fog
#

aight bet

#

ty !

#

anyways

#

do you need me

#

or can i go off?

high terrace
vernal fog
#

o7

gray lodge
vernal fog
#

It will be in the next release then right ?

gray lodge
#

If it's actually working, yes

#

You could theoretically also test it rn if you got a GitHub account

high terrace
#

I'll test it in a sec

high terrace
#

sort of working

unique ibex
#

i doubt he can access

gray lodge
unique ibex
#

well that didnt work

high terrace
unique ibex
deep sealBOT
#

also missed some doors for some reason?

unique ibex
#

i think you are just bad

high terrace
#

unfair

gray lodge
#

I also have skillissue damn

high terrace
#

only seems to get the horizontal doors

#

and its also rendering some random door?

distant yarrow
# high terrace

[colors.players]
"player_border_color_(mage)" = "85,255,255,128"
"player_border_color_(berserk)" = "170,0,0,128"
"player_border_color_(archer)" = "255,170,0,128"
"player_border_color_(healer)" = "255,85,255,128"
"player_border_color_(tank)" = "0,170,0,128"

Does anything break when I remove the last number (128)

vernal fog
#

So saturation

#

Idk tho that's my guess tho

distant yarrow
vernal fog
distant yarrow
#

My question is if I can just cut it off

vernal fog
#

Just put it to 255

distant yarrow
vernal fog
distant yarrow
distant yarrow
high terrace
#

you van just ignore it tho?

#

can

distant yarrow
high terrace
#

also it's in the config

#

so why

distant yarrow
vernal fog
#

😭?

distant yarrow
vernal fog
#

Bruh

distant yarrow
#

And when you convert those to rbg there is no alpha value

high terrace
#

have you tried using it

vernal fog
distant yarrow
distant yarrow
high terrace
distant yarrow
vernal fog
#

Then set it to max

vernal fog
distant yarrow
#

I now know what I need to know, I will figure out what values to use tmr. And prolly post them somewhere for others. But Im probably the only one who really wants this

gray lodge
#

I love Skytils

neat jetty
#

Lol

gray lodge
#

From Odin code:
Archer: Color.ORANGE, '6',
Berserk: Color.DARK_RED, '4',
Healer: Color.PINK, 'd',
Mage: Color.BLUE, 'b',
Tank: Color.DARK_GREEN, '2',
Unknown: Color.WHITE, 'f'

and using this as a reference, it's likely:

archer: #FFAA00 or 255, 0, 0
berserk: #AA0000 or 170, 0, 0
healer: #FF55FF or 255, 170, 255
mage: #5555FF or 170, 170, 255
tank: #00AA00 or 0, 170, 255

(I don't know whether mc uses the java Color for its colors so it may be wrong)

#

I couldn't even copy it so I had to use circle to search to get the text back ;-;

#

@modern sundial please re-enable header formatting, ty

distant yarrow
#

But still I would like to know why do you use rgb in config but show hex ingame?

gray lodge
#

And that way they don't need to parse hex to int (not like it's hard, but unnecessary effort)

gray lodge
#

@mossy kraken no idea what exactly you mean, but that's probably a cheat

mossy kraken
#

@gray lodge I meant like timed pings of waypoints where the ping says what move you need to do with a little more time. Thought this was done via macros I don’t know not a coder lol

gray lodge
mossy kraken
#

Yah but the display provides the next move for it. Other than the already generated one. So for example you start on the green block there be a waypoint on blue block saying move , then for next block move .

#

If that explains it

gray lodge
#

technically possible but doesn't seem worth the effort

harsh beacon
#

ok but what if you just remember the moves because it's like maybe 4 different patterns that repeat

mossy kraken
rose copper
#

Named memory loss fix

sage wedge
#

for my suggestion here #suggestions message – so i don't got the first clue about kotlin or the hypixel api usage in skytils unfortunately, but for the second part of the idea:
after looking into the codebase a bit, i think it would be added in ProfileGui.kt somewhere around line 364

            launch {
                API.getSkyblockProfiles(uuid).let {
                    profiles.set(it)
                    selection.set(it?.indexOfFirst { it.selected } ?: 0)
                    println(it?.joinToString("\n") { it.name })
                }
            }

when it's printed out, if the api data also hold the profile's gamemode, it could be concatenated to something resembling println(it?.joinToString("\n") { "${it.gameModeSymbol} ${it.name}" }) (plus an enum or something for the conversion from gamemode to symbol somewhere)

although this'd only work if the standalone profile name isn't needed somewhere else, which i haven't checked

high terrace
#

what

sage wedge
sage wedge
frail pendant
sage wedge
#

(and world switch is faster without neu which is nice and performance after a couple hours of having the game opened is much better lag-wise, but that's a different topic :p)

high terrace
gray lodge
sage wedge
#

may very well be

sage wedge
gray lodge
sage wedge
#

not if i don't have neu loaded

gray lodge
gray lodge
sage wedge
#

pc?

#

laptop 💯

gray lodge
#

laptop and pc is the same thing ngl

sage wedge
sage wedge
#

(i'm not)

gray lodge
#

tbh ig I could probably do it

#

Actually I can't be bothered, have fun

sage wedge
#

fair enough :x

sage wedge
# high terrace St pv is also decidedly not maintained

given this, how about a command instead, especially for the first half of my suggestion? basically /sblevel ign or anything in that direction to quickly check the level of a player who's not in the same lobby as me

#

(i briefly checked and no other command seemed to have it, so please lmk if i overlooked it, i'll def use an existing feature if level is a part of it)

sage wedge
#

when i tell you i am willing, but not able to

#

i've played with neu since i started skyblock three years ago and like 3 days ago tried making an instance without it for the first time ever, and the difference is genuinely remarkable. haven't decided yet whether i want to go leave it completely, but at least having options would be cool

harsh beacon
#

current elementa is much more laborious to work with

desert drumBOT
#
Suggestion | warius_000#0

@desert drum add autokick for partyfinder. When PB for set floor is too slow it automatically kicks (pb in seconds) also check if the player is actually the party leader (this is the most important part) also add a message send to party chat saying that pb was not good enough.

high terrace
#

no

distant yarrow
gray lodge
#

cause insta kicking people is boring

distant yarrow
#

And if it would only prefill the command in chat like it does when you click on kick in the dungeon gear overview thing?

#

Where it shows you the most important items and stuff

distant yarrow
high terrace
distant yarrow
#

Not a big fan of rats

high terrace
#

cool

desert drumBOT
#
Suggestion | rensm#0

@desert drum make the custom damage splash customizeable (it has so much potential 🙏 )

rapid venture
#

what do the blue # mean

high terrace
#

and this isn't happening

rapid venture
#

why not

high terrace
#

ask skyhanni

gray lodge
unique ibex
#

its already deleted i think

high terrace
#

if you want to test

vernal fog
#

Thanks goat

vernal fog
vernal fog
#

so u still have to search the entire room for wither door

vernal fog
high terrace
vernal fog
#

the map after start shows connected rooms / doors

high terrace
#

it doesn't before start

#

that's the point

vernal fog
#

but the basic principle of the dungeon map in general is to show adjescent rooms

#

so having to search the rooms urself makes the feature pointless to a certain degree

high terrace
#

take your pick

vernal fog
#

bettermap cheat

#

ah yes

high terrace
#

showing the doors when you can't possibly know where the doors are is cheating

distant yarrow
#

Showing the map on screen while I dont hold it in my hand also shows me data I cant possibly have. And also this works even tho I never had the map in my hand in the entire run? So whats your issue here?

distant yarrow
#

Also while we are on the topic, pls fix magicalmap being in my hotbar when Im in boss. Happens when you disconnect from the dungeon. And dont tell me its cheating, just get the info if im in boss or not, you can tell with your eyes

distant yarrow
high terrace
#

hm?

distant yarrow
high terrace
distant yarrow
#

But ok

high terrace
gray lodge
#

Should the map in your hotbar even exist at this point? iirc that was basically only a compatiblity thing

regal garnet
#

I got idea

#

Skid whole fme and build it in skytils

modern sundial
#

also this isn't anybody's job

distant yarrow
desert drumBOT
#
Suggestion | matteo0_0#0

@desert drum Swarm mob display. Displays the amount of mobs in a then block radius for the swarm damage bonus.

high terrace
#

lag go brrrrr

#

and why do you even need this

gray lodge
#

is swarm actually used by people?

high terrace
gray lodge
#

Skytils is for the rich so we don't care

distant yarrow
old leaf
old leaf
high terrace
#

I sure hope you're using a gdrag

distant yarrow
#

3 is equal 4 is better

old leaf
neat jetty
distant yarrow
#

2/10 ragebait

old leaf
neat jetty
#

Yeah I guess if you aren't using relic gdrag and only have 150MF

gray lodge
#

@rustic halo true, would be such a cool feature, so sad it isn't in the mod already via a command called skytilscalcxp

gray lodge
#

what skytils version are you using

rustic halo
#

idk

gray lodge
#

cause that command has existed for a while

#

And you should get the mandatory update message if you're very outdated

#

Unless you are using a very old version

rustic halo
#

idts

gray lodge
#

/st help should show the version I think

rustic halo
#

it doesn't let me update

gray lodge
#

skytilscalcxp, you wrote skytilscalxp

rustic halo
#

bruh

rustic halo
#

not catacombs

gray lodge
#

Oh that's what you want

rustic halo
#

ye

gray lodge
#

The thing is that's super inconsistent depending on what milestone you get and such

rustic halo
#

soopyv2 used to do it

#

i installed it but doesn't work

#

also not on features list

#

I Played TANK 4,000 Times... This is Why! (Hypixel Skyblock)

In this video I go over my tank journey throughout dungeons playing specifcally the tank class as well as finally finishing it for class average

Support me: https://www.paypal.com/donate/?hosted_button_id=T6RMRVEAFEW4N

discord: https://discord.gg/Rr2C3sAWdj
Twitch: twitch.tv/macmaco...

▶ Play video
#

2:20

rustic halo
gray lodge
#

iirc the higher the milestone the more xp you get

#

(ofc you usually get milestone 9 by default unless you're healer)

rustic halo
neat jetty
#

Also take into account the already completed floors

rustic halo
#

seems like a decent feature to me

modern sundial
#

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

#

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

gray lodge
#

@rich dune it already does

#

the only thing that's excluded (apart from 0/10 candy used) is the pet candy on max pets since I was told to not do it

#

So ig you want an option to make it always show pet candy?

distant yarrow
#

But the reason why ppl pay less for candied pets is because it show candies in itemlore. When it doesnt show in item lore its not “ugly“ and people pay normal price

#

This feature is pointless

crude grove
patent frigate
#

Adding journal entries + runes to this?

desert drumBOT
#
Suggestion | jefferytf2#0

@desert drum make /bs or /bsmod open the st menu

#
Suggestion | dolphins_grace#0

@desert drum Option to show pet candies should fetch pet candy data from the pet, not fetch the visible pet candy showed on the pet. This would show ghost pet candies (pet candy that does not show visually) on a pet. This would also prevent people from getting scammed thinking they are buying uncandied pet, whereas they are buying candied pet (worth a lot less).

grand cedar
#

No, it’s ok, not needed

#

As candies dissapper after you do that much xp for your pet (after 100)

high terrace
distant yarrow
#
  • runesack is a thing
bold lintel
grand cedar
#

But the average skyblock player won’t see it

rich dune
bold lintel
modern sundial
#

i didn't realize skycrypt reconstructs the lore themselves

#

nobody looks at nbt data though

bold lintel
desert drumBOT
#
Suggestion | zicebear#0

@desert drum option to replace right click with middle click in pet menu for high ping

neat jetty
#

Not sure why it asks for right click though

gray lodge
#

true right click would be weird

#

Not often where you convert to an item

gray lodge
high terrace
#

useless

#

you want the additional click functionality

#

plus middle click won't make a difference in pet menu

vernal fog
#

Im autistic

#

And can't differentiate

#

Between directions

vernal fog
high terrace
#

the bit that the server cares about is you clicking it

#

and wont this end up just being massively annoying when you want to take a pet out

vernal fog
#

Sometimes when I use lmb the pet isn't picked up but not swapped

#

I stay in the menu but it's still mad annoying

#

Haven't had that once when I tried it with middle click

#

But middle clicking with scroll wheel is quite tedious

vernal fog
#

I corrected myself, I meant left flick should be replaced

desert drumBOT
#
Suggestion | fusion_nacc#0

@desert drum theres a feature called boxwitherking statues and when turned on next to the health of the dragon in m7 is shows a "R" which means the dragon can be killed as its inside of its box/statue area and the statue will be destroyed, this "R" only displays if the boxes are on which is unfortunate as the boxes are always there and are quite large compared to other alternatives, make it so that the "R" for ready is a separate option

high terrace
#

it isn't 2022

distant yarrow
heavy hare
#

Is my surrgestion their

tawdry lichen
#

maybe read the pins

frail pendant
#

just use skyhanni

heavy hare
#

Sky hanni dont have

frail pendant
heavy hare
#

I dont mean like that i just mean under the item it has price paid on a separate gui up put in the price u are putting on it and it add it on the price paid that is in the blue writing

gray lodge
#

from the way it sounds all you want is an add subcommand for the pricepaid command which seems kinda useless

tired dock
#

how do you submit a suggestion i have a good one

gray lodge
distant yarrow
#

@ancient saffron use odin…

ancient saffron
gray lodge
ancient saffron
#

Ok

desert drumBOT
#
Suggestion | fdmddz#0

@desert drum An all in one gui mover that can toggle and move gui's of both vanilla and skytils/other skyblock mod gui's

high terrace
#

please no

#

absolute nightmare

neat jetty
#

Why would you want that

distant yarrow
# neat jetty Why would you want that

It would make stuff way easier from user perspective because you can see where exactly you put the one gui and could align others from other mods with it. But you can just go and do this by hand. Not that deep. I think this should not be added

desert drumBOT
#
Suggestion | ofri30#0

@desert drum highlight blocks that cant be mines in the crystal hollows because of structures

high terrace
#

no

regal garnet
#

How to 3 fps tutorial

#

Make it beacon veams

distant yarrow
#

make it rgb too

heavy hare
#

(Would like to see)Display custom tooltip with own vaule eg vaule of how much u bought item for 2.343.543
Wisom 2.454.654
Hot potato x10. ;50k each

neat jetty
#

There's skyhanni estimated price value

#

And skytils price paid

desert drumBOT
#
Suggestion | bluesoulxd#0

@desert drum add options to toggle on/off ST Key Shortcuts (so you won't misclick in places you don't want to)

mortal olive
#

@high terrace 🥺

past sleet
#

Jerrys workshop present solver

high terrace
mortal olive
high terrace
#

I just can't be bothered

mortal olive
high terrace
#

come summer I'll have time again

mortal olive
#

Every time i got a ping in st discord i was high hope that u made it into main build

mortal olive
high terrace
mortal olive
#

At this point i feel like st is sbe 2.0 in terms of update pace

high terrace
#

this isn't

mortal olive
#

Who has the responsibility of merging pr

high terrace
mortal olive
#

200 commits in queue is insane

high terrace
mortal olive
#

Can you update your branch to the current release

mortal olive
#

I may use yours instead of current realease

#

I need the funny toggle real bad

high terrace
desert drumBOT
#
Suggestion | ofri30#0

@desert drum highlight blocks that cant be mines in the crystal hollows because of structures

neat jetty
#

@granite scaffold already a thing

granite scaffold
#

how do it

neat jetty
#

/skytilsorderedwaypoint

granite scaffold
#

thx

high terrace
#

never mind it's broken

mortal olive
#

🥺

high terrace
#

why are there two files called the same thing

#

but one is uppercase

mortal olive
high terrace
#

probably

mortal olive
#

i forgot which one

high terrace
mortal olive
#

im lazy

high terrace
mortal olive
#

tks

strong hollowBOT
#

success ramenmunchr has been kicked.

neon axle
#

@modern sundial

mortal olive
#

@high terrace

#

am i hallucinating

gray lodge
high terrace
mortal olive
nova pier
#

How does one make a suggestion

tawdry lichen
#

reading

gray lodge
nova pier
#

thanks pooks

gray lodge
#

it's already toggleable btw

misty geyser
misty geyser
#

Ok

gray lodge
#

for 3564 it might be interesting to maybe add like a command to toggle config values? e.g. /st modify water_board_solver set false or /st modify water_board_solver toggle. This could be used with the custom shortcuts to toggle features using a command and maybe for power users to not go through a visual interface if they know exactly what they want (maybe also with tab autocomplete?).

gray lodge
#

@finite rock

since sb added the favourite pets to the game could the st's implementation be removed so stuff like highlight favourite pets just scans for the star in every pet name in the pet menu, caches it and then it just highlights all of those favourites? i feel like the entire st favourite pet feature is just useless know

you need to ping @desert drum btw

finite rock
#

mb

sterile hamlet
#

lowk

#

make secret waypoints to skjytils

#

form dungeon rooms mod

harsh beacon
#

no.

distant yarrow
#

We do not support shitter gameplay

desert drumBOT
#
Suggestion | berthay#0

@desert drum You guys should add a tab in the /st menu thats says ( NEW! ) so people don't gotta go digging throw the mods/discord :D

high terrace
#

huh

distant yarrow
#

Me when change logs. Im sure it is not that hard to read some text

gray lodge
#

you could literally just read the change log while you wait for the game to launch after the update

desert drumBOT
#
Suggestion | ghoose_man#0

@desert drum make it so on auchion house their a small area on the item about how much it will cost so u dont have to hover over it like the expirimentation table like the exp square

high terrace
#

what

distant yarrow
#

But I dont like that

frail pendant
#

this has bheen lik the 20th time it hnas been asked by the same guy lol

gray lodge
#

this seems pointless af

#

the only scenario where this seems useful is for buying non lv 100 pets

gray lodge
#

let's give it to him for being so persistent

desert drumBOT
#
Suggestion | nickenchugget5#0

@desert drum to help players get soulbound accessories, it would be useful to have a solver for several mirrorverse puzzles.

high terrace
#

skyhanni

magic radish
#

not everyone wants to download 8+ mods for the misc. stuff in skyblock. The less mods the lower the chance of rat, so even though skyhanni is trusted I still think this should be implemented.

#

Plus even if skyhanni does something, we can still double dip

neat jetty
#

Mods don't copy features unless there's a significant improvement to be made

modern sundial
#

i cant even access the mirrorverse too

#

so like

solemn wadi
#

how can i add a suggestion

gray lodge
solemn wadi
#

thx

gray lodge
#

no

desert drumBOT
#
Suggestion | tazboi#0

@desert drum option to highlight (colored border on their skin head) players on catlas map with their class color (e.g. blue - mage, bers - orange, arch - yellow, tank - green) or color customizable by class (colorblindness support yippee)

high terrace
#

don't we have this

#

@tardy parrot

tardy parrot
#

yes im blind i apologize

#

i should have checked

distant yarrow
desert drumBOT
#
Suggestion | warius_000#0

@desert drum option to scale player border in catlas (the colored thing around the head)

distant yarrow
#

How is this going?

sleek frost
#

Im so sigma

high terrace
distant yarrow
high terrace
high terrace
distant yarrow
#

uhm

#

give me a couple mins

#

I closed it

distant yarrow
# high terrace what message

The game crashed: initializing game
Error: java.lang.NoSuchMethodError: net.minecraft.util.ResourceLocation.getResourcePath()Ljava/lang/String;

distant yarrow
#

it is a conflict, since it worked for @vernal fog

vernal fog
high terrace
distant yarrow
distant yarrow
#

in this channel?

high terrace
strong hollowBOT
#

@distant yarrow uploaded a log,

  • Forge 11.15.1.2318 on 1.8.9 using 1 mods
  • OptiFine M5
    Recommendations:
  • Unless you know what you're doing, modifying your JVM args could have unintended side effects. It's best to use the defaults.
distant yarrow
#

1 mod is big cap

high terrace
#

hm

#

can you try just adding mods until it breaks

high terrace
#

you're not meant to use the dev jar

#

use the normal jar

distant yarrow
#

😭

high terrace
#

when you extract the build artifacts

#

there's 2 jars

#

use the one that doesn't say dev

distant yarrow
#

I blame @vernal fog

vernal fog
#

i have NOTHING to do with this

distant yarrow
#

he told me use that even tho I alr said I would use the normal jar

#

i can clip

vernal fog
#

i would never

#

woooowww

high terrace
distant yarrow
#

since mort is at the bottom

#

I do

#

ice checked

#

the thing that makes it so mort is always at the bottom

high terrace
distant yarrow
high terrace
distant yarrow
high terrace
high terrace
#

@modern sundial could you add a note for the dynamic map rotate that it's a bit buggy

high terrace
#

so you just end up with sideways/upside down stuff

high terrace
frail pendant
#

that looks readable

gray lodge
#

tbh it's a feature at this point

gray lodge
#

btw @high terrace why aren't these with actual default values (i.e. Tank blue, archer orange or whatever)

gray lodge
#

you didn't? who did

high terrace
distant yarrow
#

Or just get them yourself there is a website where you can convert mc color codes to hex/rgb

#

And btw archer is gold aka &6

gray lodge
#

I already got the odin ones still

high terrace
distant yarrow
#

Use odin

#

Every normal person uses odin leap menu

high terrace
#

okay
pastel relic colors

distant yarrow
desert drumBOT
#
Suggestion | mikalset#0

@desert drum adding a fancy warp menu that is updated because nobody hates a fancy warp menu. you should also implant rainbow enchants so people don't have to add other mods only for that.

high terrace
#

sba and sba

gray lodge
#

fancy warp menu is also a standalone mod nowadays iirc

neat jetty
#

And enchants are also just in skyhanni

desert drumBOT
#
Suggestion | earthpenguin#0

@desert drum update/fix blood camp helper to make it more accurate and making it work on all floors

high terrace
#

use odin or something

distant yarrow
left grail
#

how do i add a suggestion?

#

goldor tick timer would be amazing

neat jetty
left grail
#

@mah lil' cat

#

where

neat jetty
#

In your suggestion

distant yarrow
left grail
#

why not also have on Skytils?

high terrace
desert drumBOT
#
Suggestion | obvluna187#0

@desert drum add an option to not show the item rarity overlay when not opening a gui (example: the hotbar)

Downvoters

@distant yarrow, @rugged token.

Upvoters

.

distant yarrow
#

@deft hinge

deft hinge
distant yarrow
#

Because you can see which item there is by the rarity

deft hinge
#

I didnt want to know the reason behind your downvotes

#

just wanted to see who

distant yarrow
deft hinge
#

That makes no sense

#

But sure 👍

distant yarrow
#

Without having to open inv or swapping to that slot

deft hinge
#

I just want to look who downvotes the suggestion

#

Nothing more or less

distant yarrow
deft hinge
#

Noticed that lemme just ignore you from suggestions

left grail
#

Warius is just a d1 hater for everything

#

I suggest Goldor tick timers, something Odin has, as he pointed out, but why not also have it on skytils? Helps everyone with Skytils

high terrace
left grail
#

Most mods already poach features, it happens often, if not all the time in software

Snapchat got its stories feature stolen by every single app

#

Things get “poached” because they are good/useful

high terrace
gray lodge
distant yarrow
regal garnet
#

Hahaha

heady elk
gray lodge
#

It happened cause regular odin did a thing cheaters usually do and it got detected

#

(hide mod id from server basically)

desert drumBOT
#
Suggestion | fusion_nacc#0

@desert drum add a feature in catlas which shows player classes in the map instead of their name

high terrace
#

class border exists already

autumn bison
#

it would js be nice to have the classes instead of the names too

modern sundial
#

what if theres 3 mages

autumn bison
#

its a option

modern sundial
#

did you ever clone this cause the pr is gone now

#

ts pmo

#

i think its gone forever

#

💀

gray lodge
#

Oh wait you meant the pr?

modern sundial
#

the whole pull request is gone

#

💀

gray lodge
#

crazy

high terrace
#

at least I have all the score calc stuff

#

or is that 486

#

looks like a mix of the two or something?

#

not even sure

modern sundial
#

forget it i guess

#

💀

desert drumBOT
#
Suggestion | poisonous888#0

@desert drum a way to set a default glint color for items not specified by customizedglints, either with a command or just a setting.

high terrace
#

glintcolor mod exists

sick prism
#

oh, ill check it out ty

gray lodge
#

Wait did someone break #suggestions? could've sworn it was uppercase

frail pendant
#

gg

bold lintel
#

rip in pieces

modern sundial
desert drumBOT
#
Suggestion | bigrat.monster#0

@desert drum allow arithmetics to be used in skytils custom input

gray lodge
#

I always thought it already had that tbh

frail pendant
#

it does not

#

or im skill issuing

desert drumBOT
#
Suggestion | banana______#0

@desert drum add a boss map in catlas like bettermap

gray lodge
#

duplicate of 3580 (which is probably also a duplicate of smth earlier)

#

2 more suggestions also for boss map: 3455 3432

modern sundial
#

To make boss maps we have to generate or draw a render because hypixel does not allow minimaps

#

I also don't understand the appeal besides for maybe floor 7

left grail
#

❤️ Goldor Tick Timer suggestion has a lot of likes, was just curious if it will be implemented or not ❤️

left grail
#

I think having it natively on Skytils would be great, no need to try and overlap mods, its a feature that would only help, not hurt

high terrace
#

which isn't done

neat jetty
left grail
# neat jetty Why wouldn't you just use odin?

lots of Mods have similar features already, I dont want to have to go through the hastle of making sure all the mods I have mix well with Odin, I just want one feature, so it would be great to have it natively on Skytils

neat jetty
#

Only increasing the amount of mods with similar features

#

I would just get odin and turn off everything

#

Then enable just the tick timer

frail pendant
#

odin already has everything off by default iirc

frail pendant
#

wat

high terrace
wind shard
# high terrace has that on by default

It only has settings on by default not modules you would still need to enable the module
Not a single Odin feature will work when you first install the mod

modern sundial
#

teah i dont think boss map is comingbruh

#

i just got struck by lighting for like 45 seconds straight

#

i also just ruined all my work

high terrace
#

oh blue

#

nice

modern sundial
#

i think it works

#

the only problem isthe map is on fire

#

yeah half the map is burnt gg

high terrace
unique ibex
#

you could've just pinged me or bloom

#

he probably has map downloads for all bosses

high terrace
#

does setting random tick speed to 0 break anything

modern sundial
#

Idk

modern sundial
#

should i just rip this

#

its like super low resolution but i guess it works

high terrace
modern sundial
#

it loaded the air surrounding it

#

imight have to make a custom thing later

#

uh

high terrace
#

appears to be the same amount of empty space

modern sundial
#

the only problem is it looks like its from 1970

#

but i mean it kinda works

high terrace
#

discord image compression might be killing it

#

because it doesn't look great on my end

modern sundial
#

nah it looks bad when i open it on my laptop too

high terrace
#
MAXOR(setOf(AxisAlignedBB(32.0,254.0,7.0,117.0,213.0,87.0))),
        STORM(setOf(AxisAlignedBB(130.0,213.0,-5.0,15.0,162.0,110.0))),
        S1(setOf(AxisAlignedBB(90.0,162.0, 53.0, 114.0, 115.0, 27.0), AxisAlignedBB(90.0,103.0,123.0,114.0,153.0,51.0))),
        S2(setOf(AxisAlignedBB(90.0,161.0,146.0,112.0,102.0,123.0), AxisAlignedBB(90.0,104.0,121.0,17.0,153.0,144.0))),
        S3(setOf(AxisAlignedBB(-2.0,113.0,122.0,17.0,159.0,144.0), AxisAlignedBB(-5.0,105.0,122.0,21.0,156.0,49.0))),
        S4(setOf(AxisAlignedBB(-5.0,160.0,49.0,18.0,113.0,28.0), AxisAlignedBB(17.0,105.0,27.0,90.0,156.0,52.0), AxisAlignedBB(48.0,136.0,55.0,61.0,114.0,51.0))),
        GOLDOR(setOf(AxisAlignedBB(72.0,159.0,55.0,36.0,110.0,119.0),AxisAlignedBB(59.0,102.0,109.0,50.0,115.0,118.0))),
        NECRON(setOf(AxisAlignedBB(-6.0,103.0,136.0,116.0,54.0,16.0))),
    KAEMAN(setOf(AxisAlignedBB(-8.0,54.0,147.0,134.0,0.0,-8.0)));
#

could do it per section for terms

#

discord really doesn't like displaying that

modern sundial
#

cant you leave the section though

#

and go ahead

#

or go behind

high terrace
#

and then show the relevant section?

#

for what you're in

modern sundial
#

no like if you are in section 1 and your teammate is in section 2

high terrace
#

you should only really have 1 teammate

#

and it should be the same teammate

#

every time

#

soo

#

non issue?

unique ibex
bold lintel
#

oh god its bleeding into the username from the vencord plugin

gray lodge
#

I think they mean this? but honestly no clue

bold lintel
#

yeah

modern sundial
#

its cooked

#

i mean i guess this kinda works

modern sundial
modern sundial
#

alright chat its basically done

modern sundial
frail pendant
#

was it worth the entire night

modern sundial
#

i still have to do some more work later

frail pendant
#

wait is the m7 star or whatever that is really that jank

modern sundial
#

like the sphere tool

modern sundial
#

@rapid slate what do you mean custom scale

rapid slate
#

independant of the map scale

modern sundial
rapid slate
high terrace
desert drumBOT
#
Suggestion | poisonous888#0

@desert drum an option to automatically move old skytils versions to trash when a new version is installed

gray lodge
#

this already happens if you don't interrupt it in some way right? (tho probably full delete not trash)

sick prism
#

pretty sure its been happening ever since i changed computers

#

and im def not interrupting it

stray nymph
#

Will they add a 1.21 version cuz of foraging update

desert drumBOT
#
Suggestion | glitchedhunter65#0

@desert drum add a option to stop Pickobulus mining ability from happening in private island

high terrace
#

sh

desert drumBOT
#
Aethor Suggestions
0: Suggestion 2858 ( votes: 117)

@desert drum composter timer for the hud, [link](#suggestions message)

1: Suggestion 114 ( votes: 97)

Suggestion: when using a spirit leaps it opens a map and shows where they are like the fast travel on sba, [link](#suggestions message)

2: Suggestion 1015 ( votes: 88)

Gyrokinetic wand area of effect overlay display, [link](#suggestions message)

3: Suggestion 2860 ( votes: 84)

@desert drum A ping or a pop-up notifying you when there are 5 visitors in your garden., [link](#suggestions message)

4: Suggestion 2870 ( votes: 83)

@desert drum This one is weird but maybe implementing a garden specific tracker like
Crops till next crop miles, [link](#suggestions message)

5: Suggestion 2866 ( votes: 83)

@desert drum something like the terraria recipe browser mod, where you can star a recipe and it shows your prog, [link](#suggestions message)

6: Suggestion 2842 ( votes: 80)

@desert drum An overlay above the visitors of what they want to have and some UI checklist of the items you nee, [link](#suggestions message)

7: Suggestion 2872 ( votes: 75)

@desert drum add voidgloom boss laser timer (timer until laser is done), [link](#suggestions message)

8: Suggestion 2841 ( votes: 64)

@desert drum An Overlay that indicates how close you are to leveling up a garden milestone for a crop that chan, [link](#suggestions message)

9: Suggestion 2250 ( votes: 64)

More cat pictures when loading mod 🐱, [link](#suggestions message)

rapid slate
#

What would it take for there to be a server for communication between dungeon players with catlas that updates rooms in real time

#

Like how much per month for a server capable of hosting that

high terrace
#

and it works

#

already?

rapid slate
#

Ok that HAS to be cap

#

He never seen a single room change secrets when I wasn’t in it

high terrace
#

worked when I tested it with lily

#

ws is probably a bit temperamental though

high terrace
#

same for teammates?

rapid slate
#

I mean idk if it’s connected but it’s enabled

#

I’ll do a test in a little bit

high terrace
#

I can test it another time with you if you want

gray lodge
#

for me it only works if I test it

rapid slate
gray lodge
rapid slate
#

Ima take a shot in the dark at 60 USD

harsh beacon
#

a month???

rapid slate
#

Well idk the only experience I have with paid servers are like 5$/month

#

And they can only support like 10 ppl

#

Idk

harsh beacon
#

i mean infra doesn't tend to be that expensive

#

you're just being upcharged bc they're providing hosting and stuff for you

#

the api proxy is under $20 a month

gray lodge
harsh beacon
#

those servers are also more compute intensive

rapid slate
#

Idk I just looked into hosting servers once

gray lodge
harsh beacon
#

use code skytils in essential store!

gray lodge
#

Is the income that good?

harsh beacon
#

🙊

gray lodge
#

I'm friendly neighborhood tako, you can tell me :3

rapid slate
#

How often does the secret data update

#

Is it on secret collect or

gray lodge
#

So within like 500ms it should update basically

rapid slate
#

So every secret gained it sends a new one

#

Ok

high terrace
#

whenever the action bar thing changes

rapid slate
#

Oh that’s actually a good system

gray lodge
#

ehhh

#

not really

rapid slate
#

Since that limits updates to like 1/s

gray lodge
#

it works, but not exact

rapid slate
#

At max

high terrace
#

golden oasis:

gray lodge
#

it sends for example fairy room secret if you move fast

high terrace
#

why is 3/1 a thing

#

oh yeah there was an issue with that

rapid slate
#

Oh yea that’s true ig

gray lodge
#

So if you're unlucky you can contaminate random room data

high terrace
#

1/7 secrets fairy room in question

gray lodge
#

(technically if you check whether the max secret count on the action bar and the room you're currently in is the same, you can reduce it, but it'll still happen)

rapid slate
#

U could make smth that registers on bat death sound effect, on item pickup, essence click and chest load that sets what room to send from as ur current position room

#

And so any updates until that changes will be from that room

high terrace
#

this sounds like backend effort

harsh beacon
gray lodge
#

That'd be horribly inefficent

rapid slate
#

Would still break if u manage to get a secret in another room instantly but

high terrace
#

slight desync isn't a massive issue

harsh beacon
#

item pickups would have to be checked every tick client side

rapid slate
#

Well I mean if u wanna fix the issue ur gonna have to have those anyways

harsh beacon
#

there's no easy way to detect this

rapid slate
#

In some way

#

There’s gotta be a packet for that

#

Like there hassss to be

harsh beacon
#

there isn't lol

#

probably on modern but not on 1.8

gray lodge
#

I mean it plays a sound on pickup

rapid slate
#

How does od

high terrace
#

how is this info arriving at the client

harsh beacon
rapid slate
#

And it’s all client side after

harsh beacon
#

i'm pretty sure i looked into this before for something else

high terrace
#

shouldn't the item being picked up have an associated remove entity

harsh beacon
#

i think item entities are handled differently

#

i don't remember tbh

#

might be confusing it with attacks

gray lodge
harsh beacon
#

huh

rapid slate
#

Also just wondering for another project but does anyone know if blockplacement packets are sent on next tick or instantly

high terrace
#

put some printlines and see what happens

#

also client ticks are kinda blurry

gray lodge
# gray lodge

doesn't let me view the usages cause I don't have the sources 😭

harsh beacon
#

client ticks != server ticks

#

unless it's integrated server

gray lodge
high terrace
#

uses doesn't bring up stuff inside the source

#

you have to go looking for that stuff

gray lodge
rapid slate
gray lodge
rapid slate
#

But there’s a weird cooldown thing also

high terrace
#

ctrl alt f7

gray lodge
#

which is just ctrl + click

gray lodge
# gray lodge

but anyway, this is a server packet so it can't be seen by the client anyway I think?

high terrace
#

I did a whole bunch of logging just for this ages ago

#

but I can't find it anymore

gray lodge
gray lodge
#

hmm

#

time to do a scientific test

gray lodge
modern sundial
#

its real im pretty sure we used it before

high terrace
high terrace
gray lodge
#

Unable to play unknown soundEvent: minecraft:random.pop

whenever you pick up an item

#

Also I think the sound from minecraft never started for me

#

triggers only in sp

high terrace
#

does the packet get sent to the client tho

gray lodge
#

lily crashed my minecraft

high terrace
#

well it must surely

gray lodge
gray lodge
high terrace
gray lodge
#

I mean doing a more optimized version of the algorithm takes effort

gray lodge
modern sundial
#

i think the fastest way is to have like an answer table

#

cause connect 4 has a lot of different states which makes it take way longer than tic tac toe

uneven parcel
frail pendant
#

simply store a petabyte sized file that contains all possible connect 4 moves and solutions

rapid slate
#

are any devs on to test room secret data sharing

#

since i cant get it to work

#

friend and i both have ws server enabled

#

and catlas

modern sundial
high terrace
gray lodge
high terrace
gray lodge
#

with a debuggable client so I can add prints or nah

high terrace
#

think there are prints in there already

gray lodge
#

idk how to toggle them then xd

#

So ig I'm gonna open intellij anyway

#

seems to work fine

#

figured out how to make it readable

#

Also, you can see the 8/3 bug in Redstone Warrior (where the action bar updated too slow)

#

My sound engine is definitely broken

#

(it spams that about 20 times per second or so)

gray lodge
#

Party > [MVP+] songreaver: » Connection to SkytilsWS lost (reason: CloseReason(reason=VIOLATED_POLICY, message=You are not in the party))

high terrace
gray lodge
gray lodge
high terrace
#

why must golden oasis break everything

toxic skiff
#

sh

distant yarrow
#

Are there any features in skytils that match this description?

high terrace
distant yarrow
high terrace
#

what the hell is a nitroze

distant yarrow
#

But someone there was saying there are features like this in st

distant yarrow
#

Blc user

#

💀

high terrace
#

!warp and stuff is not skytils

distant yarrow
high terrace
distant yarrow
#

I feel like there is a huge misunderstanding around the description provided

gray lodge
#

it detects message send by another player to send one itself

distant yarrow
#

Cuz I understand it like this: there is a chat message send by server. The mod sends a message to server

gray lodge
# high terrace not st?

just meant for the

I feel like there is a huge misunderstanding around the description provided

high terrace
#

it's all done with the tab last I checked

gray lodge
distant yarrow
#

Ic

#

I think I will check the thread on nitroze later and see ppl hating on me

#

But thanks for your help

quick tusk
#

suggestion: differentiate the upgraded versions of farming tools when donating to museum (the list of museum items sorted always marks the price of farming tools you still need to donate as the cheapest tier even if you already donated the cheapest tier, & varies drastically in price)

wise wasp
#

#suggestions message

just want to be clear that this would hopefully be per key shortcut not a global toggle

neat jetty
#

Or just use a key shortcut that uses something like ctrl + h

neat jetty
#

Skill issue

#

Works for me

wise wasp
#

ok either way whats the issue with adding an option

rapid slate
#

Any chance a y lvl can be added to the check that detects when to show the room on catlas

#

I understand that’s gonna be kinda effort since each room is different but like

#

Just a cheat rn if u get to roof of the map

#

Or below is even easier

high terrace
#

and quite painful to do

high terrace
rapid slate
#

this gonna become a thing

#

since flame is doing it

distant yarrow
#

Also y level is also not perfect because supertall is a thing.

neat jetty
#

Can probably report that to Hypixel as well

distant yarrow
distant yarrow
#

They gonna take casual 1s br from us

#

Maybe just make the map not load while there are no blocks above you?

#

Idk if that works

modern sundial
#

But like

rapid slate
#

U would have to do below also

#

As u can do the same thing with under the map

#

Reporting to hypixel isn’t rlly gonna do shit

distant yarrow
rapid slate
#

Also u can know y level of overlap for every room

distant yarrow
rapid slate
#

And if it’s above check above

#

And below check below

#

And neither check nothing

rapid slate
#

I am confident about that

distant yarrow
#

If they build blocks around mort room

#

You cant insta clear from there

#

No casual 0s br

gray lodge
distant yarrow
#

And if they go the extra mile and build bedrock around all rooms, insta clearing is completely gone

distant yarrow
gray lodge
#

Since that'd mean that the only rooms you'll load are the ones that are right next to the ones that you validly loaded, but what if there's 2 rooms that you can reach by going straight, that would result in the 2nd room only loading in once you enter the first room

#

(basically you stand in the first 1x1 room and there's 2 more 1x1 rooms to the right of it)

distant yarrow
#

Idk man

#

I alr hate this new strat

#

Why did someone leak this/invent it

gray lodge
#

You just wait for the start and immediately clip out

#

You lose like 5 seconds

distant yarrow
#

I mean this is basically just abusing a legit mod to cheat. You could just get fmap instead

gray lodge
#

Cause if they kill you anyway, they could literally just insta kill you when you're outside of bounds

distant yarrow
#

And when to far away from dungeon

#

B4 start you just get tped to mort

#

But after that you die

#

And respawn

gray lodge
#

So both times it's irrelevant? We're after start so that won't happen and technically we're never really too far away from the dungeon

distant yarrow
#

But the clip shows that it is done b4 dungeon start

#

So we load the map and know the rooms before we entered them

#

You only get tped back to mort cuz you hit death barrier

gray lodge
distant yarrow
#

I think he was to high

gray lodge
#

So if you do it carefully you wouldn't die and still get the benefit?

#

Cause that's what was confusing me ig

distant yarrow
gray lodge
distant yarrow
#

You die after a few secs

gray lodge
#

Even if you do leap?

distant yarrow
#

You can try in spider and deathmite if you want

#

You can etherwarp out of those rooms

distant yarrow
gray lodge
#

So ig their only fix is bedrock around all rooms

distant yarrow
gray lodge
#

That would just fix faster blood rush

#

Wouldn't fix the abusing legit mod

distant yarrow
#

Cuz you can obv see room shape from above

#

That would make it legit

#

Imo

modern sundial
#

which is why i said technically its possible to knoww hat it is

distant yarrow
gray lodge
#

I mean you can still just get out 2s after the run starts and do it in the room next to it, surely there's gonna be rooms to abuse it except the mort room. Doing it in mort room only makes it safer and allows for fast blood rush

modern sundial
#

in practice nobody will know though

modern sundial
distant yarrow