Jump to content

Featured Replies

Posted
comment_13267

Hi people. I wanted to give you guys this, it took around 2 minuites (not including the time it took to find the string values) but i thought someone might like it, this can be converted to any server for PI just replace getPacketSender() with getPA() and sendString to sendFrame126 and you should be fine. Add this to Player.java right after the interface removal has happened. Then paste this code in

getPacketSender().sendInterface(15244)
		.sendString(15257, "Welcome to SuperScape")
		.sendString(15258, "You're logged in from " + getHostAddress())
		.sendString(15259, "Remember to keep your password safe.\\n And to set a bank pin.")
		.sendString(15260, "You have 0 messages in your message center")
		.sendString(15261, "")
		.sendString(15270, "Remember to donate to keep \\n the server alive!")
		.sendString(15262, "When you donate you have access \\n to a donator only skilling area!");

Login.png

  • 1 year later...
  • 8 months later...
  • 6 months later...
  • 3 weeks later...
  • 3 weeks later...
  • 1 year later...
  • 1 month later...
  • 3 weeks later...
  • 4 weeks later...
  • 4 months later...
  • 2 months later...
  • 6 months later...
  • 2 weeks later...

Create an account or sign in to comment