#runelite
1 messages · Page 112 of 1
lemme give it a look, i didnt look in my profiles2 file. so chill out dude
is the toa plugin down for u guys?
are you using runelite?
update your RL
yeah it works now thank you. i just closed and let it reupdate
Hey, are ground item timers broken for anyone else?
restart client and see if it's still broken
thank got for ChatGPT man I havnt used Java in 10 yrs
Just a small noticed issue with the Grand exchange plugin, blighted snare sacks seemingly have the wrong model
Shows correctly on the wiki price page.
Does it stick if you restart your client?
I think it does yes 
the items were removed?
Blighted snare sacks are an item that allows players to cast Snare without needing the runes for it. However, it can only be used inside the Wilderness while on the standard spellbook.
150 can be purchased at Justine's stuff for the Last Shopper Standing for 1 Last Man Standing point or at the Soul Wars Reward Shop for 10 zeal tokens.
Upon its r...
In September apparently
oh that was last year already
if you search the ge in game for it do they show there?
nope
mmm
Hello! How can I mark runite rocks like I makr NPC hulls for example
enable the Object Markers plugin and shift+rightclick the runite rocks to mark them
Thanks!
how can i make boost infoboxes verticaly?
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
radius markers hub plugin
Theres no type of like "label" for the setting configuration is there? Like just something to let the user know the api results loaded
https://i.imgur.com/mUHFwgj.png
did this stop working on ground items?
not afaik, but people seem to be having issues, solved by restarting
so i assume they arnt updated
okay ty
This is how you get totally cursed nonsense code
Oh true I never thought about a chat/broadcast message
No I'm talking about simple syntax stuff to refresh my memory. I'm not relying on it for algorithmic purposes
Alex is saying don't do that, basically
Ok no need to attack, I'm still learning, but yea true ty
no i said do that
I was gonna say I thought he said yes lol
yea I feel you
I have the list loading great everywhere I just needed to alert the user somehow that it successfully loaded, or is missing or something
🥔 mb
so a broadcast is a really good idea, ty
Just make sure you tag the message do it's obvious it came from your plugin
i restarted, it was fixed for like a second, now broken again
I'm having the same issue, relogging with an item on the ground messes with the timer and restarting client temporarily fixes it
Messes with it how?
Is there a way to save a pref value thats not necessarily a config? Like for example, I load a csv string from an api call and decode that to a list of items. I would like to save that items list so the user doesn't have to make the api call again unless they change the endpoint
The timer goes down even when logged out and when u redrop the item it doesnt reset it just keeps going from where it left off.
hidden config
ah I'll look in to that ty
ground items despawn timer no longer working for anyone else?
yeah it's having an issue atm. you can restart runelite to temporarily fix it.
A few people have mentioned it being funky, yeah
Yeah grounditems being pretty funky. Logging out with an item saves the time it was at, and redropping it will give it that exact time. Like if it was at 2727.5 on logout, picking up and dropping it again would put it at 2727.5~
And sometimes the timer just breaks completely and wont show up
Restarting client fixes it until it messes up again, but I can't narrow down an exact cause
Yup its being looked into, ty!
Any update on this?
It's being looked into
restart your client it's probably fixed as of like 20 seconds before you asked
hilariously enough
Ha. Nice. I'll try.
Is it? I didn't see a commit that immediately stuck out as being a fix for that
But probably potato tbh
Working after the restart.
Nice
Does anyone know why ground items timers aren't working?
restart your client and they should be working again
we pushed an update earlier that should have resolved it 
any ideas why I'm getting
Cannot resolve method 'addChatMessage(ChatMessageType, String, String)'
When trying to make client.addChatMessage(...) call?
probably because its not a valid call
Is there a way I can let friends beta test my plugin without them having to set up a dev environment?
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`
so I can compile that jar and then send that to them
yes
beautiful
Is there an event I can subscribe to to detece when the plugin has been turned on freshly? I know onStart is on client statup, but what able plugin enable?
Can't seem to find it so maybe its not.
When the config is generated?
not sure the best way to do this
currently config loads in a csv string from an api call which i parse items out of and do xyz when user changes the endpoint config or when the app start if a config value was previously set/saved
I want a way the user can just re-call the api without havign to make any changes - to update their local copy of the list if there were any updates on the server side
so like if I clear the code then re-add it, the change triggers a fresh api call. No way of doing it otherwise since there's no config buttons
startup is the plugin being turned on.
thats what I had originally assumed, but its not triggering when I toggle it off/on. Only when I restart client
then just add a refresh button?
wait wtf i was told theres no config buttons I tried looking for them
I've never seen a button in any config other then the built in reset/cancel. How do I make one?
Does the DPS Calculator plugin scrape the Wiki to populate DPS info?
then you're doing something wrong
"startUp" is on plugin start.
oh yea for a sidebar I know that I mean a plugin config
wtf you're a flag now
lmao
They want a button in the config to reload it im guessing.
Could be done, would be scuffed
As the flag said, startUp runs when the plugin is toggled on, so if it isn't you've broken something
hmm ok thats probably simples way to do it then so I wil just keep digging in that ty.
how do you rename a bank tag tab without losing the layout of all the items
export with layout, import with layout (rename), delete old tag
thx
is there a way to have inventory at the minimum size while playing at a higher resolution?
Time to learn swing. Or look at the raid reloader plugin panel, it’s just a single button and some text.
Hey, anyway to rebind F keys to mouse buttons?
no
sadge
Would anyone happen to know if the contents of the quest journal is something that requires the client querying the servers, or if it's generated locally? I've assumed it requires a query, but thought I'd check as if not that'd potentially let quest helper check the journal itself without a player having to open it themselves
My gut feeling is that it's the former, if only because if it was something stored in dbrows or whatever, the wiki probably could have used that info to work out quest related varbits rather than actually having to run through all the quests a bunch.
But that's at best just a guess, totally possible that I'm wrong
Ah yeah I fear you're correct, I've been the delving into the cache to try and find anything, unfortunately the closest I've found is the quest overview panel's details 😅
If you do find anything though please do give me a ping! I'd love to make use of something like that on the wiki side of things and I'm in search of a few summer projects
Sure thing I'll definitely ping you if I do
After checking out the actual network traffic it does unfortunately seem the text to show comes from the servers, so no such luck on it being local
Damn, bummer.
No
There was some visual bug with something that gets your own local player rsn and would some times grab a random other name. It was also impacting the title bar of runelite.
Anyone playing on m2 MacBook 8gb ram?
Not overly bothered about 117 but would be nice to have it 40fps + on m2 8gb ram
seeing as rl consumes ~2-3+ gb ram on the regular for me and sometimes it goes as high as 10gb when it looks like it leaks i dont think an 8gb machine would perform that well
it definitely doesnt start below 1gb either lol
my runelite happily uses ~400mb when idle, so
i'll give it a go in safe mode later
fwiw its when its on the mac, i dont regularly monitor it on windows
can options to collapse friend/clan chat also be added to the chat filter plugin?
Just a tiny oversight but fetching the price for a prayer potion pulls dose 3 than 4 compared to others.
Additional clarity: Using the command !price (potion) is pulling 3 dose for prayer, than the default of 4, compared to the others.
you mean you examined a 4 dose and it showed you a 3?
No.
im not sure its defined as always should be 4 dose if you dont specify
Example: Doing "!price super combat" will retrieve the 4 dose variant
It defaults to 4 dose.
Prayer potions seem to be the oddity
ranging pot will default to 3 as well I think
at least thats the order of the ge sidepanel
yea theres no defined order
it gets the "shortest" name that fits what you put
but the doeses are all the same length
so it just picks a random one really
As Gamma has spotted, it does default to the top most result, it would seem. I'm guessing some potions are just oddly specific how it orders em to fetch
thank you, just made this https://github.com/runelite/runelite/discussions/17883
someone should throw a .sort() on those
I had actually implemented this the other day but didn't PR it. I can open a PR for this once I'm home in a few hours
awesome, thank you!
Would mostly be a question of how granular they want the config options to be and if they do in fact want it added
A better question is why do you have spammers in clan chat
Collapsing is bouncing between channels or hopping so you don't have a million "attempting to join..." messages
I guess the notification messages are a different type but I'd kinda lump notifications and chat messages together I think
oh shit good looks! I can display the list there too damn ty
you can use your mouse software to bind the buttons to your FKeys. Like my mage tab is F5 and my thumb button executes F5
This is exactly wat I did, set up an RS profile and have my main F keys on my mouse
I play 1 handed with a joint in the other 😛
profiles have to be one of, if not the, best additions to RL
Would it be possible to auto join last party upon new client login in party plugin?
MacOS gpu driver memory leak because MacOS just works™
This is the way
How can I send data from the Panel back to the Plugin
i.e. panel has a refresh button and I need data from api in the Plugin
Hi! Is there any issue with developing something where a discord community could manage plugin settings for a number of users?
Discord admin uses bot to update plugin settings for any user with a key configured.
When user logs into runelite it pulls down the settings for the plugin from an external API?
Is that allowed?
Thinking data plugins for discord communities, clans, bingos etc.
!statement
As long as it follows those rules you’re fine
Or at the start of an event. User types ::update to get latest settings
You can distribute a private build of your plugin too, it doesn’t have to be published on the phub
Basically I'm loading a csv string from an api call of a list of items.
I made a panel for the user to be able to refresh the list in case of any changes.
However that is in the Panel file, I need to somehow get that list back to the Plugin
I'm interested in this point. Is there a doc on how to do this?
Your csv is in the panel file? Or you want the refresh button to call a function in the plugin file
refresh call func in plugin would be preferred
way prefered, if you can direct me to some info that would be great!
In the button listener on click have it run plugin.refreshFunction() — make sure the refresh function is public and you’ve properly set up the plugin in the panel file
@low garnet 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`
And I can give some sort of exe to beta testers or something?
You give them a .jar file yes
Sick, TY!
I have access to the navButton but how do I get access to the Panel button from the Plugin?
or are you saying I pass the function through the Panel params?
I’m saying add the button and in the button’s actions have it call the function. The nav button is entirely different
I'm having trouble understanding how to access the button from the Plugin, I'm so sorry
You don’t
ok thats what I though
The button sits outside the plugin and yells back to it “yo someone hit the button, refresh”
yea the yelling back part is where im stuck
I have the button listener set up in the panel just fine
Look at the raid reloader panel class. The injection of the plugin and then the creation of the jbutton in the panel
Inside the button listener, https://github.com/Trevor159/runelite-raid-reloader/blob/master/src/main/java/trevor/raidreloader/RaidReloaderPanel.java#L75 add plugin.refreshfunction()
Yea u can
yea thats my issue how do I get plugin
Replace Client client with YourPluginClassName plugin and replace the following text accordingly
Guessing it’s stupid easy now lol
lmao pretty much didnt realize you can just inject it lmao
this reminds me of C# dependency injection
Does the panel refresh when a change to the plugin happens? i.e. I want to send the newly loaded list back to then panel to display it to the user.
If you have added the list to the panel already, and the panel refers to a variable in the plugin file that is change, you would need to reload the panel
It needs to happen on the client thread. I can link an unofficial example but rule of thumb is reference core material for good examples
can you use refs to modify the original object from the panel?
problem with core is idk it enough to know where to look for examples lol
Same
But yea you can do anything you want in the plugin class
Like my dumb ass put a lot of logic in mine instead of doing it in the plugin.
Plugins directory
All you need
no I mean for which plugins use what I need lol but I'll figure it out hopefully
I just hardcoded text for now
Just poke around. Explore.
Yeah panel dev is the longest part of plugin dev. Worst part imo
Can you guys consider moving to DMs or #general if this is going to keep going for an extended period of time though?
Idk why an update command isn't good enough for you
Hadn't thought of that one, but also if they're displaying the list in panel then yea that's another thing. Could also just display the list in the config but 🤷♂️
Well we told them to do that days ago
hey does anyone know if you reset the 'bank tags' plugin and all your tabs are erased- you can get them back? like in a file somewhere? or am i in the bin here :')?
I think if it's reset, it's reset.
ah shoot okay, well we start again haha, ty :)
Any ideas what I might be doing wrong here to refresh the list displayed on the panel?
am I not understanding repaint?
.
sorry I thought this was support
This is a new feaature of Runelite? Saw it today for the first time...
it's not really new we just don't often use it
unless the version ur on has a bunch of broken things
ah... good to know. Was mid raid. Had to log out to reset 6h log... gg
Thankfully wasn't too far into the raid...
runelite doesnt force you to logout, it just prevents you from logging in
does the game recognize a 6h log out into login versus a new client login*
there isnt a difference in if you restart the client or not after a 6hr log
either way you are logged out..
yeah that's what I was wondering
so they would have been in the same scenario logging back in, after logging out for the 6h versus restarting the client
Will keep that in mind in the future I guess...
Is it possible to build locally and still login with a Jagex account?
Disregard
What plugins do yall reccomend somo e whos last time playing was like 2010
Just lookin for general "must haves"
As few hub plugins as possible, personally
I'm very biased but I'd say WikiSync is a useful tool to have, the wiki advanced crowdsourcing helps us find things out, and those are the only two I can think of off the top of my head that I use that would be broadly useful, though I'm sure there are a couple I'm forgetting. Well, that I USED since I don't really play these days.
Can someone help me get rid of this ugly ass scrollbar and white border?
Have you tried looking at how a core plugin with a pluginpanel is built?
Is there a plugin that shows the click box for prayers when not active? The image is an example using the Screen Markers plugin.
I copied the RaidReloader plugin. This wasnt happening it just came out of nowhere lol no clue what I did even when I re-paste that code its still this.
core
lmao how did you get the year 2000 java swing appearance
I can almost hear the moden connecting noise when I look at that.
lmao its so weird right
yea it loads in a csv string from an api call
its a list of items to trigger an auto-screenshot for the plugin
idea is a bingo plugin for whitelisted items
without the user having to manually copy paste a whitelist, they just put in a pastebin code and pull the list
if that's all you're doing you could try using a ::command to trigger that.
yeah that happens XD
haha I'll address this later, kids got bedtime 😛 ty for help guys
good night!
whats the plugin that highlights your own player, like makes a glow around them
how do u set your custom notification sound? I put a "notification.wav" in the root directory and doesn't seem to work?
!custom
Place the files for the feature you want in %userprofile%\.runelite on Windows or ~/.runelite/ on Linux/OSX
The names and type for the files are:
- Custom cursor:
cursor.png - Custom notification sound:
notification.wav - Custom login screen:
login.png. An image size of 765 x 503 is recommended, but bigger images will be (simply) scaled down automatically.
it's probs named .wav.wav or you renamed .mp3 to .wav without re-encoding it
or you encoded it in the wrong format
hmm, i know it's not .wav.wav cuz i have extensions showing, maybe i'll try a different file
just re-encode it in whatever program you like
any chances of fixing this problem? i wanna play the modern way but i always have this bs problem
it wont allow me to fix it myself
post the amount of bit, hz and extension
please describe your problem; idk what the modern way is
@pure zodiac
exactly what the pic says
don't ping random people from staff
the pic says that ur mum is tight so gz on that problem
@light trail i cant fix rl
370KB file, 1411kbps bitrate, not sure how to find hz, i don't see it in details
u see where my skills are
alt+right click it
still wont do anything
!3rd
3rdpartyissues: 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.
That's usually 16 bit 44.1khz, but it doesn't really answer any of my questions. Try this https://github.com/runelite/runelite/issues/16979#issuecomment-1815700945 in audacity
it fixes itself when i hide the task bar but thats all i get
show a video of it happening in safe mode with the title bar visible
i havent ran it safe mode because idk how to do it while on jagex account lol
oh fuck me, you mean that the client's size is too big
yea
lol
open the runelite config and untick lock client size
congrats u won this game of charades
please do use words next time
all good where is runelite config?
click the > and then the ⚙️ next to the RuneLite plugin
thanks fellas
Does anyonke know how to add items to the additional filtered items section in inventory setups?
Have you tried right-clicking it?
@pallid drift @light trail Thanks I was trying to drag and to just add a tag
Anyone use Quest Helper? I see it on the runelite website but don't see a download plugin option.. also don't see it available on the RL interface in game..
You probs wanna read that
Suddenly I can increase my draw distance now
The limit has been removed without compute shaders because on cpu rendering the limit is increased now
hello runelite developers is it possible to make the jagex boss overlay moved wherever you'd like inside of the window? currently it is limited to the fixed client part of the screen. thank you!
Stonedturtle made a hub plugin for when you have xp drops in the middle. That's all that's possible rn
unfortunate, you can hold alt and drag it but it remains inside of the window and cannot be dragged onto the chat box
that's true
praying for the time it can be dragged wherever 🙏
Heya,
Not sure if it matters, but this master clue step can be done at the true blood altar with pure/daey ess.. Clue plugin only references zeah
honestly i'm not really sure the best way to squeeze that fact into the hint
"Bind a blood rune at either blood altar"?
yes but how are we handling the items
dark essence fragments OR pure/daeyalt essence feels like it's going to setup confusion for people who maybe haven't done it before and then they'll take pure essence to the only blood altar they know of in kourend
hey guys, when i right click monsters i cant see the lookup drorps anymore, anone know how to get it back?
That plugin was disabled
(If it’s the one I think it is)
Just use the look up from the wiki directly instead
it was working the other day , it's been changed since then?
thats the npc col log thing
loot lookup is still available and seemed to work when I checked it just now
Oh diff plugin that does the same ish thing though
According gamma it’s around
it was the one that added an overlay and used the wrong useragent
so we thought it was another one
i have the loot lookup thing on the right side but the other day i could right click mobs and there was a lookup drops option, idek why it disappeared xD
Do you have even more options than you used to from another hub plugin adding an option?
I think there might be a limit to right click options or hub plugins try to take the same slot of the right click menu
you seem to have it enabled, maybe check its settings to see if there is an option to enable/disable the rightclick menu
dunno then
Get support for the Loot Lookup Plugin Hub plugin here: https://runelite.net/plugin-hub/show/loot-lookup.
You can also find the support link by searching for the plugin in the Plugin Hub panel and clicking the ? button on the plugin, or by right-clicking the plugin in the plugin panel and clicking the Support menu option.
could the option be hidden by custom swaps or something?
potentially yeah
its weird because idk what menu swapper i ihave
i fixed it, it was one of the GIM addons xd....
ty guys 😄
adam y u break RL and all my old plugs smh
I think you mean why did Jagex make changes?
And I think most stuff is fixed now anyway
thats fair although i will say when an api has major updates some notice would have been nice xD
tbh ive no idea who you are
Tell Jagex to give other people a heads up then
I mean I think you might have just disabled some things they used lmfao
also we really had quite minor api changes for 222 I think, we tried to keep compat well
Hi, anyone know where the conf file for menu entry swapper would be ?
I expected to find it in .runelite/plugins but it's not here
I want to manually add shift options for a bunch of items
We don't support manually editing configs, that's how you break everything
I would venture a guess and say you broke their bots and/or cheats
I can't even try ? 😬
I would clone my config before doing it
sometimes api changes are forced by jagex, which is just inherently something we can't avoid because of how runelite is built on osrs
We won't help people do it because we don't support doing it and actively discourage people from doing so
He is talking about "api changes" though which means something specific
He sells cheat plugins
oh
can I still give it a try though ?
I heard the warning but would still like to try
Or at least see the conf file, see if it's that hard to make
I was just confused why he thinks I would notify him of api changes when I dont know who he is
We will not help you do it
Any Runelite plugin developer can help me 1 on 1 for 5 mins? I'm trying to create my first plugin (a very simple one) and keep getting issues with the plugin class not being used / not finding runelite-plugin.properties
what issues?
It's just a warning on IntelliJ but I believe it might be having bigger effect.
Class '[plugin name I used]' is never used
you can probably just ignore that
I have no idea if that is causing the issue or if it's something else.
Creating a plugin that when my character is under an npc / other player, entity hider is on. So I'm always invisible when standing on top of another entity.
I made it give me some info in logs, eg. say true when standing on same tile as another player, and it does that correctly. Just doesn't hide my character
if the plugin is running enough that you can see it doing things, then it is obviously working?
Everything but hiding my local player character isn't working. Will try to find the error solely on that end then.
Also, I assume this plugin is fine with Jagex's T&C right?
I like using the entity hider plugin, but only want local player to be hidden when sharing tiles with other players / npcs, instead of being transparent at all times.
If that ^ is considered automation due to character being hidden on specific scenarios, a secondary solution which is not involving parameters such as opponent player character location, I could otherwise just make a plugin that swaps the visible render order so that local character is always below NPCs / other players.
(perhaps you could give me some clarity @somber aspen if option 1 is fine once built for release or if I should persue option 2)
i dont really know offhand
I couldn't find anything directly covering this topic in Jagex's 3rd party client's thread of banned implementations. (I assume it's fine but always wanna make sure)
Not sure how procedure is typically done to allow or not a new plugin into external plugins.
Im pretty sure a similar plugin was rejected in the past
Don't people just use that player outline thing and hide yourself all the time
Yep it's less visually jarring that way
bit of a strange question here... since i swapped to jagex launcher some of my loot tracker is missing .. is this cause it uses a new set when lauch throuh launcher
not all my kill logs have gone
loot tracker?
thats what im using
for example before i swapped to jagex laucnher i had 4k rev kills not its 1 i jut killed one to see
one of them just wish i didnt go jagex account lol ..
never heard of this happening specifically when switching to a jagex account
but who knows
Thank you!!
Is there a plugin that can show a timer for when the second heal of hunter meat kicks in? e.g. [[Cooked moonlight antelope]] heals 14 immediately, then another 12 after 7 ticks, and if you eat another before the 7 ticks then the extra 12 is lost. So I'd like to be able to track when the second heal is done.
Also the item stats plugin has a weird UI for it where it shows the +14 and the +12, but if you've only lost like 15 hp then they're both green even though the +12 will mostly be wasted (unless you take more damage in the meantime). Seems like it'd make more sense to show +14 and then +26 so if the second one is yellow you know it's going to be partially wasted
Wiki links found:
https://oldschool.runescape.wiki/w/Cooked_moonlight_antelope
there's a hub plugin in the queue I believe
Oh yeah there is, thanks: https://github.com/runelite/plugin-hub/pull/6043
Is there a plugin to show the spec bar for all weapons in pvm
Or is that not allowed
Hate how I have to wait 1t for the bar to show up and I don't wanna use the orb
I get that it's prolly op for pvp
Spec bar?
You mean going from a weapon that doesn’t have a special to say claws and then the special is available?
But you want to see the spec bar on the first weapon? I don’t think that’s possible
Yeah just have a greyed out spec bar on a weapon with no spec so that I don't have to wait for bar to show up when I switch from scythe to claws or chally for example
It isn’t possible no
But I guess it's just part of the game
Correct
that seems like kinda messing with an interface in combat in a way Jagex might not like anyway
I like to put all my spec weapons on the bottom half of the inv but I guess it's time to put them on the top row
unless I'm misunderstanding what you're asking
or just use the spec orb
iirc its mentioned in the guidelines
Any unhiding of interface components, such as the special attack bar and including the minimap (for example, in Barrows)
Orb = mouse movement
item over spec bar = no mouse movement
Tell jagex to change their statement it’s out of date anyways because they still mention construction
Stop arguing with us for their rules
you have to move your mouse to look at the orb?
we are not the ones you should be argueing with, we didnt make the rules 
True
do I personally think it shouldnt be allowed? probably not
maybe you can make a reddit thread that pops off and hope they see it
skill issue
does the orb work differently?
I thought it was also not clickable when your weapon can't spec.
you can still see your spec amount though
Is there a plugin that automatically changes the inv tag colors for all combat items.
To use at like LMS?
"dynamic inventory tags"
is there any way to rearrange the sidebar buttons?
No
No, only a plugin author can do that.
Just the way the UI works. Some authors have added a config for it, but that's only for a handful of plugins
when update to fix stuff
three days ago
Any ideas how hard it would be for me to make a plugin that allows the player to have the head of an elf on their player character? I'd like players to still be able to show their current armor except for the head slot. I also would like to be able to customize the skin color and hair color of the elf head models. I know that there are head models for the elves that can be positioned where the player character head is and they share the same skeleton/anim data as the player.
@tacit vigil this sounds like your wheelhouse
where would i report an issue\bug with the loot tracker
What is the plugin that you can use to highlight specific objects - by objects I mean things like a tree or a chest (not NPCs)
Here: https://github.com/runelite/runelite/issues
You will need a github account
object indicators? or orbject markers
legend, ty!
how to hide the clutters of items on my screen
what does this mean?
#github message
🤖 not only diminishes these enhancements but also poses a genuine risk to my Hardcore Ironman character.
Quickly, double tap left ALT. Permanently, Ground Items plugin settings.
Is there a plugin that you can set a goal for X item, and the plugin will keep track of what you have accumulated towards that goal in the top left of your screen? Similar to Xp goalz, but for items?
Say I was mining X item and wanted 2k of them. It would start out as 0/2000, and just increase whenever I mined one?
if u set xp goal to be xp per item * items, it will say actions remaining
Didn't even think of that, smart
what is that info number in green? and how can i remove it
its from a pluginhub plugin, might be tick tracker?
That's right, I deactivated it and it disappeared. Thanks!
The "highlight southwest true tile" setting in NPc indicators doesn't seem to be working. Is this a known issue or is there something I messed up on my end
it is not a known issue
Do you have the NPCs highlighted?
Anyone knows how to globally reset individually customized left/shift-leftclick settings from Menu Entry Swapper?
Don't think you can
how to disable other player's mining sounds
cuz
this sounds like someone is scratching glass
were you at a star or something? 
yes
oh god
and someone scratching glass
that sounds like torture
I thought I was in a chinese prison
lmao, happy mining 
You can also use annoyance mute to selectively mute those sounds
Instead of blanket muting everything that’s in that category
is there a plugin that shows the amount of logs in the log basket while in your inventory?
does anyone know why this resets after close client?
resource packs probably
this is for plugin runelite
think you can turn off resource packs being allowed to change that in that plugin's settings
resource packs changes that setting
i dont have that plugin
look again
lads... am i fucked?
looks like it
Appeal Pending
what are the chances though..
🤷 depends what you said
Depends on what you did
i used to have this installed long ago but no longer have it
f word. the bad one. i got pked.
i recently logged into runelite and noticed it kept changing back the overlay
Yeah wouldn't be shocked if they let that mute stand
To find the logs, you can do one of the following:
- If your client failed to open, click the
Open logs folderbutton. - Open the screenshot directory by right-clicking 📷
Camerabutton, navigate 1 directory up, then open logs folder. - Navigate to
%userprofile%\.runelite\logson Windows or$HOME/.runelite/logson Linux and macOS.
Upload the log files named client and launcher by dragging them to Discord. If there are files prefixed with jvm_crash dated from today, upload them too.
Check fps control plugin
Disable gsync if you have an Nvidia GPU
Visit 117's HD plugin discord (https://discord.com/invite/U4p6ChjgSE) for support, issues & feedback
That doesn't seem right
is it possible to transmog gear and invent items for reference setup reasons? i could see how would be an issue for clans that need gear req proof
I don’t think there is one for stuff in the inventory but you can maybe build a layout using the inventory set ups and just search for the equipment you don’t have for that side panel thing
You could also use the wiki’s dps calculator to take screenshots of gear load outs
Idk of another tool to do it besides just having the gear
gotcha, yeah i was thinking about for use when taking a screenshot on the character equip screen
Fashionscape plugin for stuff being equipped afaik
like those change the model, but not the item slot
lol i assumed so
it would be cool if there was a site similar to the dps checker that you could configure reference loadouts tho
like how you can paste bank tags into rl website
The wiki is continuously improving and you can I think already share gear load out links there.
The wiki dps sheet is already bis 🙂
Very common wiki W
gear loadout links via dps checker?
I think so? Let me double check
If not then it’s something that they’ll be working on!
im thinking for skilling and clue setups something like that isnt really a thing, or invent in general. Can share feedback over there thanks!
Does this have only a dscim?
yep!
Hi friends! I am attempting to make a plugin to help fight against the robots in game but I am having some issues if someone could assist I would be happy to explain thank you friends
As you were informed there already is a bot detector plugin that exists, have you taken a look into their project?
Please do contribute do bot detector. It reduces pluginhub clutter and ensures that the existing users can benefit from potential fixes or upgrades.
Friends sorry if you misunderstand me I am only making for personal project and not wanting to release plugin at this time
Idk how to help when you haven’t asked questions about development yet, be sure to check out the runelite wiki’s building guide to start from a good basis.
I can share with you what my project is
Sure you can post about it here.
no pm?
Sure why not I’m not sure how useful I’ll be but I’ll be an ear
No problem friend
I can post here
import net.runelite.client.plugins.Plugin;
import net.runelite.client.plugins.PluginDescriptor;
import net.runelite.client.eventbus.Subscribe;
import net.runelite.api.Client;
import net.runelite.api.events.GameTick;
import net.runelite.client.ui.overlay.OverlayManager;
import javax.inject.Inject;
@PluginDescriptor(
name = "Bot Reporter",
description = "A super sophisticated bot detection plugin.",
tags = {"bot", "report"}
)
public class BotReporterPlugin extends Plugin
{
@Inject
private Client client;
@Inject
private OverlayManager overlayManager;
@Override
protected void startUp() throws Exception
{
System.out.println("BotReporter started.");
}
@Override
protected void shutDown() throws Exception
{
System.out.println("BotReporter stopped.");
}
@Subscribe
public void onGameTick(GameTick event)
{
detectBots();
}
private void detectBots()
{
client.getPlayers().forEach(player -> {
if (analyzeBot(player.getName()))
{
reportBot(player.getName());
}
});
}
private boolean analyzeBot(String username)
{
return username.toLowerCase().contains("bot");
}
private void reportBot(String botName)
{
System.out.println("Reporting bot: " + botName);
// Simulate reporting the bot
}
private void iCaughtABot()
{
System.out.println("I caught a bot!");
}
private void PPBuster()
{
System.out.println("PP Buster activated.");
}
}
Hey all, sorry if this has been asked before, but is there currently a way to make runelite interactive with say lights in a room based on client things in the game? Say changing light colours based on prayer and health or flashing when one of those is low type of thing?
If there isn’t, can anyone point me in a direction to have something like that made?
a quick search shows two plugins https://runelite.net/plugin-hub/show/wiz-smart-lights https://runelite.net/plugin-hub/show/phillip-hue-integration
That wiz one is based off loot so not quite what I’m after, I’ll look into the Phillip hue integration one thank you, hopefully it will
Use /ghauth command to get github roles and be allowed to post in #development
jagex launcher is running this file when opening runelite through it on windows, but where does it look for the file on mac, i've looked through the app package contents but there is nothing big enough in there that resembles the size the client should be
you install runelite to where mac says, the applications folder
there is only a launcher 2500kb in there, theres no 25000kb client
theres a unix exe that seems to launch a client file from somewhere but idk where
well I want to know where, that's why I asked
Does anyone know you know what runelite plugin I can use to tell me how many enemies I have stacked up? for chinning range
Monkey Metrics
amazing ty
Not sure where the best place to comment this is, but I've noticed that the anti-drag plugin doesn't work in the bank's equipment screen.
I believe that's a known thing
Is sharing ur ip dangerous while installing a plugin?
some plugins require it
There is a potential for it to be misused, and there's a warning about it for a reason.
It's really up to the end user to decide if they're comfortable with how the authors of any given hub plugin might handle that information
is NPC aggression not a plugin anymore?
You might have to restart a few times to get it to work. It's a bit bugged right now but it's a known issue
ive restarted like 20 times still not there
unlucky
is it possible to add teleport sub menus to book of the dead?
no since book of the dead is not a cape
why only for capes? interesting
jagex only made an exception for capes
thats odd
i did keep complaining about the max cape to mods for a while, sub menus was a good update, they should extend this to other items.
i mean.. we basically can already bypass extra menus by being a bit sneaky with custom hotkeys
for example i have hotkeys for "rub" and multiplied it so it works for keys 1-6
this allows a kind of sub menu for any item that can be rubbed.. sort of
man casually admitting to botting
who
custom hotkeys is a runelite plugin my guy
I'm so smart I snuck a botting plugin in under nfc's nose
😄
bump anyone know
Can you post your logs in #support ?
you were told it doesn't matter, because it doesn't
if it works then it works
can you stop posting if you're not adding anything to the conversation
What are you trying to do? Just find files?
yes
For what purpose? Are you trying to accomplish something?
to see where the client files are stored
its where you put it afaik
mac likes to hide things from people
so it prob does some garbage to like extract everything to be runnable at the time its run idk
fwiw, comparing file sizes across operating systems wont be very usefvul
i still dont know what he rly wants lol. you can inspect the package contents by right clicking the runelite app and clicking show package contents
can u guys add the kitted blowpipe to the tick tracker
Support for hub plugins should be directed to the author of the plugin.
You can find the support link by searching for the plugin in the Plugin Hub panel and clicking the ? button on the plugin, or by right-clicking the plugin in the plugin panel and clicking the Support menu option.
do I have to do that through github
yup, their github
is there any simple plugin that just displays the current action i'm taking? walking/mining/woodcutting/etc.?
i know some plugins do it like the woodcutting one says when you're woodcutting, the minign one does the same, but is there a plugin that says all your actions as you're doing it?
I don't think so
damn, seems like such a simple plugin too. i'm too lazy to go create one. java is such a pain to setup projects and compile and shit
mmmm i feel like youd have to go identify each and every animation id?
I don't think anyone saw a need for it
my immediate use right now is in wintertodt, the biggest problem i'm having is telling correctly if i'm fletching cuz i keep taking dmg
there' a wintertodt plugin that kinidled of tells u when you're idle, but i've felt like for fletching it's kind of glitchy
i just turn on sound, if you hear damage then your action has been interrupted. excluding when youre woodcutting.
your animation doesnt get interrupted, so thats why the plugin cant tell (or hasnt been coded) to abruptly show that youve been interrupted. since im guessing it works off your character's current animation
ah... maybe that's why
isn’t there a plugin that notifies you though
yeah, i mentioned that and the problem i have with it
i was doing wt and was being notified
i'm using wintertodt notifications... i see there's a wintertodt idle plugin now (that there wasn't before when i searched plugins)
maybe that one works better
ive also maxed fm a while ago and i dont remember anymore
im gonna guess its this
that notification is in chat though, the one i'm using puts a red overlay on the screen which is a lot more noticable
you could configure notifications to use flash notification then
nah, sound doesn't help cuz i watch other stuff
Does anyone know if we upgrade our account if we’re able to still use runelite ?
Okay thank you. My fiance has someone that keeps getting into his account and stealing his things and he’s thinking about upgrading his acc. He’s got the Google authentication linked. He’s changed passwords all of that. Somehow they keep getting in
Would that help ?
yes, probably
make sure they check their linked accounts on the osrs website
How do you do that?
linked accounts there
if you go to runescape.com and login thats the first page you will see
if whoever is getting into the account added one of these here, they can just hop in whenever through that method
Do you know how we would get rid of a keylogger or if this would show that as well? We’re thinking that’s how they’re getting in
hard to predict tbh, but if they linked lets say a steam account, they wouldnt need a keylogger
You've downloaded a fake client, and your account has been compromised. Remove the fake as soon as possible to minimise further damage.
The following actions should be performed from a secure computer or secure mobile device:
- Change your RuneScape password
- Remove and re-add Authenticator to RuneScape
- Change your RuneScape bank PIN
- Change your email's password
- Add 2FA to your email if you haven't got it enabled
- Check for any linked accounts by accessing the account settings page (https://www.runescape.com/account_settings)
Some fake clients also install malware, only a fresh install of your operating system can guarantee the total removal of any unwanted software.
You might also want to change any email password if you reused the same as your RuneScape account password.
Once your computer is secure, you should download RuneLite from the link available at the #welcome channel.
He typed all of his credentials into a fake RuneScape forumn and this was his first time playing RuneScape
thats the steps you can follow
upgrading to a jagex account would also be more secure of course
Thank you
It said there was a steam account linked and he doesn’t recall ever using steam is that a way they could’ve been signing in? Because this last time they got in they weren’t able to get into his bank they just robbed him for the stuff he was wearing
yup they got in when he typed the credentials on the fake website, then quickly added a steam account so they had a way to get back in in the future, and then they clean the account from time to time 
Yep that’s what they been doing! For awhile they were able to get in bank despite a bank pin change, and now we fixed that
And it seems they just only got the stuff he had on
Now how does he change the launcher on runelite
Select RL in the launcher
dumb question but does anyone know of a place people share there custom game chat colours?
There isn’t one afaik
Running on MacBook Pro m3 pro, getting a nice 70+ fps with 117 but was wondering if anyone can reccomend anything to boost that any more?
!hd
Visit 117's HD plugin discord (https://discord.com/invite/U4p6ChjgSE) for support, issues & feedback
You've asked basically the same thing every day for like the last four days and have been directed to the 117 server every time.
Greetings, I am archer, Emissary of the Gorgonites
Can get 100+ on a £250 gpu so idk what's going on there
Got a new pc and lost all my plugins, whats the plugin that would let you shift click on objects and npcs and "tag all" on them? I thought it was npc indicators but that doesn't seem to work
Do you have access to your old pc
There is object markers, ground tiles and NPC indicators but it’s way easier to just import the old settings, and less of a head ache than rebuilding.
it was object markers that I was thinking of, thank you. and no I don't have access to my pc anymore, its been a pain 😦
Perhaps you should look into using cloud sync to prevent this from happening again
anybody know of any plugins that help keep track of boss times during the fight for things like CA's?
ooo ok. good to know. remember looking before couldnt find it but figured id ask this time.
thanks 🙂
There is also ca timers
We didn't catch that it was kind of a dupe
So pick your poison. They are largely the same
can somone please help me out i cant get the runelite bot into my own discord server. the git hub instructions make no sense to me
It's not meant for other servers I'm pretty sure
the github one
wouldnt be a very useful bot to add to your own server
Whats the reason you want the bot, maybe there is a better/easier solution
maybe they mean the github webhooks
or the #announcements maybe
yes this one i simply cant get it to work on my server can someone help??
.
@quick folio is there a good place to start when it comes to writing plugins? Like videos or tutorials?
How to develop plugin-hub plugins: https://github.com/runelite/plugin-hub/blob/master/README.md
thats a good place to start, and uhm
also looking at core plugins for snippets/example of api usages etc
I also had a question on functionality of some plugins. I guess I'm not sure what information runelite is able to pull and what it can't.
For example there is a plug-in that tracks self healing but it doesn't do what I want so I want to write my own.
runelite knows whatever jagex sends to the client, which is a pretty annoying answer
Looking at their code it appears they are getting the current hp stat value and comparing it
So for example it sees 70/99 hp
And if it goes to 90/99 it assumes you healed 20 hp
hmmh
Problem with that method is that it can't tell if you healed with a shark or blood fury
runelite wont know the source of the healing, but you can determine it based on what happens(usually that is)
Also whoever wrote it couldn't account for the 1 hp regen so they just aren't tracking any 1hp heals at all
So then that is something runelite can't see then
yup, its not information the client has to know so jagex doesnt transmit it
So is there a way to tell that you ate something other than the change in health?
could look for the chatmessage when you eat something
Oh does it display that? I always have game chat hidden
or the graphic that appears when someone uses heal other, or the bloodfury effect on your current target
yeah its part of the spamfilter ingame
but the client still receives all those messages
the spotanimations yeah(the red swirly thing from bloodfury)
Or does blood fury, guthans and sang all say something in chat box?
If so that might be the easiest way
I dont remember
I guess it would be simple to test
now you just need to get the messages for each food 
Oh so if it doesn't track the other stuff in chat I could always just use the food chat messages to filter out the healing
yup
yeah this kind of plugin is an elimination game mostly
Interesting
you work with the data thats available and narrow down the source that way
so inventory items changed/animations/chat messages/spotanimations
items equiped(for regen increases)
See my hurdle is with no prior knowledge of what data is available I don't know which direction I need to head
But now I do
and if you're unsure can always ask if someone knows a clever way to track X
True
generally you want to say "I'm trying to find X to achieve Y, I've tried Z"
What about the issue if someone eats a piece of food when nearly full hp
Like if you read chat and see you ate a shark so you are looking for 20 hp and they only heal 6 because they are at 93 hp
uhhh onGameTick event fires last (iirc) so you could check current HP each tick and then when a chat message fires you can compare it to the last known hp value
Then it would look like they healed 6 with something other than the shark

Oh so you can ignore it even though it wasn't 20 hp because it was on that tick?
well not sure if I would ignore it since you could track "wasted" heals that way as well
but yeah
Is it possible to hit and heal on a same tick though?
yea, brew
and tea I think
So that might cause an issue?
it might if you mean bloodfury proc on the same tick as eating a piece of food
Ye
so aggregate the possible heals in the onGameTick event maybe and clear a buffer each tick
like for each chat message add the hp gained to a buffer and then u can calc it in the onGameTick thing to compare or w/e
but as for the sang or blood fury stuff or hp yea those are a little more challenging, especially bc scythe exists
there will definitely be annoying edge cases with smth like this but you should be able to get it fairly accurate I recon
that's a wiki question i think
based on this: https://old.reddit.com/r/2007scape/comments/il5dsf/ez_heals/ yes
I've never healed on a void spec though
probably not classified as a melee attack for the fury
Can claws proc it?
How hard would you say it would be to put the purple heal icon that nex and vard use over the player with the amount healed?
there is no api to add custom hit splats, but adding a sprite on the player shouldnt be too hard
Well you can find the png on the wiki page
So bringing that in as a sprite wouldn't be hard?
nope, plenty of plugins do that already 
ie: mlm plugin adds the pickaxe on the veins
there are more but cant think of any atm 
How would you overlay the heal amount to it?
could generate an image with the amount embedded or overlay the text
Could just have like 80 version of the image lol
could do that as well probably yeah
Probably bad coding
not very future proof 
hitsplat would definitely be the prettiest
Thats what the other one is doing and it looks dumb
My whole goal is the purple hitsplat
take a look at extended hitsplats maybe
I have no idea what the quality of this plugin is but might be worth looking at: https://runelite.net/plugin-hub/show/extended-hitsplats
like minds 😉
Hmm I'll have to see what he is doing
I probably should go to bed though
Very interesting stuff
I recently took a Java entry job so that's my main limitation. I am still newish to Java
any prior OOP experience?
But working on plugins seems like a fun way to learn more Java in my free time
definitely
Python and Javascript
But never in a job
First dev job
passion project in your spare time is always a fun way to learn java
or learn anything
yeah for sure 
Probably once that happens it gets addictive
I'd be looking for all sorts of dumb shit to make
oh no 
Like I want one to track kill participation on bosses
probably start with the heal one first 
thrall damage is very tricky
Why is that
imagine you hit+thrall hits+veng all on the same tick
and all hitsplats are 3 or less
uhm akschually the thrall hitsplat is the first one in the bus 🤓
is it the gear balance today?
Server updates
anyone know of a plugin that alerts on maintenance?
i always miss the notification lol
helllo i cannot log in, am ban????????????????????????????
Server updates

does jagex tweet when servers are up
imo
when is it back up again
When people stop asking
this is quite a big update, so expect downtime
in 20min or so, just like every update
2hrs i think its wednesday =/
Not true 🙂

hmmmmmmmmmmmmmmmmmm i'll do some testing but i remember reading it's the first in the bus somewhere
no way it's random every time for two hitsplats being applied on the same tick
capslock tested it pretty extensively, there is no good way to determine it iirc
unlucky
Oh damn the wiki has already been updated for the new changes very nice
It’s not. It’s dependent on when it’s added to the queue.
If you tbow from max distance and have a thrall right next to the target, and both hitsplats apply on the same tick, the tbow hitsplat will be first because it was initiated on an earlier tick than the thrall
someone hit this man with a notlikethis
A thrall will always be before a melee attack though
If both hitsplats originate on the same tick the thrall will be first tho cause the NPC turn happens before the player turn within the tick
anyone have a lint to this specific update? entailing whats going on
ty boss
i hope they CRACK down on the phosani bots with those drop rate changes...
The Leviathan has had its Ranged - Heavy defence reduced.
wait
speedrunning possible now?
i kid u not levathian is cancer af to speedrun
oooooooo autocast is fixed!!! !
ooo
no longer 1 tick delay!
no more 0s on successful hits either thank god
😄
wtf???
jagex stepping up their game 😄
for once a rly good update
what was delayed about it
the first cast took 1tick longer
mhm
p much
yeah i hope it doesnt turn into eoc l0l
???
the auto cast makes a HUGE difference in PVP + bursting/barraging tasks
prob not but i kinda get the vibes from elemental weakness thing
playerbase votes on it. So if the players want EOC thats what will happen. but all 2007 players are sweat. and nostalgic so it wont happen
that it will turn weird l0l
would be a funny April fools joke though
hi is runelite down atm?
wait so like
April fools "EOC Is here for OSRS"
yea
could you imagine the cannons in falador XD
its like pokemonm
eoc
Seems to be. Just hanging on 'Connecting to update server'
there is a game update rn
the game is down not just runelite
Fair
weaknesses were already in the game they just added more

kinda but not really

I don't think weaknesses with overpower BIS tbh
Not yet, but that's the end goal for future updates
it just adds more options
o
stuff that wasnt viable before will be viable now
I wonder if it will be worth losing thralls for elemental spells hmm
like earth striking rune drags 😄
all elemental weakness is doing is adding what melee has with crush/stab/slash choices, ppl are over complicating it
just more choices
what update is todays update
is osrs down?
anyone got a link/
yes
If they bring out a boss with near-total defence to everything except earth damage, that suddenly justifies the introduction of a high-level magic weapon which specifically boosts earth damage, etc
More avenues for progression without dealing with power creep
big dupe glitch happened game will be down for 2-3 days they think Kappa
its up guys, go explore the new things!
wow that was fast
ooo
what update is todays update
?