#runelite
1 messages · Page 89 of 1
as for what's causing your saving problem, my guess is probably spam filter
well actually u have a few plugins that would upset the settings
Can dm your config profile to @indigo kiln if felan cares to take a look at it
what does spam filter do to stop config changes?
ye i'll take an 👀 - you'll have to dm the bot any message first, it wont accept files on first message
i figured it was filling the config with shit but it was a pure guess
ok, keep an eye on what plugins you re-add to this new profile
will do
if it breaks again you'll know which one it was
I've never heard of a plugin blocking config from saving for other plugins. how would that even happen?
yves mentioned the issue that normally happens with profile syncing, if it's too big it just wont
some weird " character? 😂
in his case it wasn't too big, but i was still thinking about it
syncing can be done key-by-key iirc.
i would expect it to error if it was caused by something with runelite
at least I think it was like that at some point.
before we had someone that had a billion (tilemarker?) entries from one/multiple tileman plugins
after removing those via config surgery, his profile worked again
XD
I feel like mentioning a case where config surgery wasn't a disaster is dangerous
The reason why it was not an insane disaster is because we did it lol
do i need to change anything here? stretched mode defaults to 50% and it's really blurry compared to regular
Oh, I should have probably clarirfied that I meant the gpu plugin, not any gpu settings!
neat, it looks close to regular but bigger, is that scaling option the best one then?
Yes, for ingame UI, using stretched mode with whatever gpu ui algo you prefer is the best. Some ppl like xbr (especially when integer scaling i.e. 1x/2x/3x/4x etc) but i like catmull-rom most
in stretched mode, should i enable keep aspect ratio? i maximized my screen
i like it in my fixed mode setup but personal preference probs
just give the stuff a try and see what you like
how come graphics.clearRect doesn't erase to transparent but rather to black?
the correct scaling 🙏
i have blur in my screen how i can to fix it ?
should I be messing with graphics.SetComposite?
You might want to check what core does, neur0
You need to describe it better. Enabled gpu plugin?
Is there a runelite plugin that easily highlights who is an ironman and who isnt?
i dont think so, and idk if that plugin would be allowed
gotcha, so no way to know unless they type a message?
can look them up on the hiscores I guess, but a plugin would have to do the same
its good or i need to change somthing >?
and we don't want to get rate limited
I'd put it to bicubic catmull rom instead of nearest neighbour. maybe that's what you mean with blurry
if you are talking about ui
if that doesn't fix it, give us some more info
screen good but the numpers hp/prayer/run not look good idk its like blur
and when i drop somthing its like a blur and the iteams in inv same idk what happen i do not change anything in my sitting
Would it be possible to 'display name in title' on clients that are launched through the jagex launcher without actually logging in? currently the display name will only show up in the windows title after login
!config set scale to 1.0 here and if that doesn't work, try some different UI scaling algorithms besides catmull-rom
why is graphics.setClip( null ) giving me a NullPointerException?
do I just have to brute-force the clip region to be 0, 0, screenWidth, screenHeight?
and if so how do I get screenWidth, screenHeight values of the client
you shouldn't need to set clip ?
I need it for a specific use in a plugin I'm working on. can anyone tell me how to get the screen width and height of the client please?
client.getStretchedDimensions()?
or client.getRealDimensions()
yo nvm I just fetched the clip before changing it and then reset it with the old clip
how do I get how long is left on Stamina potion durations?
the timers plugin can do that
thanks, I'll look into it
is there also a way to get the special energy cost of the player's current weapon?
no
gotcha, thanks
Stop crossposting to every channel, and this is probably not the right discord for that.
thx
anyone know if its a runelite setting to "press enter to chat" in textbox? I need to turn that off, so it always types in chatbox
I see, thank you, turning it off
Would be cool if you could add an option for "boosts information" that locks each infobox into a specific location so they are not always moving positions depending on whats boosted and not. This way when im looking for a specific stat i dont have to look around. muscle memory can look directly at its set location. Thanks
Are you talking about Infoboxes? afaik you can split the infoboxes from the main group and assign them a location if you choose
You can configure horizontal/vertical orientation, infobox groups or split infoboxes into new groups with the menu options opened with Shift + right-click. https://runelite.net/img/blog/1.6.28-Release/infobox.gif
Oh cool, thanks!
is there a simpler way to tell if the client has activated/deactivated any prayers than listening for onVarbitChanged?
I'm working on a plugin, when it launchers it launches RL, but it's only allowing me to login the old way, how do I add a plugin to my regular RL? or how do I makethe plugin run the Jagex version of RL when running it? Thanks
Thanks heaps
Well my plugin doesnt work, and it's also linked to the existing bank heatmap plugin when I switch them on and off lol, looks like I'll have tio do some more debugging and sww how to fix it, I just branched the plugin, so it's probs sharing some references
that is the simplest way
you can check the varbit for a specific prayer if needed
are servers down
they r indeed down
yes well done
Any idea how id get the Point above NPCs head? Using npc.getModelHeight() doesnt work when zooming etc
have you tried calling localToCanvas() with zOffset= the model height?
Nvm figured it out thank you, was using Y instead of Z
jagex coordinate system strikes again
gta san andreas music plays every time i finish a task, and i cant remember what plugin i installed which did that
lol
Does anyone know the plugin that shows when next restore is? Like it is on mobile, it shows current stat combat buffs
its a bit loud atm
Found it, it was Boosts information
oof, I just want to check if any prayer has been activated or deactivated. do I really have to have a case for each in that case? or is there a catch-all varbit id
it's a separate varbit for each prayer
(ignore what I just deleted, onplayerchanged only fires for overheads changing iirc)
very well, I will check for each and every prayer
thanks
looks like the Prayer plugin has a more elegant solution, I might copy what it does
It is generally best to first look at what the core plugins do and what options the API has before asking in discord
Usually you can just base your solution of what a core plugin does and it's probs a more detailed answer than we'd give
(didn't mean it as flame or anything, just that the core plugins probs do it better than we could do in a brief explanation)
for most things I answer I tend to quickly check core to verify whatever I just typed 
it has code example and api usage examples of most things possible
How long does it take for a plugin to be merged on average?
depends on how busy the people who review the plugins are
Thats fair
2-4 weeks from last commit generally from what I’ve seen, but don’t take that as gospel
That’s for new plugins, existing ones are faster, especially if they’re big
Gotcha thank you. Is there any way i can send my plugin to my friend to run before its merged do i have to wait? Only really made it for us but ofc happy for others to use it too.
Add the following line to your plugins block in build.gradle:
id "com.github.johnrengelman.shadow" version "6.1.0"
Add this block elsewhere in the file, changing the Main-Class to your plugin's test:
shadowJar {
from sourceSets.test.output
configurations = [project.configurations.testRuntimeClasspath]
manifest {
attributes "Main-Class": "com.example.ExamplePluginTest"
}
}```
Then run `./gradlew shadowJar` and a runnable jar will appear in `build/libs/*-all.jar`. You can run the jar with `java -jar -ea jarName.jar`
<3333
there is a bug with the Kourend Library plugin. It doesn't update the location of the Wintertodt Parable or Twill Accord books when i interact with the tile.
It's a known issue
the plugin isn't working right atm I believe
I think the fix is done just pending release
this is the broken rotation
ah
Is there any way to get runelite to take collection log screenshots just a tiny bit earlier? Not a big thing but in a lot of the screenshots I've already picked up the item
Where's that at my good man
under screenshots iirc
Oh found it in the screenshots plugin
Yee ty
Lol some of these options, screenshot kicks from friend chat
i love the chat opacity plugin
any way to check the amount of users using runelite?
the runelite bot?
Amazing
I do fancy a good chart
For plugins, how do you know what the current client layout is. I know you can do client.isResized() to check if it's in resizable mode, but how do you know if it's in classic or modern?
using a varbit
Awesome. Thank you!
If i open multiple clients for alts, but only change settings on one client, how do i know which client will keep the changes?
Would you not prefer to use a separate config profile for your alts?
they're usually just dancers
for example, right now im using 2 of them to red-x shamans, so i've been browsing through my plugins and settings, making changes on the main, but I don't want to do it on the other open clients. Would it be easiest to just export the profile on the client i've made changes to and import them when i reopen?
how long update
30min
Shit. I have like 15 minutes left of membership. Wanted to log in before it ran out. Terrible timing!
RRRRRRRRRRRRRRRRRRREEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
Every time...
runelite needs to update after this osrs update right?
xp waste
Doesnt runelite have a partnership with jagex? Surely it would be possible to synq jagex's update with runelite. Its 2024. Not 1995
danny are you stupid
lol
thats would mean Jagex having mmore access to rl then needed, they already tried shutting it down bbefore lol
what does osrs update have to do with rl update
How long is the downtime to be expected from osrs/rl ?
just wait you clowns
But we want to grind :/
grind bowfa
come one rs, that way i can buy 50 bonds
we all addicted waiting is pain
i spend more time on rs then on my wife
ik i asked here before but, i'm trying to read/change the right click menu's title (usually that 'choose option')
when a right click menu is opened, the only methods i've found for MenuEntry are:
Actor getActor()
int getIdentifier()
int getItemId()
int getItemOp()
NPC getNpc()
String getOption()
int getParam0()
int getParam1()
MenuEntry getParent()
Player getPlayer()
String getTarget()
MenuAction getType()
Widget getWidget() // seems to always return null in this case
Should i be looking for this somewhere else? any tips?
Are you?
why game offline i was fishin
go to the website and read for a bit
Incoming people commenting their plugins no longer work
nope, everything seems to work as usual
Not possible
can you write runelite plugins in c#?
no
rip
When's the update coming out that requires all hub plugins to be written in Malbolge again?
I'm using GPU plugin, but i like the pixelated original runescape graphics because it has it's own charm at least for me as for someone who started playing runescape one year ago. The biggest issue of original graphics is very low draw distance, but on the other case when i use GPU plugin even without antialiasing etc. the graphics is still so smooth. I look quickly on GPU plugin code and i wonder if it is possible to write plugin that will just extend draw distance, but without all this graphics smoothing. Sorry, but maybe you will understand what i mean. I want to preserve this psx graphics feeling with flickering textures. Is it possible or there are some engine limitations?
no aa should be very similar
maybe the ui scaling option is doign that
set it to nearest neighbor
and the color banding option, turn that off
then thats the closest you can get i guess
its probably really difficult to recreate all the rendering errors that osrs does when rewriting it to use a gpu
it's looking like just with GPU it's rendered in bigger resolution
if you have stretched mode on then gpu helps a lot in stretching it
so toggling gpu on and off would show that interaction
i know, but i mean for example in many AAA games you can set display resolution and rendering resolution
here it's not possible
the only way to scale up the game atm is with DPI scaling I think
stretched mode only scales the UI
yes
you can resize the window of course, but you can't say 2x the game canvas, making each pixel take up 2x2 pixels on your screen
you can do that using DPI scaling though
so just do that
or play without GPU I guess, then stretched mode will scale up the game as well
or request a change to the GPU plugin and wait patiently
it's been asked for before in 117 HD's Discord
why does the gpu plugin need a "make everything look bad" button
i will do it myself
ok ty for all answers
back before we converted everything to floating point it used to look fairly simiarly to vanilla, but a lot of people did not like it
most of the vanilla jank is just from the integer projection
yeah like on ps1
and it is hard to support both
Woah does Runelite just update RS without having to close the client now?
If so, that's freaking rad as hell
its something jagex added
That's absolutely terrific! Not that it was too much of a pain to relaunch, but it's a small QoL change ❤️
you should still close your client when not actively using it, for what it's worth
Any specific reason? I haven't experienced any issues
Getting client updates
Anyone know why my screen is flashing when I open my inventory? Started happening when I got to Arceuus
Probs close it last but not 100% sure. Thats why a config profile for dancers is nice
When I move, it turns green… Only in this area 🥲 I’m doing a clue scroll nearby
@boreal belfry Many plugins from the pluginhub break the client in subtle or not-so-subtle ways, including causing issues like client freezes. We do not support pluginhub plugins because we do not make or quality control them, and do not recommend their use.
Run the RuneLite (safe mode) shortcut, or with a Jagex account, first run the RuneLite (configure) shortcut and tick the Safe mode box, then launch RuneLite via the Jagex launcher.
This temporarily disables the GPU plugin and all hub plugins which will allow you to confirm the issue is caused by one of those plugins and isn't a core RuneLite issue.
If the issue is caused by a hub plugin, you should isolate which plugin it is and then uninstall the plugin.
can you see if it happens in safe mode?
I doubt it will happen then, but I can try it. Give me a second. That's why I didn't ask in support 😅 Guessing this is a specific plugin.
It does not occur in safe mode
I'll start the process of elimination
it's really hard to know what of the 700 plugin hub plugins you've got installed and which ones do this type of thing
i would recommend turning off plugins when you're not using them especially hub ones
Yeah, I've got like 300+ plugins 😅 Hence my asking before turning off every single one.
I only have ones that i want to be on turned on. I don't have 300 active ones 😛
well you had you had the only ones you wanted + 1 that you didn't and had to ask which one it was..
lol
Yeah, had installed it recently and never ended up using it
It happens 😅 Egg on my face
Honestly really happy I ended up never using the plugin. Had I done so, I would've changed the colors, and identifying it would've been much harder 😂
I've copied over the plugin folder from one PC to another PC but it's not loading the plugins, is this not a thing that you're able to do?
its really just profiles2
Ah great
In the future
Is there a reason a plugin hasn't been made that allows more hotkeys on all the max cape options? Or is there one that I'm unaware of?
I bet if I had a max cape I would have done it, but I don't
also some of the options are locked inside other menus, those can't be hotkeyed.
Dude if I could ctrl and click for tele to poh that would be incredible
Oh yeah I understand those ones cant be hotkeyed
I have my equipped options as left click - crafting guild, shift click - other teles for farming guild
A ctrl, or custom ones would be great for poh tele
farming guild is behind 2 menus so we cant make a 1-click tele for it
Yeah that's perfectly understandable
just goes to show the farming cape is the best cape, better than max cape 
It is, tbh I carry that on me still for the one click
And I still carry con cape for the one click, only cause limited hotkey options 😦
Some extras would be great for these
nice hat
Regardless, I appreciate all the hard work everyone puts into these plugins. I couldn't live without runelite so huge thank you to you all
Loool ty. I enjoy fashionscaping it up
@tacit vigil Ayyy just a friendly reminder of this 😉
wow that was a while ago
Yessir it was
I'm a very patient man lmao
And I still love that plugin. I was able to block the leave house option in poh settings when I was running planks in a pvp world. Just small things like that that make me love that plugin
For that extra safety
I wanted to attempt to work on moving the orbs (spec, hp, prayer, and run orbs) that are attached to the minimap, individually. Is this possible? Or would it be a ToS violation? Minimap is movable which contains those orbs as well
I think @tacit vigil was messing with that at some point, idk the legality of it
skimming the statement it seems like it'd maybe be okay
no idea
can remap them to a keyboard key using your mouse software/ahk
then remap that to an f key if you want to
no mouse software, and with all the false bans im not risking external software xD
but kk rip,
I did it 🙂 Here is a PR
https://github.com/geheur/More-menu-entry-swaps/pull/30
I'll have a look
Wait. Since when can we sell mems stuff on non mems?!?
Had an odd feature request. A way to either use the "Lookup Wiki" button to click on clan collection log items?
Or a chat command that could do the same. Like !lookup Item Name
the wiki button got a lookup option, gloopy is a thing, and there are probs more plugins if you search the hub for wiki or gloopy
theres a wiki chat command i think
what da heck i never knew you could type in on that
ok i revoke my feature request ty folks
and also that wiki chat command indeed
anyone know how to change the file location on screenshots?
can't do it runelite side, have to use symlinking
ah damn
You can move them to another location when ever you want though
I regularly move mine to my NAS
Is there any plugin I can use to see the value of my individual bank items at a glance? I need to sell some to make money but have no idea whats valuable
hey someone can tell me what's is the name of this plugin?
Which? You’ve got at least 4 things from plugins being drawn on screen.
@elfin swift Many plugins from the pluginhub break the client in subtle or not-so-subtle ways, including causing issues like client freezes. We do not support pluginhub plugins because we do not make or quality control them, and do not recommend their use.
Run the RuneLite (safe mode) shortcut, or with a Jagex account, first run the RuneLite (configure) shortcut and tick the Safe mode box, then launch RuneLite via the Jagex launcher.
This temporarily disables the GPU plugin and all hub plugins which will allow you to confirm the issue is caused by one of those plugins and isn't a core RuneLite issue.
If the issue is caused by a hub plugin, you should isolate which plugin it is and then uninstall the plugin.
It’s one of the hub ones you’ve got. Find which one and delete it.
this
is that not just the spell cooldown but the infobox size is huge 
idk what it is
if they set the infobox size that big then they should know it anyways
yeah well
Maybe there was someone that made a PoC for that, potentially for translation purposes? Don't really remember though
Is there any documentation on the interaction between Runelite and the Jagex launcher available? I'm trying to write a launcher that will work with Jagex accounts on Linux and it seems like that interaction takes places in the obfuscated client layer (or I suck at code searching)
That already exists
Using Jagex accounts on Linux is not officially supported by Jagex, but there are some third party community guides to make it work https://help.jagex.com/hc/en-gb/articles/13413514881937-Downloading-the-Jagex-Launcher-on-Linux
https://github.com/Adamcake/Bolt is probably what you want
Among others bolt guy (AdamCake) made one
(we are not affiliated with it)
Cheers, I'll take a look
It is funny that someone also named Adam made it though
Could be the same person on two different accounts 🤔
But hey, that’s just a theory, a conspiracy theory! 😂
Leaving aside the fact that creating two accounts with the same name would be the worst disguise ever, I assure you I barely have enough hours in the day as it is
I doubt Adam (RL) would have enough time to post from 3 discord accounts in this server.
yeah thats why abex made this adam account 
its crazy how the first runelite discord bot was abex
anyone know if there is a good plugin to let you know how long till ground items despawn? making glass with super make glass
picking up the glass is not worth it really so just don't do that.
if ground items doesn't show for that glass, then no plugin will afaik.
but yeah it's not worth doing last I looked into it
3:18 without picking up is the best option.
Just got a new PC - is there a way to keep all my plugins and settings the same without re-doing them all? I logged into my RL account and it didn't do anything
!transfer
TY Yves!
!lost if you had it cloudsynced already, check step 1 and 2 here to make sure you are on the right profile! (but generally transferring .runelite is the easiest)
ty my man!
!hw
Graphical artifacts? Try disabling hardware acceleration: https://github.com/runelite/runelite/wiki/Disable-Hardware-Acceleration
Not meaning to spam, but runelite reverted its window manager?
there were some issues with the change so it got reverted while they get ironed out
runelite also doesnt have a window manager
Anyone have any good runelite profiles setup already I can use, as I haven't played in ages, so confused on what plugins to use and how to set them up, also how do i get ground items text in bold writing?
We recommend against just taking someone else's setup because it invariably leads to people being confused why something is happening and asking in #support
Its okay I don't mind doing some changes after that, but is that possible?
Also how do people get such neatly looking banks?
Is their a place where people upload their profiles for the pubic to try and experience, if so can I maybe know where please?
It's not a question of if you're okay making changes, it's that we don't want to have to provide support because someone just copied someone else's setup. There's often frequently stuff that would get copied that people would not want copied
No because we don't want people doing this
Okay also how cna i enable bold text on ground items?
To clarify, by "we" I mean the people who actually provide competent support here, which certainly does not include myself
"Text outline"
or the font settings in "runelite"
looks like poo still
Is that why the gpu plugin is very performance hungry?
@versed scaffold your amazing
that's funny
clientui: add 4px border in custom chrome mode
pepehands
huh
I'm a fucking idiot
If I had to guess there is a bank tab related plugin trying to change it from the default of showing the 1st item (I think). Based on viewing the deleted pic
Yup, this is one of the reasons we do not support importing someone else's profile. You'd get problems like this wayyyy more
It's that stupid bank tab text plugin
bank tab names or smth like that
I fixed it
Dw 😄
how do people get their banks with loads of empty slots
and they can puit their gear anywhere they want
so its quickj to gear up.
bang tag layours
layouts
bank tag layouts
but how do i fill the whole gaps with invisable slots.
it's a tag tab, not the bank itself
ooh
those things on the left
Oh thank you!
I like to configure runelite by turning off every plugin and then turning them on when I need them. Vanillaesque experience
are there any plugins that use runelite's hashtable?
im finally back to my plugin, and I'm still stuck trying to change that menu title "Choose option"
@Subscribe
private void onBeforeMenuRender(BeforeMenuRender event)
{
int menuHash = event.hashCode();
try
{
Node currentMenu = hashTable.get(menuHash);
log.info();
}
catch(Exception e)
{
log.info("Coud not get widget: " + e.getMessage());
}
}
Maybe I'm close to getting the widget?
I'm doing this by trial and error at this point lol
oh... is that something that could be changed into runelite's code?
no
didn't mean to spam, just trying to achieve great results with my plugin
what plugin
He wants to make the 4th translation plugin iirc
/\ yea
i think i'm finally getting somewhere, at least as a proof of concept
ty for the info
also, how can i know if something is managed/created by the game's engine and therefore not directly editable?
I know things are busy here especially of late, but I come with supplication as it's been a little while
you will get faster reviews in the future by not saving up all of your changes for one massive changelist
I'll keep that in mind for the future
Anyone know why when I have runelite maximized it won't let my taskbar show? Not sure if it's runelite or windows 11 causing it
it's due to the custom window runelite uses, it will work similar to apps like firefox where the taskbar shows anyway, when our flatlaf change makes it back to users
or if you disable custom chrome in the RuneLite plugin settings it might work the way you want it, now
That worked tyvm!
it's interesting timing that you want this, since it was often mentioned runelite no longer hid the taskbar during the first wave of flatlaf testing
I've just been kind of dealing with it and finally got sick of dealing with it lol
i saw a bunch of people the other day talking about runelite and hiding the taskbar, do you know what they meant by that?
with the current custom chrome, when you maximize the window, the very top of the taskbar is not shown, similar to fullscreening apps
this is not the case with something like discord or firefox, maximizing will still allow you to interact/see the top of the taskbar
discord:
what do you mean by the top of the taskbar
what i'm pointing to with* that arrow
that's the taskbar, showing I have discord focused
what does runelite look like
I GUESS I'll log in
but it's the very bottom left corner of my screen, with runelite maximized
correctly only showing black, due to not being logged in
"correctly"
And flatlaf shows 1-2 pixels of taskbar I assume since that's how it usually looks for other programs.
is there a taskbar in this picture
No, this is substance
this is flatlaf, I didn't login for this one
that goes with the previous blank image I linked
does it cover the actual game canvas?
if your mouse goes down there, the taskbar will popup yes
the taskbar pops up?
Can you get rid of it by increasing the height a bit in the runelite config btw?
Or will windows always render it
someone figured out that on flatlaf, if you maximize and enable Lock window size it returns to the substance outcome which users are used to
not sure about increasing the height
Oh, that is already an ok workaround I guess. That'd work with client-resizer for that very niche scenario then.
the plan is to try flatlaf again tomorrow
Oh
I was gonna try to put some hacky workaround for people into client-resizer for niche problems
Guess I was a bit late on that 😂
one user reported that their previously setup runelite's that were at the bottom, that hid the taskbar no longer did that, which the setting didn't seem to fix
I thought I couldn't replicate the original behavior, but I can
ok maybe it was just a coincidence
but it just seems like something about substence's maximized, appears as fullscreen for the hidden taskbar
e.g. pressing f11 in firefox changes the behavior to what runelite currently has
is this how it is on the most recent flatlaf?
looks a bit odd
and you don't lose focus after putting in a key
which I don't think it how it used to work.
does the Runelite API allow for manipulation of the sound buffer?
specifically speaking, I'm interested in making a plugin that makes sound effects reverb while in cave/dungeon
hey
Swap Talk-to with Bank on Bank NPCs.
I want to talk to the bank instead of opening the bank directly
I might be wrong, but you cant talk to the booth, you need to click on the npc
Anything like this?
What I mean is that the ”bank booth” is a object, not an npc, so it can’t be changed to ”talk-to”
You need to hold shift + right click the actual banker NPC and swap from there or use ”menu entry swapper”
kk
Does this figure only include people who have the plug-in currently downloaded, and currently turned on?
Last +/- 2ish weeks iirc. Adam explained it at some point; can search for his messages
I'm trying to find it, not having much luck
It was probably a response to geheur cause geheur loves talking about that. You can search for active installs and check if adam responded to it
You can check #development message and #development message for an explanation / references to check (where to find the code) for active installs
I think the answer is it's impossible without heavy use of reflection. Java's APIs don't offer a way to intercept the audio either
Technically he could mute a sound and then play a pre-rendered sound with reverb, but that's a very bad solution.
oh, I guess if he only wants to modify sounds that could work 🤔
It's a terrible solution though; practically impossible because he doesn't want to do it for a specific sound
there might be a way to load the sound data from cache through RuneLite's APIs
so it may actually be doable
still not a very great solution, but that way it wouldn't have to affect music
Thanks, that helped! 🙂
There is plugin for herb runs but why not tree run plugin
doesnt time track reminder do that too?
long time no see kehari
omg its a redrum
i heard it would be today!
at least one minute from now
Could use a good laf today.
Is it possible to move the private messages position?
no
my sidebar started becoming double-wide when using small client this most recent update. I understand it's due to overflow and wanting to display all my plugins, is there a way to get back to the old behavior where it's always single-wide and just cuts off the overflow though?
Not afaik right now.
petition people to make their sidebar panels disableable
my runelite window isn't being contained within the screen even though i have the box checked under Runelite
anyone else having this problem
This option was removed for the time being, here is a reasoning. https://github.com/runelite/runelite/commit/af737336dc15a210450901b36a4d4b7ee926bd73
😟 😭
Wait, maybe I wrong, you say you still have the box checked. Maybe someone else has diff opinion.
Thank you for the client window chrome borders back runelite dev team <3
RuneLite has updated to a new "Look and Feel", and some UI elements may look different now. 🙂
I'm having the same issue and turning off some of the sidebar plugins helped
feels a bit snappier thats good start
my runelite suddenly has this silver border on the client?, messed up my window capture on OBS also the checkboxes look funny. Has this happened to someone?
when my client isn't focused i get that silver border
RuneLite has updated to a new "Look and Feel", and some UI elements may look different now. 🙂 Maybe need to redirect OBS onto the window, not sure.
same ye
oh, so this is and update for all? thought one of my plugins bugged or something.
the border is a windows "feature"
Hahaha yep, its for everyone that has restarted their client to get it. Hopefully it won't be rolled back, but for now this is the new RL. 😄
The new LaF is much better with the border around the entire window like what was in substance
i see, welp. guess gonna have to get used to it 🥹
compared to what was released a couple days ago
I'm not sure if thats the border that someone mentioned can be changed with your windows theme or not...
I'm on linux so no this was a different issue :)
Could be related? But i'm talking about this border, how the dark grey continues over to the left
and wraps the actual game client
custom chrome will have the dark grey border like it was before now
the other one where is a small thin colored line is done by windows, which people hate
is there a way to do notifcations on linux via the system notifier?
(real reason, I want to trigger an autofocus back to runelite when I idle, but more generally it would be great to use notify-send, etc via dbus)
It should work when you enable "Enable tray notifications" option
Uses the native method to send notifications
i think it does use notify-send, at least ive seen that term used quite a bit before
lets give it a check!
this small silver border is the one you mean? from windows.
I do have it checekd, but its rendering it in, what looks like a SWING
yuk, gonna look into it. thanks
its kind of annoying ngl
It is using notify-send
the new boarder is horrible wtf?
When you close the side menu the client doesn't move back over?
hot take, I love it lol
Maybe "Resize type" in the RuneLite settings got toggled for that side menu thing.
Is my only real issue as well
Already tried toggling all the options
my game position isn't being kept after closing sidebar after updating today as well
What setting is your "Resize type"?
keep game size
I never toggle my sidebar that much but I actually prefer this behavior
does this finally fix the full sidebar issue ??
it sucks with multiple clients on the same screen 😦
bc my sidebar is only like half full instead of completely
Yeah, this update allows for two columns of sidebar plugin icons when needed.
very kool
I'm trying to resist opening the side bar for now so I don't have to constantly move my client back to position but it's like a bad itch I inevitably end up scratching
bruh i pop my xp tracker briefly open all the time
Does yours do this too?
Yup exactly the same
Oh that looks annoying lol
It's driving me mental.
mine doesnt do that
it has to be close to the display edge
put it against your right screen border
when i do it snaps to the edge
and i close itl go back right to stay snapped
i got keep game size and contain resizing
Did you restart your client recently and get the new update?
yes i have 1.10.20.2
Side question, what is the semantic versioning used for runelite? I’m not sure what the last number would indicate, since it’s typically major.minor.patch
thats what it is
isnt the client supposed to center itself on screen if "remember client position" is off? mine doesn't seem to do that and just slowly shifts to the right as i restart it
ily ty
??? i was telling the guy how to reproduce it, it's a problem for me too
Wait what
is anyone else's equipment inspector bugging out btw
yes because itl snap itself to the edge and stay there
If it is very close to the edge it happens, but it doesnt happen otherwise
Yea, if you disable the plugin and restart runelite it's gone
same
ive tried quite a few variations of "close to the edge" and havent been able to not have it snap yet
driving me nuts
so cant have it enabled until fixed or what
I can see it happen so it doesnt really matter
Had to turn this off on windows personalization to get rid of the annoying small silver border on the new client, if anyone is interested.
Am I stupid but was this not already pressed up against your right screen border?
Yeah but it wasn't snapped there
windows key + arrows key to snap it
😄
once you explicitly snap it with windows key + arrow, it has the old behavior even if you move it around again and resize it
The resizing option is bugged
it's not containing in my screen anymore
The options not even there anymore
This option was removed for the time being, here is the reasoning. https://github.com/runelite/runelite/commit/af737336dc15a210450901b36a4d4b7ee926bd73
Ah I see thanks 🙏
hey, was there an update today? 3 of my plugins dont work anymore. also my client doesnt lock to the border of the monitor anymore. anyone know how to fix that
This option was removed for the time being, here is the reasoning. https://github.com/runelite/runelite/commit/af737336dc15a210450901b36a4d4b7ee926bd73
RuneLite has updated to a new "Look and Feel", and some UI elements may look different now. 🙂 Some plugins might still need updates to work with it.
I already don't like the new elements
ohh shoot ok thanks for the answer!
there's a greyish border on the focused client
do you guys think its something that will be fixed soon? (plugin wise and border wise)
as in, in a couple of days
the border thing is windows doing that, its this option
I don't see this? Where can I find it?
idk they didnt say where it was
Where can I find this option?
apply color to title and borders
Right click your desktop
Personalize
Colors
At the bottom
i just search title and borders
I just wanna say I love how mutually helpful everyone is 
So from what I'm reading RL was updated that's why it looks odd and is acting different? Like not containing in screen?
Yeah, we got an update today, unfortunately contain in screen wasn't playing nice with it and had to be removed.
Gotcha, I thought it looked weird when I started it up lol Thank you.
do you think powertoys fancy zones would work for now? never tried to use it
probably
I think so yeah, especially now that RuneLite behaves more like a normal window.
troo
powertoys is a bunch of windows power user tools
Its pretty cool tbh.
fancyzones is one of the tools
So it'll help me contain my window in the screen?
yea probably thats why the Windows color settings apply to the client now
I'm about to try it so I hope so 👀
What was the update anyways?
new UI library basically, big changes behind the scenes so we can implement some often requested features
how do I make the client snap to the right side? :\
no, it's a runelite update
Someone mentioned this #runelite message
that resizes it too be full height too
you can resize/move the client around after you snap it and it'll still retain the old sidebar behavior
which then when you un-resize it moves it off the top edge
and it doesn't move back over to the right when I expand and then unexpand the sidebar either
okay it worked this time for some reason, very confusing
kind of a pain in the butt to set up but fancyzones works fine
I hope we can get rid of more of the client border in the future
I had to close sidebar, move to top so that it hopefully "snapped" to top, then windows key+right arrow to snap to the right while rl is active window, then resize by dragging left edge and bottom edge, I think maybe having the sidebar open during it the first time I tried fucked it up
oh but then it's doesn't remember my client position after a relaunch? 😦
No never
I love the border frame around the client
if you disable custom chrome i think the border might go away
The border goes away from the windows setting
which windows setting?
theres two borders that people are calling borders
the custom chrome one
and the windows theme one
yeah im using the custom one lol
love it when my client size switches everyday
The custom chrome border should go away if you turn off the Use Custom Chrome setting
well i like the look of the custom one. are you saying the windows one can be like minimal?
nvm this doesn't work consistently, not sure what I'm doing wrong
they are independent of each other
i am aware
im asking if the windows one can be made to be nearly borderless. because its not for me
yes, thats what saiyan linked you to
oh ty 😮
its also what i said when you asked
yeah and im ssaying my windows theme one isnt borderless
well make it borderless by following those instructions 
okay sorry i meant a slim header as well
like how the custom chrome one is
just ignore me 😄
its the same size for me
i think you can make that smaller too
although last time i did that i was still using early w10 or something
If you do both techniques (the windows specific setting and turning off custom chrome) then you’d have seamless edges/no borders around the client window excluding the top
Or it might still have a small border but it won’t be colored/themed (the windows border)
yeah I'll figure something out. ty
I think I know what you’re wanting, like, no titlebar at all right? I don’t use windows so I don’t know how to do that per-application or in general but if you switch OS you could do it /s
Just a minimal one
thats why i liked the custom chrome one lol. they made a nice looking header. just too thick of a border
Yee agreed. I liked the thin one. It’s slightly taller now than it used to be
Went from like 24px to 30?
I can live with the top bar being slightly larger but on the first release of the new UI, my autistic ass couldn’t handle the custom chrome border being gone
Just looked wrong
i think its nice
Well I give up, I got it to re-move back when closing sidebar once but can't replicate it
just full clean
I liked that too tbh
also sometimes when expanding all of the buttons disappear until hovering over them btw
er, expanding as in opening the minimized client
the client doesnt remember its place after relaunching any fix or is this permanently like this now?
Just wanna say this new client is so clean
I can finally use windows + arrow keys to move the game
Maybe "Remember client position" in RuneLite settings got turned off.
I do hav that turned on
hmm
because people will drag it off and then never be able to get it back before
I think you just can't have it snapped on the right edge at all if you want it to remember your client position
but you need it snapped for it to go back when unexpanding the sidebar
y axis of resolution is off by 4 pixels somehow
This new update forces my taskbar to show in full screen
rl doesnt have a fullscreen
its only maximize
and that doesnt hide the taskbar
It did before
do you have this on?
was a bug then imo
I do
aha
it stays hidden for me with that on
If I scroll to the bottom it’ll pop up and cover the logout portions
we think that he means it lets you un-hide the taskbar by moving the mouse to the bottom of the display now when it did not before
Yes
ohh, how are you supposed to use the taskbar then if it doesnt unhide itself
minimize the entire client
I used to just hit the windows key
that behavior did change, i dont know if it is possible to change it or not
what keeps happening to contain in screen always
This option was removed for the time being, here is the reasoning. https://github.com/runelite/runelite/commit/af737336dc15a210450901b36a4d4b7ee926bd73
They didn't want you to have it anymore
Hey guys i tried to use the search but couldnt find anything related, since starting runelite this evening suddenly my Plugin Panel is on 2 columns instead of 1, i do not like this and would like to change it back but am unable to find any related setting. anyone has any idea? Thanks
ok thanks
how can i sing in runlite without jagex launcher?
If you have a Jagex account, I don't believe you can.
It now expands to show more plugin icons when needed. Afaik the only way to get it back to 1 column is to disable/remove plugins putting extra icons there.
lol.... thanks but thats idiotic
how?
either it expands to allow you to click them or theyre unclickable
how is the unclickable option not idiotic
promotes more hub plugin use :D
as opposed to expanding your client to get to the ones on bottom?
they don't all fit
if you expand it taller to see the bottom then there wont be two columns
i dont have
why not just have a setting like, when plugin icons overflow add extra column blabla
it does
where can i turn it off?
i just want to create a runlite account without jagex launcger, but it appears imposible
no i mean thats what it does
yes i am aware but i want to turn it off, so i wonder why make this chance but dont allow people to opt out if they want to
runelite accounts and jagex accounts are comepletely separate
i dont like change, thats why i play osrs lol
i dont think we are interested in making options to straight up break being able to interact with features
where can i create an account for runlite?
you dont
a runelite account is only for the purposes of syncing settings/some few other features to be able to see data on the runelite website
it has nothing to do with playing the actual game
so i have to create a runscape account, then i can use it with runlite?
i got it, thanks youu
i'd like to echo the new full screen + autohide taskbar behaviour is really annoying lol
if it is possible i would be very grateful for this to be reverted/optional, but understand if its not
I don't use autohide taskbar, but, doesnt it make runelite behave how all other apps on your system behaves now?
it does yes, but for a game its nice not having the taskbar pop up
do other games make it not pop up?
other games have true fullscreen so they are going to say yes
like normal windows, yes, it pops up
but as felanbird says, games with true full screen it does not
runelite isnt fullscreen
yes, i know, but the behaviour mimicking that part of fullscreen was nice
When it had contain in screen it would hide the taskbar and wouldn’t show up unless I pressed the windows key
This aswell
The maximize part
the old UI was basically wrong and gave the users fullscreen behavior while maximized
which everyone got used to
like, this is what happens in game now
this is the same behaviour as other other programs
but its more annoying in a game
the previously behavior was an accidental side effect of something else unrelated
and I dont think anyone here was aware of it
Does anyone know if there is a boost timer plugin? Sometimes I boost or I use potions and then I get less than the 60 seconds if I don't pop it off the dot
does enabling the setting Lock window size in the RuneLite plugin restore the functionality you're used to btw
it does!
it also makes it not possible to resize onto my other monitor, but that makes sense lmao
read my message 2 messages up
half the time i play on a portrait monitor
but this is good for when im on the main monitor, thank you
🙏 many thanks
any way to change the client border back to how it used to be?
it should be the same
unless you mean the windows theme thing putting some color on there
looks like this now
are you talking about a 1 pixel color outline?
and that yea
Really odd.. I didn't restart client or anything and "un-snapped" my client and the side bar opening and closing behavior now remains the same as if it is "snapped" - not a complaint since this is an absolute win for me LOL just wanted to update
was normal yday
the 1 pixel outline is a windows theme thing which you can turn off
but you can't revert the runelite UI change to be exactly the same as before
:/
what would you like to see changed about it?
or perhaps you just don't like it changing at all?
yeah i prefer the old version
if it's any consolation, check out how responsive the sidebar tab buttons are now 👀
Dude when I read what Adam said about the changes I was like oh my god I never knew I needed this in my life but I can never go back
I love you guys
mine is turned off but still have they grey border when the client isn't in focus. any ideas?
this is like adding a sleep(5) and then removing it and saying it's snappier :p
jokes obviously i know what changed there
I think that'll be this "Title bars and window borders" setting
where do i find that setting
it's Windows' settings menu
i am very bad at windows stuff so apologies if its obvious
right click your desktop and click personalize
lol right
I didn't know what was changed until I saw Adam mention it though
at first glance it just felt faster
it appears that windows just adds that grey border when unfocused, disrespecting the setting you just disabled
I can replicate it with the literal settings window
oh oof
yep, the settings window will turn the grey border on/off when i change the setting but runelite doesn't change, oh well 🤷
I get the same issue outcome with both runelite and the settings window
apparently that is just a Windows feature ™️
profile linking has gone too - will that feature return?
profile linking is not gone
sorry you're right - i logged in again and the icon popped up - my bad
Is there a changelog?
i expect an announcement when they're solid that it's good to stay
it's been reverted and re-released a few times each time better than last
What are they changing exactly?
look and feel of client is the major UX/UI
there is always generic improvements beyond that though
Oh? what was wrong with the way it was before?
I dont use runelite often so Im out of the loop
i dont exactly know what made it technically worse but the new way of doing the client will be better to grow into i think
ok cool
RuneLite has updated to a new "Look and Feel", and some UI elements may look different now. 🙂
Yeah I noticed something different
Runelite just looked cleaner
But I couldn't tell why
XD
Good update guys, it does look better even though I can't put my finger on it! XD
guys is Fashionscape plugin working for u?
according to this, no
typically runelite.net/pulse has the things coming up, the commit history on master has the logs
you can wait for a blog update for a properly documented change list
alot of plugins out of date
things that use side panel stuff have to update to respect the new way of doing things on the side panel, so they'll be back.
Any way for us to revert back to the old UI or are we forced into using the new one
It's not really viable to maintain two separate UIs at once
Can't close client till update day then 🫡
Any plan to put it back in at some point? Really sucks having this gone
Don't think so. But I heard a rumor that a plugin may someday have a somewhat similar feature. But who knows. 🤷
so did runelite update
my borders are rounded now? not square? With grey line. And its asking for auth so I'm sus my runelite was taken over somehow
Correct, there was an update today to the "Look and Feel".
do updates need auth re-entering?
Dunno why auth though
well yolo I entered it
figured it has to be my client if i didn't download anything new myself
is there a way to make screen take up exactly half?
would it be possible to make a plugin that flattens hilly parts of the map
I tried dragging it like a windows but it started spazzing out
@wraith valve I'm having the exact problem, I usually only play with the smallest window size but it is unable to do that now without cutting off the screen. No idea how to fix it (example: https://streamable.com/yw36p6)
yes when you try to manually resize it spazzes out like that
i play on 2 clients with each taking up exactly half of each side of screen but cant do that now
You can restart your client's to go back to how it was yesterday, for now. But the update will return eventually.
@wraith valve Yeah it seems like they changed it back, just restart your client
Does anyone have any recommendations for must have add ons? I'm still a bit new to RuneLite
The included GPU plugin can be really nice.
menu entry swapper
If this is such a common problem with NPC aggression timer, then why isn't there a special case so the end user can input "Sand Crab" to indicate "Sandy rocks"?
(i've been affected by this too, thankfully I looked at the wiki)
thanks for the development :)
anyone know why i cannot maximize or minimize my screen anymore?
what os?
restart your client
done that multiple times
what happens if you click minimize?
i only have this icon that says "iconify"
that is minimize
that just removes the whole screen and goes to my taskbar
isnt that what minimize is supposed to do?
what im trying to get at is i cant fill my screen
maximise
there is no maximize option
you probably just have lock window size on
bingo thank you adam
hey for some reason when i right click my prayerbook on runelite i dont have the reordering option only the filtering option
you have the Prayer plugin disabled
hey guys
how do i save my current rl profile and then transfer it to my other laptop?
thanks boss
so cloud sync a profile, export it to some storage device and then import in the other pc
so cloud sync is I have to log into my rl account on the other pc and the profile will be there?
yes
i dont see an option to save the profile other than sync? if i were to export and import instead of using sync
i'm getting this when i try to save it
ok technically the entry tells you to move the entire .runelite folder over
and you just import from that
there is no actual exporting, I just mispoke when I was bouncing back what you said
dude i fkd up
i tried to talk in chat while the profile tab was open and something happened
and it reverted to the new profile with no settings
does double clicking the default profile restore your settings
I don't think there's any keyboard combo you can press to delete a profile, it won't even let me tab to the delete button
default has no settings on mine since i havent synced it
is this on the normal setup or the other one
normal setup
@rich marsh
isnt it feasible to have an option on the menu to just click save profile and export the files? feel like it'll be way more user friendly and intuitive than going to the website to find out how to do it.
i had the new profile open like this instead of switching to it but theres a keyboard shortcut that made me switch into it when i tried typing in chat
i feel like thats kinda dumb too
Hiya, how can I ask development questions related to RL?
Currently trying to figure out if it's possible to grab other players AccountHash without being logged into their accounts. Since that's a unique identifier for accounts from there we can track things such as Name Changes automatically
I see XP Updater already grabs local AccountHash from Client
I've never heard of that info being available
other people have looked at name change tracking and I don't think it's that easy.
Don't expect it to be easy unfortunately. However still think there's got to be a method
Especially since as of right now you can pull your own personal AccountHash client sided after logging in
yeah but it wouldn't be surprising if that's only available for you because you're logged in.
And that's what used for the XP Updater plugin, and it sends it to Temple and Wise old man
I guess you could maybe get it from those sites, I suppose.
I absolutely could, but they only get it if a person is using the XP Updater plugin
So the list of AccountHash's relative to accounts is going to be fairly short haha
So I'm trying to find a method to finding it for others without needing to be logged into their accounts. Been disappointed by Jagex and their API offering thus far tho :/ so not gonna get my hopes up
yeah I wouldn't expect it
Why would they ever give you that info anyways, you don't need it.
the client doesn't, anyways.
Why wouldn't you want to share a unique identifier for each character?
Gives you the capability to track tons of cool analytics directly
And then also track scammers/bots/general name changes perpetually
It could be useful yeah, I just don't think they currently give that info.
I don't think they directly provide it, though I have a suspicion that it's available somewhere
When did jagex make RL privatize the things that directly interface with the rs client?
idk i think there's a blog post about it
2018 probably
NFC posted some link one time which included some strongly worded text about it