YvesW

Results 24 comments of YvesW

Your MacBook was probably running at a lower resolution before and upscaling it. Now it's being rendered at the proper resolution, which is why it's running hotter. Regarding UI scaling,...

You can't. Make sure you are logged into your RL account and OSRS account, and follow the instructions in the link Alex provided.

Here you got the cs2 code for the buff bar: ``` case buff_scurrius_food_pile_cooldown_776 : if (%varcint1188 > 0) { return(~script5942(%varcint1188, %varbit9581, 100)); } ``` The varbit might work like the...

Based on script 5322 (proc,helper_slayer_streak) I suspect: - Varbit 5617 to be the wilderness task streak. Confirmed ingame that this does indeed give me my current wildy task streak; -...

Some users with Intel CPUs have reported that disabling Intel SpeedStep (EIST) in their BIOS has resolved the issue for them. AFAIK SpeedStep enhances C1E (a powersaving state when your...

I kept it open because I was still wondering if the animation ID for the normal crystal axe (uncharged) and crystal harpoon (uncharged) were correct, but I'm fine with closing...

RL master https://github.com/runelite/runelite/assets/7929021/d6d1dab2-d581-4b1a-b45b-cd14a6beadc0

https://github.com/runelite/runelite/assets/7929021/fa1473c8-362a-423d-969f-ae39a0de805c

I rebased my branch onto master before making any changes, then created a branch from this varlamore-buff-bar branch (before making any changes) and pushed it (https://github.com/YvesW/runelite/tree/varlamore-buff-bar-backup-14-july). This with the aim...

The wiki people, mostly @``depressiontm``, have done more testing on the beta worlds! The formulas seem to be the following: - Cooked moss lizard ```floor(min(boosted cooking level / 3, boosted...