Thread: [667] Quest Interface Situation

Results 1 to 4 of 4
  1. #1 [667] Quest Interface Situation 
    Registered Member
    Join Date
    Apr 2012
    Posts
    5
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Hello

    Attempting to make it where there is a quest list that shows quests (green; complete; yellow; in progress; red not started), but I am having a bit of trouble. Tried using the normal quest tab and could not change the first child nor saw any ways to add quest names.

    First interface:

    Code:
    player.getPackets().sendIComponentText(190, 2, "<col=FFFFFF>Quests");
    Tried using another substitute for quest, but still no progress:


    Code:
    player.getPackets().sendIComponentText(275, 2, "<col=FFFFFF>Quests");
    If anyone can point me into a direction of how to fix any of the two above, or has a better idea for what I am trying to do, would be great.
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,417
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Reply With Quote  
     

  3. #3  
    L O S E Y O U R S E L F
    Format's Avatar
    Join Date
    Aug 2013
    Age
    22
    Posts
    2,185
    Thanks given
    1,110
    Thanks received
    994
    Discord
    View profile
    Rep Power
    5000
    The Quest tab is made up of configs. And for the second image Send the String to component 11 + and the title is component 1 I am pretty sure.

    Just send a loop so you can get rid of all the other Strings.
    Code:
    for (int i = 0; i < 355; i++) {
     player.getPackets().sendIComponentText(275, i, "");
    }
    
    Then send the Strings you want here.
    lol saem


    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Apr 2012
    Posts
    5
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Interested in the configs and will look over tomorrow. There was an error with me trying to set the text on the interface from a class outside the ButtonHandler class, which prevented the text from being sent to the interface.
    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. [667] Quest Interface
    By Nills in forum Help
    Replies: 7
    Last Post: 03-31-2013, 03:36 AM
  2. Quest Interface Doesn't Update?
    By AndyJay in forum Help
    Replies: 7
    Last Post: 01-26-2009, 01:48 AM
  3. Quests interface
    By mige5 in forum Requests
    Replies: 2
    Last Post: 12-18-2008, 08:50 PM
  4. Server-Sided Clan Chat (uses quest interface)
    By Runite in forum Tutorials
    Replies: 20
    Last Post: 09-04-2008, 05:42 AM
  5. Open shop through Quest interface!
    By Clouds Mine in forum Tutorials
    Replies: 4
    Last Post: 07-12-2008, 03:02 PM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •