find the button id and make it show the correct interface
|
|
Hey
Im using the FormationX V3 source and client. And i wanted to use the achievements tab just to put some text in there to help out players (which i know how to do). But when i click on the achievements tab it doesnt open, as if its been disabled or something (Although, when i hover over the tab, it lights up). So, what im asking is, does anyone know how i can get it to work again?
Thanks
LOL buttonid is client sided.

Could any of use explain a bit more on how exactly to do it? =/
il fix if u pay, pm me if interested

It's not a clickingbutton
Here is the fix:
go to client.java (client sided) and search for:
and directly under that paste thisCode:} else if (super.saveClickX >= 552 + x + extraXX1 && super.saveClickX <= 581 + x + extraXX1 && super.saveClickY >= 168 + y + extraYY1 && super.saveClickY < 205 + y + extraYY1 && tabInterfaceIDs[0] != -1 && drawLongTabs) { needDrawTabArea = true; tabID = 0; tabAreaAltered = true;make sure u dont have this already)
Code:} else if (super.saveClickX >= 612 + x + extraXX1 && super.saveClickX <= 641 + x + extraXX1 && super.saveClickY >= 168 + y + extraYY1 && super.saveClickY < 203 + y + extraYY1 && tabInterfaceIDs[2] != -1 && drawLongTabs) { needDrawTabArea = true; tabID = 2; tabAreaAltered = true;
and search for this:
Directly under that if u already dont have this paste:Code:} else if (super.saveClickX >= 732 + x && super.saveClickX <= 761 + x && super.saveClickY >= 466 + y + y2 && super.saveClickY < 502 + y + y2 && tabInterfaceIDs[15] != -1) { needDrawTabArea = true; tabID = 15; tabAreaAltered = true;
Code:} else if (super.saveClickX >= 612 + x && super.saveClickX <= 640 + x && super.saveClickY >= 168 + y + y2 && super.saveClickY < 202 + y + y2 && tabInterfaceIDs[14] != -1) { needDrawTabArea = true; tabID = 14; tabAreaAltered = true;
This should work.
Note this will just work at the fixed mode if you go to resizable probably u cant see the icon so i just made it for fixed.
HERE IS THE FIX FOR FREE. NO NEED TO PAY ENJOY. IF THIS DIDNT WORK PROBABLY I'M MISSING SOMETHING PM ME IF YOU NEED HELP.
Thankyou, Tringan!
Works perfectly, doesnt work for fullscreen, but ill work on fixing that sometime in future, this is good for now.
![]()
| « [PI] Need A GFX/Anim [PI] | [PI] Veng gfx,Animation ID[PI] 602 » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |