Neelix
June 18th, 2010, 17:24
Hello,
does anybody have the setTab id's for a Summoning Bar? So not the Summoning TAB which appears to the left of friendlist, but the Summoning BAR which appears under the running bar. I just need the tabId and childId.
Aaron
June 18th, 2010, 17:29
I heard it's very glitchy.
Neelix
June 18th, 2010, 17:31
I heard it's very glitchy.
That's not really what I am asking. I was asking what the tabId and childId is of Summoning bar.
Damn, runelocus got cleaned and now there are post-addicts all over the place doing anything to get their post count up. Just calm the f down.
EDIT: Already have the answer;
/**
* Set interface defaults at login.
* @param p The Player which the frame should be created for.
*/
public void setInterfaces(Player p) {
if (p == null || p.disconnected[0]) {
return;
}
setTab(p, 6, 745);
setTab(p, 11, 751); // Chat options
setTab(p, 68, 752); // Chatbox
setTab(p, 64, 748); // HP bar
setTab(p, 65, 749); // Prayer bar
setTab(p, 66, 750); // Energy bar
setTab(p, 67, 747); // Summoning bar
setConfig(p, 1160, -1);
setTab(p, 8, 137); // Playername on chat
setTab(p, 73, 92); // Attack tab
setTab(p, 74, 320); // Skill tab
setTab(p, 75, 274); // Quest tab
setTab(p, 76, 149); // Inventory tab
setTab(p, 77, 387); // Equipment tab
setTab(p, 78, 271); // Prayer tab
setTab(p, 79, 192); // Magic tab
setTab(p, 80, 621); // Summoning tab
setTab(p, 81, 550); // Friend tab
setTab(p, 82, 551); // Ignore tab
setTab(p, 83, 589); // Clan tab
setTab(p, 84, 261); // Setting tab
setTab(p, 85, 464); // Emote tab
setTab(p, 86, 187); // Music tab
setTab(p, 87, 182); // Logout tab
}
and this in setinterface void:
for (int i = 0; i < 6; i++)
setInterfaceConfig(p, 747, i, false);
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.