Commit Graph
1429 Commits
Author SHA1 Message Date
nuno 713852e809 hunter plugin: fix salamander net display 2018-04-18 23:00:30 -04:00
Adam a39c727b41 Merge pull request #1631 from deathbeam/arrow-clues-prioritize
Centralize setting of hint arrows for clues
2018-04-18 20:28:19 -04:00
Morgan Lewis 4950d7e8f1 Add object and location to a Ardougne armour shop clue (#1666) 2018-04-18 23:45:23 +02:00
Tomas Slusny d5dacf9966 Centralize setting of hint arrows for clues
- Add new LocationClueScroll interface that will mark location-based
clues
- Move setting of the hint arrows to ClueScrollPlugin
- Properly prioritize hint arrows (always try location first, but then
override with NPC/object locations)

Closes #1609

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-18 23:06:45 +02:00
Adam 33ece1071b Merge pull request #1493 from deathbeam/item-container-events
Hide clue scroll interface when no clue is present
2018-04-18 08:58:38 -04:00
Adam 12199c3cce Merge pull request #1561 from ypperlig/mlmgemoverlay
Motherlode Mine - Gem overlay
2018-04-18 08:35:24 -04:00
Lars Ørnlo 9396891f3d Added option that allows a player to see the number of gems found during the current mining session. 2018-04-18 08:22:35 -04:00
Adam 6beba9e195 Merge pull request #1565 from zeruth/master
Prevent artifacts in stretched fixed mode
2018-04-18 08:09:54 -04:00
Adam 9252c02ac4 ge search panel: show "No results found" if search is empty, clear on empty lookup 2018-04-18 08:04:12 -04:00
Tyler Bochard c65548dcdc Prevent artifacts in stretched fixed mode 2018-04-17 21:52:25 -04:00
Adam e03defcdbb Merge pull request #1576 from MagicfTail/Clues
Add map clue by vents in lvl 50 wildy and reorder map clues
2018-04-17 08:54:24 -04:00
Adam c5695c1c30 screenshot plugin: remove unused import 2018-04-17 08:41:53 -04:00
rune3132 23ae9262e0 clue plugin: fix/add various clues 2018-04-17 08:41:23 -04:00
rune3132 3f58bdf1ad clue plugin: order map clues after type and id 2018-04-17 08:40:24 -04:00
Adam 9ed994e977 Merge pull request #1558 from Kamielvf/menuopen-hook-change
Change menuOpened from FieldHook to Hook
2018-04-17 08:26:21 -04:00
Adam e94c453d4a screenshot plugin: create screenshot folder on startup
Fixes attempting to view the screenshots before having taken any. #1506
2018-04-17 08:23:16 -04:00
Adam 686e95c067 Merge pull request #1512 from winterdaze-rs/fix-enhance
fix prayer enhance timer
2018-04-17 08:13:09 -04:00
Tomas Slusny 186abd10a0 Hide clue scroll interface when no clue present
- When user does not have any more clues left in inventory, hide clue
scroll interface.
- Properly reset clue when needed
- Change scheduled method to GameTick event

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-04-17 13:48:43 +02:00
HypoxiaOSRS 32feb4bf52 Fix shilo village and white wolf mountain hard clues (#1604)
* Fix blow a kiss between the tables in Shillo Vilage hard clue
* Fix panic by the pilot on white wolf mountain hard clue 

Closes #1600, and closes #1613
2018-04-17 11:09:04 +02:00
Håkon Rosseland Paulsen 85918b371b menu swapper: swap reset on dismantled traps and lay on expired traps 2018-04-16 22:50:28 -04:00
Kamiel b72c3b234c Change menuOpened from FieldHook to Hook
This fixes an issue which occurs when the MenuEntries array is modified after the client has calculated the menu's bounds and position. Hooking to `openMenu`  will allow us to modify the MenuEntries array before the menu's bounds and its position is calculated.
2018-04-17 04:30:01 +02:00
Adam 86588acdd1 Merge pull request #1567 from nrodrigues0213/missing-fishing-spots
Fishing Plugin: Add Corsair Cove net fishing spot
2018-04-16 22:25:56 -04:00
Adam c95f788c26 Merge pull request #1549 from Kamielvf/ge-sell-buy-cancelled
Show grand exchange offer type on cancelled state
2018-04-16 22:17:57 -04:00
Adam b571da79e3 Add deferred eventbus for posting events on the next tick 2018-04-16 22:06:02 -04:00
Adam bed20f5678 Merge pull request #1601 from devLotto/hiscore-virtual-levels-fix
hiscore panel: fix not displaying total level correctly
2018-04-16 21:51:58 -04:00
Lotto 630dad1248 Merge pull request #1603 from devLotto/issue-1422
cluescrolls: fix confusing solution text for Luthas
2018-04-16 23:32:59 +02:00
Lotto 3030c4f29b Merge pull request #1595 from FatalWaffles/master
Fix fight arena pub emote clue
2018-04-16 23:28:00 +02:00
Lotto 6772a322c8 cluescrolls: fix confusing solution text for Luthas 2018-04-16 23:21:34 +02:00
Lotto d7efba6295 hiscore panel: fix not displaying total level correctly 2018-04-16 23:03:49 +02:00
Lotto 17413db715 Revert "hiscore panel: fix total level breakage" 2018-04-16 23:01:57 +02:00
Lotto 0c14613fa4 hiscore panel: fix total level breakage 2018-04-16 21:58:26 +02:00
FatalWaffles a9a457fdb6 Fix fight arena pub emote clue
Add an extra "and" before "and a magic longbow"

Yes, this is an error. noted by https://www.reddit.com/r/2007scape/comments/8clx4z/literally_unplayable/
2018-04-16 14:13:52 -04:00
Tomas Slusny f84f0b525b Merge pull request #1461 from deathbeam/bank-price-negative
Fix bank value overflow
2018-04-16 15:45:26 +02:00
Adam a7d1c8815c Fix bank value overflow
Use longs instead of ints for per-item price calculations to avoid int
overflows.

Fixes: #1460
2018-04-15 21:37:51 -04:00
Adam 10e7d6bb9c bank value plugin: make calculator more testable 2018-04-15 21:37:51 -04:00
Adam b84c27a56a Merge pull request #1403 from deathbeam/universal-warning
Universal warning message support in config
2018-04-15 19:16:53 -04:00
Kamiel 8d1945e9a0 Show grand exchange offer type on cancelled state 2018-04-15 19:37:46 +02:00
Lotto e2d295e093 hiscore panel: fix clue/lms/bh breakage 2018-04-15 19:33:04 +02:00
nuno e4fc79b3cb Add Corsair Cove net fishing spot 2018-04-15 11:46:15 -04:00
Richard Goodman 19e866b0ef Add more POH minimap overlays
Added overlays for the following items in POH:

Occult Altar
Jewllery Box
Fairy Ring
Spirit Tree
Fairy Ring & Spirit Tree
Obelisk
2018-04-15 10:52:53 -04:00
Adam df0be66b1f Merge pull request #1525 from devLotto/hiscore-virtual-levels
Display levels above 99 in the hiscore panel
2018-04-15 10:44:33 -04:00
FatalWaffles 2c9236eba1 Add "Teleport to Abyss" to Menu Entry Swapper
Add an option for "Teleport to Abyss" for the Menu Entry Swapper plugin. This affects the mage of zamorak NPC.
2018-04-15 10:31:16 -04:00
Lotto 7685a6a110 hiscore: display levels above 99 in the panel 2018-04-15 10:13:54 -04:00
Adam f193f22f8d Merge pull request #1530 from devLotto/hiscore-self-lookup
hiscore: lookup local player on double-click
2018-04-15 10:02:46 -04:00
Adam 8828d1d3b5 Merge pull request #1545 from zeruth/master
Reduce player indicators overlay priority to MED
2018-04-15 09:25:38 -04:00
Nuno Rodrigues 23c9a09766 Fishing Plugin: Add new Lure fishing spots at Barbarian Village, Fix Karamja Spots 2018-04-15 09:18:02 -04:00
richardbadman ba0ff91cd0 Fixes easy clue
Also makes the solution easier to understand _(Blame wiki for this where
its been scraped from ;) )_
2018-04-15 11:40:39 +01:00
Kamiel a3649237de Fix cat chasing menu entry swap 2018-04-15 05:29:22 +02:00
Tyler Bochard 39ea21841d Reduce player indicators overlay priority to MED
Prevents player names from drawing over certain overlays.
2018-04-14 23:16:49 -04:00
Adam 410dfc417b Merge pull request #1388 from raqes/npc-hightlight-options
Add toggle to render either the tile or the canvas of the npc.
2018-04-14 22:16:39 -04:00