As described in 5bebd34bb, HIGH_RISK is not a PVP world type.
Note: this will not affect the world hopper plugin, as it both
explicitly references the high risk world type, and references the
http-api WorldType implementation, not the runelite-api WorldType which
is being modified in this commit.
Fixesrunelite/runelite#8605Fixesrunelite/runelite#8624
This world type is not specifically a PVP world type; at the time of
this commit, world 365 is a non-PVP high-risk world, where the world is
the same as a regular members' world, except that the Protect Item
prayer is disabled.
* add a skull timer
* fix the feature and check edge cases
* Add config option and a check for deadman worlds
* add support for NPE
* Add reskulling on players and the BH shop skull option
* Add skull notifier plugin
* move to idle notification plugin
* remove old plugin
* fix plugin and change default config option to false
* fix to try and fix travis
* should fix travis
* indentation fix and adds a method for the logic
* fix config
* fix config #2
* Stop a NPE from happening on log in
* actually fix NPE
* fix notifications on first tick
* Remove raids timer infobox and add tooltip to points widget
* Add get widget overlay
* client: add custom arrow API
Currently supports:
Minimap
Arbitrary World Point
NPCs (by ID, and multiple per arrow)
Objects (by ID, and multiple per arrow)
TODO: Add world map point support
* Add quest helper
* Add Npc Talk Step to quest helper
* Add Cooks Assistant quest helper
* Add Imp Catcher to quest helper
* Add Dig Step to quest helper
* Add X Marks The Spot to quest helper
* Adds back skull timer
* Add Activity data structures
* Implement Banked Xp Tab in UI
* Remove Banked Xp functionality from SkillCalculator
* Fix MaterialTabGroup removeAll
* Implement BankedCalculator into SkillCalculatorPlugin
* Add Banked Experience Functionality & Example UI
* Rename ItemPanel to CriticalItemPanel
* Minor porting bug fixes
* Add Xp bonuses to BankedXp
* Minor bug fixes
* Fix limit to secondaries toggle
* Remove spam
* SkillCalc optimization
No longer able to select multiple checkboxes (if there are multiple)
Made xp bonus' naming more consistant (changed some .json files)
Made UICombinedActionSlot text more accurate (double as xp and correct amount of actions)
* Clear search bar when switching between skill calculators
* Update skill calculator fields automatically
* Remove some spammy log lines
* Use ImmutablePair
* Add Kept on Death Plugin
Modifies the Items Kept on Death widget to be more accurate
* Fix WidgetType import
* Account for stackable kept items
* Remove WidgetButtonRunnable
* Ignore DMM worlds
* Add open looting bag to always lost
* Update script to the new OpCodes
* Add plugin type
This would make it easier to ascertain a hijacked client, and I don't want that to be a problem. Thats why the icon hasn't changed and also why discord RPC isnt used.