Thread: [PI - Simple but nice] How to change the text on banks/deposit boxes, log out tab,

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 31
  1. #1 [PI - Simple but nice] How to change the text on banks/deposit boxes, log out tab, 
    Banned

    Join Date
    Jul 2011
    Age
    30
    Posts
    745
    Thanks given
    2,207
    Thanks received
    451
    Rep Power
    0
    I remember searching for this when I was a skid but found shit all
    I'll give the location for code in case noobs want this

    handleLoginText()
    Code:
    		//banking text
    		c.getPA().sendFrame126("The Bank of Runescape - Deposit Box", 7421);
    		c.getPA().sendFrame126("The Bank of Runescape", 5383);
    		//log out text
    		c.getPA().sendFrame126("When you are ready to leave", 2450);
    		c.getPA().sendFrame126("Runescape, use the", 2451);
    		c.getPA().sendFrame126("button below to logout safely.", 2452);
    		//Log in text
    		c.getPA().sendFrame126("Welcome to Runescape - Character Design", 3649);
    		c.getPA().sendFrame126("Welcome to Runescape", 15259);
    Common knowledge these day's, not worthy of much, just saves some hassles

    I'll post up the actual log in interface frames and the IDs of other frames later on or something

    credits - cache.
    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    The One And Only

    01053's Avatar
    Join Date
    Apr 2011
    Age
    28
    Posts
    2,887
    Thanks given
    417
    Thanks received
    885
    Rep Power
    856
    Oh I remember doing this aswell Good Job will definetly help people.


    Reply With Quote  
     

  4. Thankful user:


  5. #3  
    Registered Member
    Sieu's Avatar
    Join Date
    Dec 2011
    Age
    30
    Posts
    1,167
    Thanks given
    186
    Thanks received
    131
    Rep Power
    160
    needed the deposit box, do you have the server sided part of the deposit?

    edit: or the interface id
    Reply With Quote  
     

  6. Thankful user:


  7. #4  
    Banned

    Join Date
    Jul 2011
    Age
    30
    Posts
    745
    Thanks given
    2,207
    Thanks received
    451
    Rep Power
    0
    Quote Originally Posted by MMMM View Post
    needed the deposit box, do you have the server sided part of the deposit?

    edit: or the interface id
    My systems all done server sided for my source, I'll grab you the ID's as soon as I get back, hour max
    Reply With Quote  
     

  8. #5  
    Banned

    Join Date
    Feb 2012
    Age
    20
    Posts
    389
    Thanks given
    94
    Thanks received
    205
    Rep Power
    0
    Thanks Ambient, using now ;]
    +1
    Reply With Quote  
     

  9. #6  
    Im an albatraoz

    Nand0's Avatar
    Join Date
    Feb 2010
    Age
    31
    Posts
    948
    Thanks given
    233
    Thanks received
    128
    Rep Power
    241
    What file are they in?
    Reply With Quote  
     

  10. #7  
    CodexBot


    Join Date
    Sep 2011
    Age
    30
    Posts
    884
    Thanks given
    136
    Thanks received
    153
    Rep Power
    148
    Thanks but I got a few errors simple fix


    Just remove the c.


    So its like

    Code:
    //banking text
    		getPA().sendFrame126("The Bank of Runescape - Deposit Box", 7421);
    		getPA().sendFrame126("The Bank of Runescape", 5383);
    		//log out text
    		getPA().sendFrame126("When you are ready to leave", 2450);
    		getPA().sendFrame126("Runescape, use the", 2451);
    		getPA().sendFrame126("button below to logout safely.", 2452);
    		//Log in text
    		getPA().sendFrame126("Welcome to Runescape - Character Design", 3649);
    		getPA().sendFrame126("Welcome to Runescape", 15259);
    Have fun leeching & It's in client.java
    - CodexBot
    Reply With Quote  
     

  11. #8  
    Registered Member Real Brandon's Avatar
    Join Date
    Jan 2010
    Posts
    383
    Thanks given
    28
    Thanks received
    27
    Rep Power
    7
    Needed this thanks

    Reply With Quote  
     

  12. #9  
    Banned

    Join Date
    Jul 2011
    Age
    30
    Posts
    745
    Thanks given
    2,207
    Thanks received
    451
    Rep Power
    0
    Quote Originally Posted by Steve` View Post
    Thanks but I got a few errors simple fix


    Just remove the c.


    So its like

    Code:
    //banking text
    		getPA().sendFrame126("The Bank of Runescape - Deposit Box", 7421);
    		getPA().sendFrame126("The Bank of Runescape", 5383);
    		//log out text
    		getPA().sendFrame126("When you are ready to leave", 2450);
    		getPA().sendFrame126("Runescape, use the", 2451);
    		getPA().sendFrame126("button below to logout safely.", 2452);
    		//Log in text
    		getPA().sendFrame126("Welcome to Runescape - Character Design", 3649);
    		getPA().sendFrame126("Welcome to Runescape", 15259);
    Have fun leeching & It's in client.java
    You can save code space by putting it in handleLogInText() method in player assistant, since that method is being initialized in the initialized method allready, hence the c
    Reply With Quote  
     

  13. #10  
    Banned

    Join Date
    Apr 2012
    Age
    27
    Posts
    2,936
    Thanks given
    1,126
    Thanks received
    1,081
    Rep Power
    0
    good for beginners
    Reply With Quote  
     

  14. Thankful user:


Page 1 of 4 123 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 7
    Last Post: 11-16-2011, 06:06 AM
  2. Setting jtab tab area color ad text [simple]
    By Fubergen in forum Snippets
    Replies: 5
    Last Post: 04-03-2010, 04:56 PM
  3. Simple text change on refresh
    By Y Lulz in forum Website Development
    Replies: 7
    Last Post: 08-14-2009, 08:57 AM
  4. Replies: 7
    Last Post: 07-22-2009, 11:28 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •