Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. 1) download https://www.jetbrains.com/idea/download/ community version, and https://git-scm.com/downloads
  2.  
  3. 2) open intellij, press check out from version control, then click git, in url paste this.. https://github.com/runelite/runelite, then press clone
  4.  
  5. 3) now intellij should be open to a blank screen that says "search everywhere" in the middle. go to file, settings, plugins. once there search for "lombok" and install it
  6.  
  7. 4) now you need to find a folder called "ideaprojects", this is where mine is located https://imgur.com/a/c0MtTS0
  8.  
  9. 5) now search for "implingsplugin" and open either one in intellij https://imgur.com/a/oNAImG8
  10.  
  11. 6) your intellij should be open with code. delete all of it and copy/paste this code in there https://pastebin.com/kDyq8yEL
  12.  
  13. 7) now locate where it says maven on the right side of your screen, click it and then navigate to here and press "run maven build" https://imgur.com/a/qMbwpVj this part will take a little bit to finish, check the bottom of your screen and it will let you know when its done
  14.  
  15. 8) once maven is done building navigate to here and press run runelite.main(), if runelite opens then the build is successful, you can close out of that runelite now https://imgur.com/a/ng6Zm7O
  16.  
  17. 9) now open a notepad and paste this into it https://pastebin.com/dg45JQQd
  18.  
  19. 10) there are 2 things you need to change, firstly navigate here, press copy address as text, then paste it in the highlighted area https://imgur.com/a/HzqZqZH
  20.  
  21. 11) the second thing you need to change is this. navigate here and press copy address as text, paste it in the second highlighted area but then also add "javaw.exe\" onto the end so it looks the same as the picture
  22.  
  23. 12) now that the text file is done you need to save it as a bat file. to do that go to save as and name it (anything you want).bat, it should look like this when you open the properties https://imgur.com/a/iI83iJo
  24.  
  25. 13) reset your computer and click on the bat file. it should open runelite. if it doesnt open it im not sure why (its happened to both me and freez) but it later corrected itself and worked for me. you can always copy paste the notepad text into a command prompt by typing "cmd" into your search bar and it should open runelite.
  26.  
  27. 14) once runelite is open and a lucky/dragon come in range of you they will play a tree falling noise. even if you have volume off (like i do https://imgur.com/a/1opQAE6) it will automatically turn it up and play the tree noise
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement