- Joined
- Jun 4, 2017
- Messages
- 15
- Thread Author
- #1
So I'm getting into writing scripts for RuneMate, and one thing I've noticed is that after every script change, you have to restart your entire client to test it out. This got very annoying, very quick. So I came up with a solution. Here's how to do it:
1) Assuming you're using Intellij, go to File -> Settings -> Plugins -> Search for "JRebel" and install it
2) Go here: JRebel Trial and sign up. It'll give you an authentication code. Do not lose this.
3) Once JRebel is done installing, restart Intellij.
4) In Intellij, go to Help -> JRebel -> Activation -> "I already have a license" tab
5) Choose the "Activation code" option and paste the code you got from step 2 here.
6) Agree to the terms and conditions and hit Activate JRebel.
That's it for installing JRebel. Now, all you have to do is when you startup your client, rather than simply running it, go to the "Run" menu option, and hit "Run with Jrebel"
Now you can literally make updates on the fly without having to restart your client. For example, if you are running a local woodcutting script cutting "Yew" trees, you can literally change "Yew" to "Maple" in your script while the script is running, and it'll change on the fly.
1) Assuming you're using Intellij, go to File -> Settings -> Plugins -> Search for "JRebel" and install it
2) Go here: JRebel Trial and sign up. It'll give you an authentication code. Do not lose this.
3) Once JRebel is done installing, restart Intellij.
4) In Intellij, go to Help -> JRebel -> Activation -> "I already have a license" tab
5) Choose the "Activation code" option and paste the code you got from step 2 here.
6) Agree to the terms and conditions and hit Activate JRebel.
That's it for installing JRebel. Now, all you have to do is when you startup your client, rather than simply running it, go to the "Run" menu option, and hit "Run with Jrebel"
Now you can literally make updates on the fly without having to restart your client. For example, if you are running a local woodcutting script cutting "Yew" trees, you can literally change "Yew" to "Maple" in your script while the script is running, and it'll change on the fly.