Advertisement
Guest User

Untitled

a guest
May 26th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. carton - Today at 2:50 AM
  2. Hey, I have never developed anything for Runelite before, but I am doing some programming projects with my friend. We made a Bingo Card Generator (for like 'A friend video bingo' style boxes etc, not just numbers) and it was like ~500 lines. For our next project I am considering making my first Runelite plugin:
  3.  
  4. An overlay for the OSRS wiki "quick guide" section for each quest. The "quick guides" are a series of bullet points and my hypothetical plugin would display one at once starting from the start, and you could cycle "forward" or "backward" with arrows or something. Would make questing on a single monitor much easier and serve as a much smaller lightweight way for people to do quests.
  5. Do you think this is doable? And/or a good idea?
  6. Any potential problems I might run into that I haven't considered as someone who hasn't developed for runelite before?
  7. Unmoon - Today at 2:51 AM
  8. realistically you wouldnt probably want to get it from wiki every time but rather just put the steps in runelite
  9. maybe start with some of the easy f2p quests
  10. carton - Today at 2:53 AM
  11. Thanks, we will try it out!
  12. Unmoon - Today at 2:55 AM
  13. you can check how clues are done
  14. carton - Today at 2:57 AM
  15. Yeah it would be really cool if I could somehow get those red arrows like how clues are done ye
  16. Dannys PVM - Today at 3:00 AM
  17. luckily in runelite, to create a hint arrow all you really need is a WorldPoint and you can do client.setHintArrow(WorldPoint); The rest is handled for you :p
  18. carton - Today at 3:01 AM
  19. Thanks a lot I will look into it
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement