Thread: [PI - REP] Duplicating tab interfaces | Quest Tab Interface |

Results 1 to 6 of 6
  1. #1 [PI - REP] Duplicating tab interfaces | Quest Tab Interface | 
    Banned

    Join Date
    Jul 2011
    Age
    27
    Posts
    748
    Thanks given
    2,207
    Thanks received
    451
    Rep Power
    0
    Ahk, so basically I am wanting to duplicate the quest tab interface for use on other tabs, I was wondering how I would go about it without it carrying the text over

    i.e
    setSideBar(##, ##);

    if (tabClicked ##) {
    //sendFrames
    }

    Possibly keeping it all server sided
    tyz :}
    Reply With Quote  
     

  2. #2  
    q.q


    Join Date
    Dec 2010
    Posts
    6,535
    Thanks given
    1,072
    Thanks received
    3,534
    Rep Power
    4752
    i don't think this is possible only server sided without some modification

    like having strings sent based on current tab
    Reply With Quote  
     

  3. #3  
    Registered Member lithium's Avatar
    Join Date
    Feb 2012
    Age
    24
    Posts
    169
    Thanks given
    10
    Thanks received
    12
    Rep Power
    10
    Your able to change some of the contents of the tabs server sided, but to do what you had explained, you will need to do it client sided.

    Code:
    
    
    
    Reply With Quote  
     

  4. #4  
    Fuck the rest join the best, WoR
    Jinx's Avatar
    Join Date
    Oct 2010
    Posts
    635
    Thanks given
    99
    Thanks received
    65
    Rep Power
    364
    From what I understand, this is done client sided. Are you trying to do for example... Add and achievements tab that looks the same as the quest tab? Or are you trying to make it so that when you click the achievements tab, it opens the quest tab?
    The wor has begun.


    Reply With Quote  
     

  5. #5  
    Howdy

    gold_fish's Avatar
    Join Date
    Nov 2010
    Posts
    1,062
    Thanks given
    144
    Thanks received
    147
    Rep Power
    107
    You will actually have to add a second interface. If the interface has text running through Client or Server it will carry over every time. What you will have to do is create a similar interface like that or rip it from a server that has an achievment interface and use that one

    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Jul 2011
    Age
    27
    Posts
    748
    Thanks given
    2,207
    Thanks received
    451
    Rep Power
    0
    Quote Originally Posted by Jinx View Post
    From what I understand, this is done client sided. Are you trying to do for example... Add and achievements tab that looks the same as the quest tab? Or are you trying to make it so that when you click the achievements tab, it opens the quest tab?
    The first one :\

    Well if it's client sided I'll revisit this another day

    rep you all
    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: 68
    Last Post: 08-30-2016, 11:36 PM
  2. [PI] Quest Tab Interface Help [PI]
    By Previn in forum Help
    Replies: 1
    Last Post: 11-11-2012, 09:32 PM
  3. Opening interface in quest tab?
    By blessthefall in forum Help
    Replies: 3
    Last Post: 11-26-2011, 04:15 AM
  4. Replies: 10
    Last Post: 10-10-2011, 07:19 AM
  5. [PI] Quest Tab Interface Help [PI]
    By Previn in forum Help
    Replies: 1
    Last Post: 02-21-2011, 06:58 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
  •