Tropix 2 Posted September 12, 2018 Report Share Posted September 12, 2018 Difficulty: 1/10Tested on: Project InsanityClasses modified: PlayerAssistant.javaStart off by opening your PlayerAssistant.java class. Then search for: public void handleLoginText() { You will notice a bunch of codes. So let me explain. c.getPA().sendFrame126("Monster Teleport", 1300); What this code does is that it goes to the Client class, then get's the sendFrame method from the PlayerAssistant class, then sends a frame to the server to the assigned ID and changes it's text.If you played the PI base, you'll notice that in the modern spellbook, they have a teleport called "Monster Teleport", right? The ID used here (1300) is the name of the Varrock teleport, so this code changes the normal "Level 20: Varrock Teleport" to the text you wish it to be, in this case "Monster Teleport".So it's like this: c.getPA().sendFrame126("Your text here", #sendFrame ID#); It's not only limited to spells and teleports though. You could change the text of any interfaces using this code, as long as you know the correct ID.Here is the full list of modern and ancients teleports, simply replace the old ones with these and edit edit them to the names and decription you want it to be: //modern c.getPA().sendFrame126("Teleport name", 1300); //varrock c.getPA().sendFrame126("Description", 1301); //varrock description c.getPA().sendFrame126("Teleport name", 1325); //lumbridge c.getPA().sendFrame126("Description", 1326); //lumbridge description c.getPA().sendFrame126("Teleport name", 1350); //falador c.getPA().sendFrame126("Description", 1351); //falador description c.getPA().sendFrame126("Teleport name", 1382); //camelot c.getPA().sendFrame126("Description", 1383); //camelot description c.getPA().sendFrame126("Teleport name", 1415); //ardougne c.getPA().sendFrame126("Description", 1416); //ardougne description c.getPA().sendFrame126("Teleport name", 1454); //watchtower c.getPA().sendFrame126("Description", 1455); //watchtower description c.getPA().sendFrame126("Teleport name", 7457); //trollheim c.getPA().sendFrame126("Description", 7458); //trollheim description c.getPA().sendFrame126("Teleport name", 18472); //ape atoll c.getPA().sendFrame126("Description", 18473); //ape atoll description //ancients c.getPA().sendFrame126("Teleport name", 13037); //paddewwa c.getPA().sendFrame126("Monster Teleport", 13038); //paddewwa description c.getPA().sendFrame126("Teleport name", 13047); //senntisten c.getPA().sendFrame126("Description", 13048); //senntisten description c.getPA().sendFrame126("Teleport name", 13055); //kharyll c.getPA().sendFrame126("Description", 13056); //kharyll description c.getPA().sendFrame126("Teleport name", 13063); //lassar c.getPA().sendFrame126("Description", 13064); //lassar description c.getPA().sendFrame126("Teleport name", 13071); //dareeyak c.getPA().sendFrame126("Description", 13072); //dareeyak description c.getPA().sendFrame126("Teleport name", 13081); //carrallanger c.getPA().sendFrame126("Description", 13082); //carralanger description c.getPA().sendFrame126("Teleport name", 13089); //annakarl c.getPA().sendFrame126("Description", 13090); //annakarl description c.getPA().sendFrame126("Teleport name", 13097); //ghorrock c.getPA().sendFrame126("Description", 13098); //ghorrock description So now you know how to edit the texts on existing and new interfaces! Enjoy! 1 Link to comment Share on other sites More sharing options...
alexh9300 0 Posted January 30, 2020 Report Share Posted January 30, 2020 Thankyou for the help this is what ive been looking for! Thankyou for the help this is what ive been looking for! Link to comment Share on other sites More sharing options...
sad 1 Posted March 14, 2020 Report Share Posted March 14, 2020 Nice man love your work ! 10 / 10 Link to comment Share on other sites More sharing options...
UndeadAlien 0 Posted March 25, 2020 Report Share Posted March 25, 2020 was much help to me. thanks man Link to comment Share on other sites More sharing options...
Banki 0 Posted March 27, 2020 Report Share Posted March 27, 2020 Seems like a crude solution from a code point of view, but it works. Thanks! Link to comment Share on other sites More sharing options...
ArmBandito 1 Posted March 27, 2020 Report Share Posted March 27, 2020 Thanks man this will be really useful for me. Link to comment Share on other sites More sharing options...
IamLucifer666 0 Posted March 29, 2020 Report Share Posted March 29, 2020 Thank You for the help. Cheers. Link to comment Share on other sites More sharing options...
needaccountlike 0 Posted March 29, 2020 Report Share Posted March 29, 2020 Awesome guide bro I loved it kek Link to comment Share on other sites More sharing options...
Dome Fossil 0 Posted April 3, 2020 Report Share Posted April 3, 2020 Wow, thank you very much! This truly helped me. Link to comment Share on other sites More sharing options...
needaccountlike 0 Posted April 7, 2020 Report Share Posted April 7, 2020 Thanks for this bro I needed it so bad haha Link to comment Share on other sites More sharing options...
aloneintyo 0 Posted April 13, 2020 Report Share Posted April 13, 2020 thanks for your help this will come in handy Link to comment Share on other sites More sharing options...
almagesrnubs 1 Posted April 13, 2020 Report Share Posted April 13, 2020 Good job mate. Keep it up!! Link to comment Share on other sites More sharing options...
nondairy 0 Posted April 25, 2020 Report Share Posted April 25, 2020 Thanks you im trying to learn as much as i can Link to comment Share on other sites More sharing options...
ALKRAYN 0 Posted June 8, 2020 Report Share Posted June 8, 2020 Thank you I've been looking for it a lot ? Link to comment Share on other sites More sharing options...
fall3n541 0 Posted June 14, 2020 Report Share Posted June 14, 2020 Thanks for the clean post! will be using this in the future! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now