[HELP] Newest FrontEnd 7th weapon tab
Hello!
I already know how I can get the 7th weapon tab working ...
But I cant edit the new FrontEnd.
Can somebody please give me the newest FrontEnd with the 7th tab working?
Or just tell me how I can edit the code in the FrontEnd ... ( I dont mean the frontend.cpp)
I would be very thankful!
Re: [HELP] Newest FrontEnd 7th weapon tab
I'm assuming you changed the GC Price on your database (I'm also assuming you did it correctly).
Now, find this code in the Eclipse Studio solution:
Quote:
var[0].SetNumber(0);
var[1].SetString("weapon");
var[2].SetBoolean(false);
var[3].SetBoolean(true);
gfxMovie_->Invoke("_root.api.addTabType", var, 4);
This code should be in UIItemInventory.cpp
Change var[2] to true. It should be like this:
Quote:
var[0].SetNumber(0);
var[1].SetString("weapon");
var[2].SetBoolean(true);
var[3].SetBoolean(true);
gfxMovie_->Invoke("_root.api.addTabType", var, 4);
Build the solution and open the game. There should be a new tab in your marketplace for fire weapons. If you changed the GC Price correctly the weapon should be in this new tab.
By NeoZero
Re: [HELP] Newest FrontEnd 7th weapon tab
Quote:
Originally Posted by
skyone
I'm assuming you changed the GC Price on your database (I'm also assuming you did it correctly).
Now, find this code in the Eclipse Studio solution:
This code should be in UIItemInventory.cpp
Change var[2] to true. It should be like this:
Build the solution and open the game. There should be a new tab in your marketplace for fire weapons. If you changed the GC Price correctly the weapon should be in this new tab.
By
NeoZero
I already did the coding stuff but I need to edit the FrontEnd.swf, because otherwise the attachment tab in the shop will dissapear.
But thanks for your attention!
Re: [HELP] Newest FrontEnd 7th weapon tab
Re: [HELP] Newest FrontEnd 7th weapon tab
Re: [HELP] Newest FrontEnd 7th weapon tab
I also use it, but I don't have problem...
Re: [HELP] Newest FrontEnd 7th weapon tab
i got the same problem there with losting the attachment tab to :/
Re: [HELP] Newest FrontEnd 7th weapon tab
I have an solution for this ... just hide the food tab and put the food stuff in the medical tab.
Its really easy to do this!
P.S: Got this idea from aLca :)
Re: [HELP] Newest FrontEnd 7th weapon tab
I have not understood your problem, my shop have no problem...
Re: [HELP] Newest FrontEnd 7th weapon tab
I mean the newest infestation frontend and not the frontend from the allright source
Re: [HELP] Newest FrontEnd 7th weapon tab