Thread: [PI] Quest tab (easy fix?)

Results 1 to 9 of 9
  1. #1 [PI] Quest tab (easy fix?) 
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    Not sure what I did, but here's my problem:



    (It shows special even and special quest, I want that removed.


    My code:
    Code:
    	public void process() {
    		if (playerLevel[3] < 1) {
    			if (!isDead) {
    				getPA().applyDead();
    				isDead = true;
    			}
    		}
    		getPA().sendFrame126("9th Legion", 640);
    		getPA().sendFrame126("@or1@Players: @gre@"+PlayerHandler.getPlayerCount(), 663);
    		getPA().sendFrame126("", 7332);
    		getPA().sendFrame126("", 7333);
    		getPA().sendFrame126("", 7334);
    		getPA().sendFrame126("", 7336);
    		getPA().sendFrame126("", 7383);
    		getPA().sendFrame126("", 7339);
    		getPA().sendFrame126("", 7338);
    		getPA().sendFrame126("", 7340);
    		getPA().sendFrame126("", 7346);
    		getPA().sendFrame126("", 7341);
    		getPA().sendFrame126("", 7342);
    		getPA().sendFrame126("", 7337);
    		getPA().sendFrame126("", 7343);
    		getPA().sendFrame126("", 7335);
    		getPA().sendFrame126("", 7344);
    		getPA().sendFrame126("Combat Level: "+combatLevel, 19000);
    		getPA().sendFrame126("" + constitution, 19001);
    		curses().handleProcess();
    		lumber().process();
    		miner().process();
    		if (smeltTimer > 0 && smeltType > 0) {
    			smeltTimer--;
    		} else if (smeltTimer == 0 && smeltType > 0) {
    			getSmithing().smelt(smeltType);
    		}
    Reply With Quote  
     

  2. #2  
    xd


    Join Date
    Oct 2007
    Age
    28
    Posts
    6,078
    Thanks given
    98
    Thanks received
    488
    Rep Power
    5000
    You probably sending the wrong Frame for quest tab.
    Quote Originally Posted by clem585 View Post
    Wat. Reading java doc isn't going to teach you anything. It's like reading the dictionary to learn grammatical rules.
    Reply With Quote  
     

  3. #3  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    Quote Originally Posted by Scupac View Post
    You probably sending the wrong Frame for quest tab.
    I followed a guide to clear quest tab, and add the players thing. It cleared it, it just didn't remove the top things. (It replaced member quests though.)
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Nov 2011
    Posts
    134
    Thanks given
    6
    Thanks received
    1
    Rep Power
    11
    Try player assistant.java, just search for some of the words in the tab....
    Reply With Quote  
     

  5. #5  
    lurkin about

    Haywire's Avatar
    Join Date
    Apr 2012
    Posts
    1,277
    Thanks given
    610
    Thanks received
    230
    Rep Power
    383
    try searching in client.java for that stuff

    Reply With Quote  
     

  6. #6  
    Donator

    Anthony's Avatar
    Join Date
    Dec 2007
    Age
    29
    Posts
    1,344
    Thanks given
    198
    Thanks received
    129
    Rep Power
    355
    try your clients client files
    Reply With Quote  
     

  7. #7  
    Extreme Donator [PI] Quest tab (easy fix?) Market Banned



    Join Date
    Dec 2010
    Age
    25
    Posts
    6,060
    Thanks given
    1,692
    Thanks received
    1,238
    Rep Power
    1765
    One id is 663.

    Edit: Your ID' s differ.
    Reply With Quote  
     

  8. #8  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    I've searched so many files -____- I still don't have a fix, and how do I figure out my ID's for that?
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jul 2012
    Posts
    114
    Thanks given
    27
    Thanks received
    17
    Rep Power
    11
    Have you tried sending those frames above the players as a blank? For example;
    Code:
    getPA().sendFrame126("", 662);
    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]How to add KDR to quest tab?[easy]
    By godlydds in forum Help
    Replies: 3
    Last Post: 06-03-2012, 04:41 AM
  2. [PI] 'slayer task: Hans' in quest tab fix
    By asteria-X in forum Snippets
    Replies: 5
    Last Post: 05-14-2012, 07:41 PM
  3. Quest Tab fix..
    By Honakerscape in forum Help
    Replies: 6
    Last Post: 09-22-2011, 09:58 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
  •