The following will hopefully give you some insight on how to update the in-game currency to better ones like runescape gold:
All this is about changing the number of coins, gems, and stars. Changing the way those are displayed (text or image), is beyond my ability. You can search online for more customization tutorials.
Steps to change your in-game currency (coins, gems, stars)
1) Open up a text editor and go to “File -> Open”
2) Navigate to your Stick Ranger data folder and open up “script.rxdata”. If you cannot find that folder at first try reopening Stick Ranger a couple of times until it automatically creates that file path for you. Then just open that file every time you want to input code.
3) Add this code before line 8 of the script:
BEGIN “Currency”
END Then save the file and close it. Now you have updated your in-game currency with custom images! To see how, just load up Stick Ranger!
The following will hopefully give you some insight on how to update the way coins, gems, or stars are displayed (text or image), but not how to change the amount of them you have:
1) Open up a text editor and go to “File -> Open” and navigate to your stick ranger data folder and open up “script. data”. If you cannot find that folder at first try reopening Stick Ranger a couple of times until it automatically creates that file path for you. Then just open that file every time you want to input code.
2) Add this code before line 8 of the script:
BEGIN “Coins”
END Then save the file and close it. Now when you have coins, they will be displayed in name only, instead of the image above your head like before!
3) Open up a text editor and go to “File -> Open” and navigate to your stick ranger data folder and open up “script.rxdata”. If you cannot find that folder at first try reopening Stick Ranger a couple of times until it automatically creates that file path for you. Then just open that file every time you want to input code.
4) Add this code before line 8 of the script:
BEGIN “Gems”
END Then save the file and close it. Now when you have gems, they will be displayed in name only, instead of the image above your head like before!
The following might seem like common sense but these are important steps nonetheless:
1) Make sure you use numbers beginning with 0 for coins because other numbers are already used for certain status effects, but not always; then 1-99 for gems; and 100+ (you should never go over 999) for stars.
2) Make sure that your currency is displayed in the right place. The numbers need to be between 0 and 29, with 30 being the number of coins you have (the game automatically places this value). You cannot overwrite an existing status effect or it will glitch up.