Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rs2reflection values #716

Merged
merged 6 commits into from
Feb 23, 2025
Merged

Conversation

MortezaPourmoghaddam
Copy link
Contributor

Update Rs2reflection values

g-mason0 and others added 5 commits February 12, 2025 09:57
* clues: Improve Burthorpe slayer master solution text

* clue: Move cryptic clue answers to separate field

* clues: Show dynamic Lumbridge gravestone answer

* AnagramClue: Use same solution for Nieve and Steve steps

* antidrag: Add seed vault

* antidrag: Add bank equipment inventory

* cache: support sized flag

* clues: Add costume needle as alternate for needle and thread (#18715)

* worldmap: Fix mithril ore count in Al Kharid north mine (#18716)

* Update Item IDs to 2025-2-5

* Update Item variations to 2025-2-5

* Update Object IDs to 2025-2-5

* Update NPC IDs to 2025-2-5

* loot tracker: add royal titans

* hiscore: add the royal titans

* update release tag 1.7.2

* hiscore: add collections logged

Jagex did not add this to their hiscore panel and so there is no sprite, so I've hacked in my own icon

* Add 'Use' (use Rs2Inventory.use(item) first) and 'Challenge' (for Soul Wars)

* discord: Add The Royal Titans region

* small aiofighter stability improvements

* feat: add rope inside of mole hole to falador well

* alch spell location has changed in the spell book, so I updated inventory slot location for alching

* fix: ensure mInventorySetups is enabled by default & always on

* ItemMapping: Add Crystal felling axe

* chore: add javadoc comments for BlockingEvents to further explain their usage

* feat: add hoverOverTile methods

* fix: use Rectangle 1,1 instead of returning null

* gauntlet helper

* cleaning up gauntlet helper

* Update AlchScript.java

fix inv slot

* Delete runelite-client/src/main/java/net/runelite/client/plugins/microbot/autoGauntletPrayer/AutoGauntletPrayer1.java

* prayer: add new prayer book enums

* agility: add royal titans shortcut

* slayer: add ice/fire giant alternatives

* feat: add auto-hopping when no item is found

* fix: convert localpoint from worldpoint instance if in an instanced region

* fix: update banking logic in ourania script to ensure we dont interact with the NPC multiple times

* chore: clean-up duplicate bank ids
feat: add lumbridge bank chest in pvp worlds

* fix: add lumbridge bank in pvp world

* item stats: Add Varlamore wines (#18717)

* loot tracker: add royal titans playercount metadata

* woodcutting: improve leprechaun forestry event

This adds an infobox for leprechaun's luck, and an overlay for the end
of the rainbow.

Co-authored-by: Andrew Carnesi <andrew.carnesi@outlook.com>

* Stop script at level 99 changed to 125. Bee Icon changed to B Letter

* rl-client: support rtconfig-ed compiler control

* fix: Rs2Magic hasRequiredRunes to catch null item if we have no weapon or shield equipped

* feat: QOL Plugin - add quick teleport to house

* chore: QOL - only add Teleport to house open if using modern spellbook

* client: Fix WildcardMatcher regex DoS

Before this commit, wildcard strings with multiple repeated asterisks
would be expanded to a string similar to ".*.*.*" before invoking
`String#matches()` using the result. While this has no change in
behavior, expanding enough asterisks would eventually cause this
matching to perform badly and hang the client. Instead, expanding groups
of asterisks to a single regex ".*" avoids this problem.

* worldmap: add giantsoul amulet teleports

* Release 1.10.50

* Bump for 1.10.51-SNAPSHOT

[ci skip]

* fix: clue scroll plugin

* feat: AutoMining - add config option for items to keep when dropping

* feat: Auto Mining - add interact order for dropping ore

* fix: client hang when calling Rs2NPC.getNpcs

* chore: use getTopLevelWorldView().getScene().getTiles() instead of getClient().isInInstancedRegion()

* fix: use topLevelWorldView

* BIG REWORK: renamed Rs2Item to Rs2ItemModel.java and added Rs2NpcModel to handle client thread properties.

* WoodcuttingScript: After a full inventory of logs, firemaking starts. it sometime does not wait for xp drop before lighting the next log

* WoodcuttingScript: After a full inventory of logs, firemaking starts. it sometime does not wait for xp drop before lighting the next log

* feat: big rework, create ActorModel, Rs2PlayerModel & adjusted Rs2NPCModel to ensure NPCs & Players share the same implementations

* feat: leverage bank pin in profile instead of config

* fix: deposit box name comparison

* chore: reset example script

* feat: randomize -+3 coin pouches theiving script

* feat: another rework, updated deprecations inside of Rs2NPC & added javadoc comments to all methods

* feat: use hasRequiredRunes instead of canCast to avoid flicking between spellbook multiple times on start

* fix: ensure we only use pool of refreshment when we are close by, not just if the object exists

* Update to Herbrun & Grape Farmer to use Rs2NPCModel (chsami#690)

* fixed NPC interaction with new Rs2NpcModel

* updating georges feedbacks

* fix: ensure there is prayer points when using quick prayers
chore: clean up constants to be member vars

* Added abort offer(s) to Rs2GrandExchange util

Added helper methods to abort offer by name or abort all offers posted

* Exception handling changed to logging

* Added delays

* chore: bump to 1.7.3

---------

Co-authored-by: Jordan Atwood <nightfirecat@nightfirec.at>
Co-authored-by: Max Weber <mii7303@gmail.com>
Co-authored-by: Lake <ldavid432@gmail.com>
Co-authored-by: Cooper Morris <coopermorris96@yahoo.com>
Co-authored-by: RuneLite Cache-Code Autoupdater <mii7303+rlccau@gmail.com>
Co-authored-by: Adam <Adam@sigterm.info>
Co-authored-by: chsami <sami.chkhachkhi@gmail.com>
Co-authored-by: drsct <xdustin@gmail.com>
Co-authored-by: Yt <skiracer131@gmail.com>
Co-authored-by: yairtu <80176118+yairtu@users.noreply.github.com>
Co-authored-by: Macweese <50101641+Macweese@users.noreply.github.com>
Co-authored-by: Ryan Hickey <ryanpjhickey@gmail.com>
Co-authored-by: samszotkowski <94253934+samszotkowski@users.noreply.github.com>
Co-authored-by: Andrew Carnesi <andrew.carnesi@outlook.com>
Co-authored-by: FireStarter-Instigator <davidgatward27@gmail.com>
Co-authored-by: RuneLite updater <runelite@runelite.net>
Co-authored-by: Robert Beaver <xdorito@gmail.com>
@chsami chsami merged commit 0b31899 into chsami:development Feb 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants