Thread: Organized Quest Tab [Reward] [317 PI]

Results 1 to 7 of 7
  1. #1 Organized Quest Tab [Reward] [317 PI] 
    Registered Member JCoder's Avatar
    Join Date
    Nov 2013
    Posts
    13
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11


    See this quest tab? Basically what I want is..

    The usernames of the owners, stacked on each other instead of half of arcane's name cut out.

    I also want "View Slayer Points" Changed to "Slayer Points: And how many slayer points the user has here"

    I also would like it organized up a little bit, make it look better.

    Giving a paypal reward to anyone who can rewrite this real quick, am a nub at coding! Thanks
    Reply With Quote  
     

  2. #2  
    Registered Member Struct Blitz's Avatar
    Join Date
    Nov 2013
    Age
    28
    Posts
    334
    Thanks given
    41
    Thanks received
    59
    Rep Power
    13
    Quote Originally Posted by JCoder View Post


    See this quest tab? Basically what I want is..

    The usernames of the owners, stacked on each other instead of half of arcane's name cut out.

    I also want "View Slayer Points" Changed to "Slayer Points: And how many slayer points the user has here"

    I also would like it organized up a little bit, make it look better.

    Giving a paypal reward to anyone who can rewrite this real quick, am a nub at coding! Thanks
    No need to pay for something so simple, For the owners part, Its in PlayerAssistant.java , or Client.java some servers are different, search ( hit Control F ) and look for 'Owner' , Delete the Owner, Beacause you already have 'Owners' in orange on top of it , that way the name wont be cut off
    Change
    Code:
    View slayer points
    to
    Code:
     Slayer Points: " + c.slayerPoints + "
    Reply With Quote  
     

  3. #3  
    Registered Member JCoder's Avatar
    Join Date
    Nov 2013
    Posts
    13
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Owner is the owner's name. Which is me.
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Dec 2011
    Posts
    967
    Thanks given
    234
    Thanks received
    208
    Rep Power
    0
    ... this is actually ridiculously simple. All it requires is the tiniest bit of common sense...
    Reply With Quote  
     

  5. #5  
    Naughty Toys
    Toys's Avatar
    Join Date
    Sep 2013
    Posts
    201
    Thanks given
    21
    Thanks received
    9
    Rep Power
    37
    add my skype: toysm8
    Reply With Quote  
     

  6. #6  
    Registered Member Struct Blitz's Avatar
    Join Date
    Nov 2013
    Age
    28
    Posts
    334
    Thanks given
    41
    Thanks received
    59
    Rep Power
    13
    Quote Originally Posted by JCoder View Post
    Owner is the owner's name. Which is me.
    So what you're saying is there are 3 owners? So just make 3 lines , 1 name on each line
    Code:
     c.getPA().sendFrame126("Owner", 640);
    	   c.getPA().sendFrame126("Rukia Kuchki", 663);
               c.getPA().sendFrame126("Arcane", 665);
    Change the number at the end to whatever ID the lines your using are.
    Reply With Quote  
     

  7. #7  
    Registered Member Verisimilitude's Avatar
    Join Date
    Mar 2012
    Age
    26
    Posts
    487
    Thanks given
    45
    Thanks received
    17
    Rep Power
    0
    Quote Originally Posted by Icandoit View Post
    ... this is actually ridiculously simple. All it requires is the tiniest bit of common sense...
    Yea, this is honestly simply easy.My first time coding was changing the tab lol.Then started doing commands and so on. It's easy common sense just use the search bar and type in the words it says in the tab and eventually you'll find it and change it. Save,compile,run, and you're good to go
    [spoil][/spoil]
    Code:
    [Today 05:35 AM] Verisimilitude: My new siggy
    [Today 05:34 AM] Verisimilitude: Ikr
    [Today 05:34 AM] a Kitty: 'there is litteraly nothing i can do to reach him, so i will just stand here and accept my fate'

    Reply With Quote  
     


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. [PI] Quest Tab Skilling teleports [PI]
    By Guy Sully in forum Snippets
    Replies: 10
    Last Post: 01-06-2014, 09:39 PM
  2. [PI] Quest Tab Interface Help [PI]
    By Previn in forum Help
    Replies: 1
    Last Post: 11-11-2012, 09:32 PM
  3. [PI] Quest tab help please [PI]
    By xpvpxx in forum Help
    Replies: 15
    Last Post: 04-23-2011, 09:42 PM
  4. [PI] Quest Tab Interface Help [PI]
    By Previn in forum Help
    Replies: 1
    Last Post: 02-21-2011, 06:58 AM
  5. quest tab help 317
    By yodamonkey5 in forum Help
    Replies: 0
    Last Post: 07-22-2010, 12:50 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •