Thread: Points on quest tab

Results 1 to 8 of 8
  1. #1 Points on quest tab 
    Registered Member
    Join Date
    Aug 2014
    Posts
    259
    Thanks given
    2
    Thanks received
    6
    Rep Power
    11
    how to put all the Points >> Screenshot by Lightshot in a interface?

    Hope someone can help me.
    Owner of ThamenX
    Reply With Quote  
     

  2. #2  
    Blurite

    Corey's Avatar
    Join Date
    Feb 2012
    Age
    26
    Posts
    1,491
    Thanks given
    1,245
    Thanks received
    1,729
    Rep Power
    5000
    Please expand on what you're asking.
    You want to put all the points on a separate interface to the quest tab?
    Attached image
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Aug 2014
    Posts
    259
    Thanks given
    2
    Thanks received
    6
    Rep Power
    11
    Quote Originally Posted by Tesla View Post
    Please expand on what you're asking.
    You want to put all the points on a separate interface to the quest tab?
    Just add a interface, so i can make a click button on quest tab and shows all points, so it will save space in quest tab and look clean.
    Owner of ThamenX
    Reply With Quote  
     

  4. #4  
    Learning...

    Mathy's Avatar
    Join Date
    Jul 2013
    Posts
    231
    Thanks given
    31
    Thanks received
    12
    Rep Power
    82
    Quote Originally Posted by blaxe View Post
    Just add a interface, so i can make a click button on quest tab and shows all points, so it will save space in quest tab and look clean.
    I'd need that too
    Spoiler for Vouches:
    Quote Originally Posted by StrayDog View Post
    Thanks Mathy for helping me with my server
    Quote Originally Posted by triscool1987 View Post
    Great Help, thanks Mathy_!
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Aug 2014
    Posts
    259
    Thanks given
    2
    Thanks received
    6
    Rep Power
    11
    bump
    Owner of ThamenX
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Apr 2017
    Posts
    13
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    You can do two things either develop a second interface that contains buttons pointing to many different information, and then use a second interface (Quest tab) to display the information.

    Also keep in mind that you can clear and reuse a single quest tab interface.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Aug 2014
    Posts
    259
    Thanks given
    2
    Thanks received
    6
    Rep Power
    11
    Quote Originally Posted by JavaGuy View Post
    You can do two things either develop a second interface that contains buttons pointing to many different information, and then use a second interface (Quest tab) to display the information.

    Also keep in mind that you can clear and reuse a single quest tab interface.
    You mean to make a new quest tab button, right above and open a new tab for the points? hmm..
    Owner of ThamenX
    Reply With Quote  
     

  8. #8  
    Hi :)


    Join Date
    Apr 2016
    Posts
    622
    Thanks given
    84
    Thanks received
    161
    Rep Power
    93
    Quote Originally Posted by blaxe View Post
    You mean to make a new quest tab button, right above and open a new tab for the points? hmm..
    You could simply use the quest scroll interface and send strings to it. You would make the quest tab open up the quest scroll interface and you would then do something like this.


    Code:
    	public void displayStatistics(Player player) {
    		player.getEventWriter().sendInterface(275); //OPENS THE INTERFACE
    		player.getEventWriter().sendString("Account statistics", 275, 2);
    		player.getEventWriter().sendString("Dungenoneering reward points: " + player.getDungeoneeringPoints(), 275, 3);
    		player.getEventWriter().sendString("Pest Control reward points: " + player.getPestControlPoints(), 275, 4);
    	}
    Check out my remake here:
    Incite
    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. Mm..Quests on Quest tab
    By Hippie408 in forum Help
    Replies: 3
    Last Post: 10-10-2009, 09:57 PM
  2. z508 commands on quest tab will rep
    By Wicksyere in forum Help
    Replies: 0
    Last Post: 07-09-2009, 06:00 PM
  3. Having Player Count on Quest Tab
    By Mario in forum Configuration
    Replies: 37
    Last Post: 06-28-2009, 11:25 PM
  4. adding teleports on quest tab?
    By x firecape x in forum Help
    Replies: 4
    Last Post: 04-12-2009, 10:45 AM
  5. Players online and uptiem on quest tab!
    By SourDeeez in forum Tutorials
    Replies: 19
    Last Post: 03-19-2009, 11:23 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
  •