Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. Browse to src/org/rsbot/script/methods/ and select a .java file, open with notepad or an IDE (or notepad++) so you can easily see the strings.
- 2. Look through it for ones which are getting words from in-game, for example in Inventory.java on line 109 & 116 in "" marks is Destroy. Now open two clients, one English and one of a different language (French, Dutch or Portuguese) and use the English client to reference where Destroy is located in the drop down menu of an item in the inventory. Then look over at your other language client and get what Destroy is in that language.
- 3. Record this down into a text document, eg. >Destroy = détruire if you were doing French, making sure you clearly save the text file or give it a header saying which language you're doing and which java file you've looked through.
Advertisement
Add Comment
Please, Sign In to add comment