PDA

View Full Version : [PI] Missing Achievement Tab



ballisticknife0
August 22nd, 2011, 10:36
Hey i am missing the achievement tab to click next to my quest tab the only wayt to get there is to egt into the quest tab and click the little image at the top right corner if you know how to make the tab please help.

Nouish
August 22nd, 2011, 10:51
You could always add it.

If I'm not mistaken; PI is the base which have an Interfaces-class for adding new interfaces.

ballisticknife0
August 22nd, 2011, 11:59
You could always add it.

If I'm not mistaken; PI is the base which have an Interfaces-class for adding new interfaces.
ya but the issue is i cant find a tut on how to add it

Nouish
August 22nd, 2011, 12:28
Then you should use method B:

Study the other interfaces in that class, and try figure.

ballisticknife0
August 22nd, 2011, 14:19
Then you should use method B:

Study the other interfaces in that class, and try figure.
i just looked at every other tab and i cant figure out what to do lol i even downloaded a source with the tab and looked

Rameez
August 22nd, 2011, 14:37
Replace the questtab method in your RSInterface with this.


public static void questTab(RSFont[] TDA){
RSInterface Interface = addInterface(638);
setChildren(4, Interface);
addText(29155, "ShadowX Information", 0xFF981F, false, true, 52, TDA, 2);
AddInterfaceButton(29156, 1, "Interfaces/QuestTab/QUEST", 18, 18, "archievement tab", 1);
addSprite(29157, 0, "Interfaces/QuestTab/QUEST");
setBounds(29155, 10, 5, 0, Interface);
setBounds(29156, 165, 5, 1, Interface);
setBounds(29157, 3, 24, 2, Interface);
setBounds(29160, 5, 29, 3, Interface);
Interface = addInterface(29160);
Interface.height = 214;
Interface.width = 165;
Interface.scrollMax = 1700;
Interface.newScroller = false;
setChildren(105, Interface);
addText(29161, "Owner/Programmer - Revil", 0xFF981F, false, true, 52, TDA, 2);
addHoverText(29162, "@lre@Owner/Programmer", "Owners", TDA, 0, 0xff0000, false, true, 150);
addText(29163, "Register on :", 0xFF981F, false, true, 52, TDA, 2);
addHoverText(29164, "Official Website - Only the registered members can see the link.", "Register", TDA, 0, 0xff0000, false, true, 150);
setBounds(29161, 4, 4, 0, Interface);
setBounds(29162, 8, 22, 1, Interface);
setBounds(29163, 4, 35, 2, Interface);
setBounds(29164, 8, 53, 3, Interface);
setBounds(663, 4, 67, 4, Interface);
int Ypos = 83;
int frameID = 5;
for(int iD = 29165; iD <= 29264;iD++){
addHoverText(iD, "", "View Quest"/*"View Quest Journal, "+iD*/, TDA, 0, 0xff0000, false, true, 150);
setBounds(iD, 8, Ypos, frameID, Interface);
frameID++;
Ypos += 15;
Ypos++;
}
Interface = addInterface(29265);
try {
setChildren(4, Interface);
addText(29266, "Pk Supplies", 0xFF981F, false, true, -1, TDA, 2);
addButton(29267, 1, "Interfaces/QuestTab/QUEST", 18, 18, "Swap to Quest Diary", 1);
addSprite(29269, 0, "Interfaces/QuestTab/QUEST");
setBounds(29266, 10, 5, 0, Interface);
setBounds(29267, 165, 5, 1, Interface);
setBounds(29269, 3, 24, 2, Interface);
setBounds(29268, 5, 29, 3, Interface);
Interface = addInterface(29268);
Interface.height = 214;
Interface.width = 165;
Interface.scrollMax = 1700;
Interface.newScroller = false;
setChildren(20, Interface);
setBounds(29295, 8, 4, 0, Interface);
setBounds(29296, 8, 16, 1, Interface);
setBounds(29297, 8, 29, 2, Interface);
setBounds(29298, 8, 42, 3, Interface);
setBounds(29299, 8, 54, 4, Interface);
setBounds(29300, 8, 66, 5, Interface);
setBounds(29301, 8, 78, 6, Interface);
setBounds(29302, 8, 90, 7, Interface);
setBounds(29303, 8, 102, 8, Interface);
setBounds(29304, 8, 114, 9, Interface);
setBounds(29305, 8, 126, 10, Interface);
setBounds(29306, 8, 138, 11, Interface);
setBounds(29307, 8, 150, 12, Interface);
setBounds(29308, 8, 162, 13, Interface);
setBounds(29309, 8, 174, 14, Interface);
setBounds(29310, 8, 186, 15, Interface);
setBounds(29311, 8, 198, 16, Interface);
setBounds(29312, 8, 210, 17, Interface);
setBounds(29313, 8, 222, 18, Interface);
setBounds(29314, 8, 234, 19, Interface);
addHoverText(29295, "Armour Set's", "Armour Set's", TDA, 1, 0xFF981F, false, true, 150);
addHoverText(29296, "Melee Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29297, "Mage Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29298, "Range Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29299, "Hybrid Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29300, "", "", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29301, "Runes", "Runes", TDA, 1, 0xFF981F, false, true, 150);
addHoverText(29302, "Runes Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29303, "Barrage Runes", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29304, "Vengeance Runes", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29305, "", "", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29306, "Food and Potions", "Food and Potions", TDA,1, 0xFF981F, false, true, 150);
addHoverText(29307, "Shark's", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29308, "Tuna Potato's", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29309, "Super-Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29310, "Super Restores", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29311, "Mage Potions", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29312, "Range Potions", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29313, "", "", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29314, "", "", TDA, 0, 0xff0000, false, true, 150);
} catch(Exception e){
e.printStackTrace();
}
}

ballisticknife0
August 22nd, 2011, 14:46
Replace the questtab method in your RSInterface with this.


public static void questTab(RSFont[] TDA){
RSInterface Interface = addInterface(638);
setChildren(4, Interface);
addText(29155, "ShadowX Information", 0xFF981F, false, true, 52, TDA, 2);
AddInterfaceButton(29156, 1, "Interfaces/QuestTab/QUEST", 18, 18, "archievement tab", 1);
addSprite(29157, 0, "Interfaces/QuestTab/QUEST");
setBounds(29155, 10, 5, 0, Interface);
setBounds(29156, 165, 5, 1, Interface);
setBounds(29157, 3, 24, 2, Interface);
setBounds(29160, 5, 29, 3, Interface);
Interface = addInterface(29160);
Interface.height = 214;
Interface.width = 165;
Interface.scrollMax = 1700;
Interface.newScroller = false;
setChildren(105, Interface);
addText(29161, "Owner/Programmer - Revil", 0xFF981F, false, true, 52, TDA, 2);
addHoverText(29162, "@lre@Owner/Programmer", "Owners", TDA, 0, 0xff0000, false, true, 150);
addText(29163, "Register on :", 0xFF981F, false, true, 52, TDA, 2);
addHoverText(29164, "Official Website - Only the registered members can see the link.", "Register", TDA, 0, 0xff0000, false, true, 150);
setBounds(29161, 4, 4, 0, Interface);
setBounds(29162, 8, 22, 1, Interface);
setBounds(29163, 4, 35, 2, Interface);
setBounds(29164, 8, 53, 3, Interface);
setBounds(663, 4, 67, 4, Interface);
int Ypos = 83;
int frameID = 5;
for(int iD = 29165; iD <= 29264;iD++){
addHoverText(iD, "", "View Quest"/*"View Quest Journal, "+iD*/, TDA, 0, 0xff0000, false, true, 150);
setBounds(iD, 8, Ypos, frameID, Interface);
frameID++;
Ypos += 15;
Ypos++;
}
Interface = addInterface(29265);
try {
setChildren(4, Interface);
addText(29266, "Pk Supplies", 0xFF981F, false, true, -1, TDA, 2);
addButton(29267, 1, "Interfaces/QuestTab/QUEST", 18, 18, "Swap to Quest Diary", 1);
addSprite(29269, 0, "Interfaces/QuestTab/QUEST");
setBounds(29266, 10, 5, 0, Interface);
setBounds(29267, 165, 5, 1, Interface);
setBounds(29269, 3, 24, 2, Interface);
setBounds(29268, 5, 29, 3, Interface);
Interface = addInterface(29268);
Interface.height = 214;
Interface.width = 165;
Interface.scrollMax = 1700;
Interface.newScroller = false;
setChildren(20, Interface);
setBounds(29295, 8, 4, 0, Interface);
setBounds(29296, 8, 16, 1, Interface);
setBounds(29297, 8, 29, 2, Interface);
setBounds(29298, 8, 42, 3, Interface);
setBounds(29299, 8, 54, 4, Interface);
setBounds(29300, 8, 66, 5, Interface);
setBounds(29301, 8, 78, 6, Interface);
setBounds(29302, 8, 90, 7, Interface);
setBounds(29303, 8, 102, 8, Interface);
setBounds(29304, 8, 114, 9, Interface);
setBounds(29305, 8, 126, 10, Interface);
setBounds(29306, 8, 138, 11, Interface);
setBounds(29307, 8, 150, 12, Interface);
setBounds(29308, 8, 162, 13, Interface);
setBounds(29309, 8, 174, 14, Interface);
setBounds(29310, 8, 186, 15, Interface);
setBounds(29311, 8, 198, 16, Interface);
setBounds(29312, 8, 210, 17, Interface);
setBounds(29313, 8, 222, 18, Interface);
setBounds(29314, 8, 234, 19, Interface);
addHoverText(29295, "Armour Set's", "Armour Set's", TDA, 1, 0xFF981F, false, true, 150);
addHoverText(29296, "Melee Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29297, "Mage Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29298, "Range Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29299, "Hybrid Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29300, "", "", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29301, "Runes", "Runes", TDA, 1, 0xFF981F, false, true, 150);
addHoverText(29302, "Runes Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29303, "Barrage Runes", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29304, "Vengeance Runes", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29305, "", "", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29306, "Food and Potions", "Food and Potions", TDA,1, 0xFF981F, false, true, 150);
addHoverText(29307, "Shark's", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29308, "Tuna Potato's", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29309, "Super-Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29310, "Super Restores", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29311, "Mage Potions", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29312, "Range Potions", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29313, "", "", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29314, "", "", TDA, 0, 0xff0000, false, true, 150);
} catch(Exception e){
e.printStackTrace();
}
}
I tryed that but there is still no tab next to the questtab i can click

ballisticknife0
August 22nd, 2011, 15:46
Replace the questtab method in your RSInterface with this.


public static void questTab(RSFont[] TDA){
RSInterface Interface = addInterface(638);
setChildren(4, Interface);
addText(29155, "ShadowX Information", 0xFF981F, false, true, 52, TDA, 2);
AddInterfaceButton(29156, 1, "Interfaces/QuestTab/QUEST", 18, 18, "archievement tab", 1);
addSprite(29157, 0, "Interfaces/QuestTab/QUEST");
setBounds(29155, 10, 5, 0, Interface);
setBounds(29156, 165, 5, 1, Interface);
setBounds(29157, 3, 24, 2, Interface);
setBounds(29160, 5, 29, 3, Interface);
Interface = addInterface(29160);
Interface.height = 214;
Interface.width = 165;
Interface.scrollMax = 1700;
Interface.newScroller = false;
setChildren(105, Interface);
addText(29161, "Owner/Programmer - Revil", 0xFF981F, false, true, 52, TDA, 2);
addHoverText(29162, "@lre@Owner/Programmer", "Owners", TDA, 0, 0xff0000, false, true, 150);
addText(29163, "Register on :", 0xFF981F, false, true, 52, TDA, 2);
addHoverText(29164, "Official Website - Only the registered members can see the link.", "Register", TDA, 0, 0xff0000, false, true, 150);
setBounds(29161, 4, 4, 0, Interface);
setBounds(29162, 8, 22, 1, Interface);
setBounds(29163, 4, 35, 2, Interface);
setBounds(29164, 8, 53, 3, Interface);
setBounds(663, 4, 67, 4, Interface);
int Ypos = 83;
int frameID = 5;
for(int iD = 29165; iD <= 29264;iD++){
addHoverText(iD, "", "View Quest"/*"View Quest Journal, "+iD*/, TDA, 0, 0xff0000, false, true, 150);
setBounds(iD, 8, Ypos, frameID, Interface);
frameID++;
Ypos += 15;
Ypos++;
}
Interface = addInterface(29265);
try {
setChildren(4, Interface);
addText(29266, "Pk Supplies", 0xFF981F, false, true, -1, TDA, 2);
addButton(29267, 1, "Interfaces/QuestTab/QUEST", 18, 18, "Swap to Quest Diary", 1);
addSprite(29269, 0, "Interfaces/QuestTab/QUEST");
setBounds(29266, 10, 5, 0, Interface);
setBounds(29267, 165, 5, 1, Interface);
setBounds(29269, 3, 24, 2, Interface);
setBounds(29268, 5, 29, 3, Interface);
Interface = addInterface(29268);
Interface.height = 214;
Interface.width = 165;
Interface.scrollMax = 1700;
Interface.newScroller = false;
setChildren(20, Interface);
setBounds(29295, 8, 4, 0, Interface);
setBounds(29296, 8, 16, 1, Interface);
setBounds(29297, 8, 29, 2, Interface);
setBounds(29298, 8, 42, 3, Interface);
setBounds(29299, 8, 54, 4, Interface);
setBounds(29300, 8, 66, 5, Interface);
setBounds(29301, 8, 78, 6, Interface);
setBounds(29302, 8, 90, 7, Interface);
setBounds(29303, 8, 102, 8, Interface);
setBounds(29304, 8, 114, 9, Interface);
setBounds(29305, 8, 126, 10, Interface);
setBounds(29306, 8, 138, 11, Interface);
setBounds(29307, 8, 150, 12, Interface);
setBounds(29308, 8, 162, 13, Interface);
setBounds(29309, 8, 174, 14, Interface);
setBounds(29310, 8, 186, 15, Interface);
setBounds(29311, 8, 198, 16, Interface);
setBounds(29312, 8, 210, 17, Interface);
setBounds(29313, 8, 222, 18, Interface);
setBounds(29314, 8, 234, 19, Interface);
addHoverText(29295, "Armour Set's", "Armour Set's", TDA, 1, 0xFF981F, false, true, 150);
addHoverText(29296, "Melee Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29297, "Mage Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29298, "Range Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29299, "Hybrid Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29300, "", "", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29301, "Runes", "Runes", TDA, 1, 0xFF981F, false, true, 150);
addHoverText(29302, "Runes Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29303, "Barrage Runes", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29304, "Vengeance Runes", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29305, "", "", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29306, "Food and Potions", "Food and Potions", TDA,1, 0xFF981F, false, true, 150);
addHoverText(29307, "Shark's", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29308, "Tuna Potato's", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29309, "Super-Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29310, "Super Restores", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29311, "Mage Potions", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29312, "Range Potions", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29313, "", "", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29314, "", "", TDA, 0, 0xff0000, false, true, 150);
} catch(Exception e){
e.printStackTrace();
}
}

Here is the error i get 2038

Rameez
August 22nd, 2011, 15:56
public static void AddInterfaceButton(int i, int j, String name, int W, int H, String S, int AT) {
RSInterface RSInterface = addInterface(i);
RSInterface.id = i;
RSInterface.parentID = i;
RSInterface.interfaceType = 5;
RSInterface.atActionType = AT;
RSInterface.contentType = 0;
RSInterface.opacity = 0;
RSInterface.hoverType = 52;
RSInterface.disabledSprite = imageLoader(j,name);
RSInterface.enabledSprite = imageLoader(j,name);
RSInterface.width = W;
RSInterface.height = H;
RSInterface.tooltip = S;
}

ballisticknife0
August 22nd, 2011, 16:29
public static void AddInterfaceButton(int i, int j, String name, int W, int H, String S, int AT) {
RSInterface RSInterface = addInterface(i);
RSInterface.id = i;
RSInterface.parentID = i;
RSInterface.interfaceType = 5;
RSInterface.atActionType = AT;
RSInterface.contentType = 0;
RSInterface.opacity = 0;
RSInterface.hoverType = 52;
RSInterface.disabledSprite = imageLoader(j,name);
RSInterface.enabledSprite = imageLoader(j,name);
RSInterface.width = W;
RSInterface.height = H;
RSInterface.tooltip = S;
}
idk why but still wont work :/

ballisticknife0
August 22nd, 2011, 17:37
can someone please tell me where to put the method i have no idea i tyyed client.java in the client folder and i just got more errors

Rameez
August 22nd, 2011, 17:43
RSInterface.java

Simple pk3r
August 22nd, 2011, 19:02
Add the code below in RSInterface.java


public static void questTab(RSFont[] TDA){
RSInterface Interface = addInterface(638);
setChildren(4, Interface);
addText(29155, "ShadowX Information", 0xFF981F, false, true, 52, TDA, 2);
AddInterfaceButton(29156, 1, "Interfaces/QuestTab/QUEST", 18, 18, "archievement tab", 1);
addSprite(29157, 0, "Interfaces/QuestTab/QUEST");
setBounds(29155, 10, 5, 0, Interface);
setBounds(29156, 165, 5, 1, Interface);
setBounds(29157, 3, 24, 2, Interface);
setBounds(29160, 5, 29, 3, Interface);
Interface = addInterface(29160);
Interface.height = 214;
Interface.width = 165;
Interface.scrollMax = 1700;
Interface.newScroller = false;
setChildren(105, Interface);
addText(29161, "Owner/Programmer - Revil", 0xFF981F, false, true, 52, TDA, 2);
addHoverText(29162, "@lre@Owner/Programmer", "Owners", TDA, 0, 0xff0000, false, true, 150);
addText(29163, "Register on :", 0xFF981F, false, true, 52, TDA, 2);
addHoverText(29164, "Official Website - Only the registered members can see the link.", "Register", TDA, 0, 0xff0000, false, true, 150);
setBounds(29161, 4, 4, 0, Interface);
setBounds(29162, 8, 22, 1, Interface);
setBounds(29163, 4, 35, 2, Interface);
setBounds(29164, 8, 53, 3, Interface);
setBounds(663, 4, 67, 4, Interface);
int Ypos = 83;
int frameID = 5;
for(int iD = 29165; iD <= 29264;iD++){
addHoverText(iD, "", "View Quest"/*"View Quest Journal, "+iD*/, TDA, 0, 0xff0000, false, true, 150);
setBounds(iD, 8, Ypos, frameID, Interface);
frameID++;
Ypos += 15;
Ypos++;
}
Interface = addInterface(29265);
try {
setChildren(4, Interface);
addText(29266, "Pk Supplies", 0xFF981F, false, true, -1, TDA, 2);
addButton(29267, 1, "Interfaces/QuestTab/QUEST", 18, 18, "Swap to Quest Diary", 1);
addSprite(29269, 0, "Interfaces/QuestTab/QUEST");
setBounds(29266, 10, 5, 0, Interface);
setBounds(29267, 165, 5, 1, Interface);
setBounds(29269, 3, 24, 2, Interface);
setBounds(29268, 5, 29, 3, Interface);
Interface = addInterface(29268);
Interface.height = 214;
Interface.width = 165;
Interface.scrollMax = 1700;
Interface.newScroller = false;
setChildren(20, Interface);
setBounds(29295, 8, 4, 0, Interface);
setBounds(29296, 8, 16, 1, Interface);
setBounds(29297, 8, 29, 2, Interface);
setBounds(29298, 8, 42, 3, Interface);
setBounds(29299, 8, 54, 4, Interface);
setBounds(29300, 8, 66, 5, Interface);
setBounds(29301, 8, 78, 6, Interface);
setBounds(29302, 8, 90, 7, Interface);
setBounds(29303, 8, 102, 8, Interface);
setBounds(29304, 8, 114, 9, Interface);
setBounds(29305, 8, 126, 10, Interface);
setBounds(29306, 8, 138, 11, Interface);
setBounds(29307, 8, 150, 12, Interface);
setBounds(29308, 8, 162, 13, Interface);
setBounds(29309, 8, 174, 14, Interface);
setBounds(29310, 8, 186, 15, Interface);
setBounds(29311, 8, 198, 16, Interface);
setBounds(29312, 8, 210, 17, Interface);
setBounds(29313, 8, 222, 18, Interface);
setBounds(29314, 8, 234, 19, Interface);
addHoverText(29295, "Armour Set's", "Armour Set's", TDA, 1, 0xFF981F, false, true, 150);
addHoverText(29296, "Melee Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29297, "Mage Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29298, "Range Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29299, "Hybrid Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29300, "", "", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29301, "Runes", "Runes", TDA, 1, 0xFF981F, false, true, 150);
addHoverText(29302, "Runes Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29303, "Barrage Runes", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29304, "Vengeance Runes", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29305, "", "", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29306, "Food and Potions", "Food and Potions", TDA,1, 0xFF981F, false, true, 150);
addHoverText(29307, "Shark's", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29308, "Tuna Potato's", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29309, "Super-Set", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29310, "Super Restores", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29311, "Mage Potions", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29312, "Range Potions", "Buy", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29313, "", "", TDA, 0, 0xff0000, false, true, 150);
addHoverText(29314, "", "", TDA, 0, 0xff0000, false, true, 150);
} catch(Exception e){
e.printStackTrace();
}
}


Now find:


aClass44 = streamLoader;


Under that add this:



questTab(textDrawingAreas);


(Inside the bracket it might not be textDrawingAreas. Just look what the rest of the brackets below have and replace it with that.)

ballisticknife0
August 22nd, 2011, 19:49
i cant find
aClass44 = streamLoader; lol

TrainWreck
August 22nd, 2011, 22:39
Lol it's client sided,

ballisticknife0
August 22nd, 2011, 23:00
ya i know idk why i cant find it so i just gave up on it for a while XD