Thread: [PI]Adding Quests the the Achievement tab.[PI]

Results 1 to 4 of 4
  1. #1 [PI]Adding Quests the the Achievement tab.[PI] 
    Registered Member
    Join Date
    Sep 2012
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    RSInterface|Client Sided|.
    Code:
    //Achievement tab
                            addText(29295, "@[email protected]!HOLIDAY EVENTS!", 0xFF981F, false, true, -1, TDA, 2);
                            addHoverText(29296, "New Years Day", " ", TDA, 0, 0xff0000, false, true, 150);
                            addHoverText(29297, "Valentine's Day", " ", TDA, 0, 0xff0000, false, true, 150);
                            addHoverText(29298, "Easter", " ", TDA, 0, 0xff0000, false, true, 150);
                            addHoverText(29299, "St. Patrick's Day", " ", TDA, 0, 0xff0000, false, true, 150);
                            addHoverText(29300, "Halloween", "", TDA, 0, 0xff0000, false, true, 150);
                            addHoverText(29301, "Veteran's Day", "", TDA, 0, 0xFF981F, false, true, 150);
                            addHoverText(29302, "Thanksgiving Day", " ", TDA, 0, 0xff0000, false, true, 150);
                            addHoverText(29303, "Christmas", " ", TDA, 0, 0xff0000, false, true, 150);
                            addText(29304, "@[email protected]'S QUESTS", 0xFF981F, false, true, -1, TDA, 2);
                            addHoverText(29305, "Wilderness can be Dangerous", "", TDA, 0, 0xFF981F, false, true, 150);
                            addHoverText(29306, "Grim Reaper's Revenge", "", TDA, 0, 0xff0000, false, true, 150);
                            addHoverText(29307, "Underneath a Rock", " ", TDA, 0, 0xff0000, false, true, 150);
                            addHoverText(29308, "Spider's Revenge", " ", TDA, 0, 0xff0000, false, true, 150);
                            addHoverText(29309, "Lure's Pride", " ", TDA, 0, 0xff0000, false, true, 150);
                            addText(29310, "@[email protected]'S QUESTS", 0xFF981F, false, true, -1, TDA, 2);
                            addHoverText(29311, "Become Legit Player", " ", TDA, 0, 0xff0000, false, true, 150);
                            addHoverText(29312, "Become Legit Donor", " ", TDA, 0, 0xff0000, false, true, 150);
                            addHoverText(29313, "Become Legit Staff", "", TDA, 0, 0xff0000, false, true, 150);
                            addHoverText(29314, "Become Legit Veteran", "", TDA, 0, 0xff0000, false, true, 150);
                            } catch(Exception e){
    I need to make it where when I click them, they open up with the Quest Details Interface.
    Reply With Quote  
     

  2. #2  
    HTML5, jQuery & CSS3 Master
    Jaiden Watling's Avatar
    Join Date
    Nov 2010
    Age
    26
    Posts
    890
    Thanks given
    306
    Thanks received
    92
    Rep Power
    0
    The search button is there for a reason.

    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Oct 2011
    Age
    25
    Posts
    1,891
    Thanks given
    311
    Thanks received
    558
    Rep Power
    703
    Making them open a quest interface is handled server sided.

    Click on the individual texts and see which actionButtonId is being printed out. Then you can edit the function in ClickingButtons
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Sep 2012
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Revival View Post
    Making them open a quest interface is handled server sided.

    Click on the individual texts and see which actionButtonId is being printed out. Then you can edit the function in ClickingButtons
    Yes but you see, I need the interface to open it up. I do not have the interface id. That is basically what I need to move on.
    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. Replies: 0
    Last Post: 03-13-2012, 12:30 AM
  2. Replies: 0
    Last Post: 03-09-2012, 07:02 AM
  3. Replies: 7
    Last Post: 11-16-2011, 06:06 AM
  4. Replies: 6
    Last Post: 11-14-2011, 07:31 PM
  5. Better tab clicking (562 with achievement tab)
    By darkvador317 in forum Snippets
    Replies: 0
    Last Post: 11-07-2011, 07:34 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
  •