Hi all,
I have a problem with my emulator, in the market I don't have the "Weapon" tab. I hope that someone can help me has this subject. Thank in advance.
Hi all,
I have a problem with my emulator, in the market I don't have the "Weapon" tab. I hope that someone can help me has this subject. Thank in advance.
By default you dont have weapons tab.
Use search function
Thanks for your reply, I use the system search, but without success. May be I have use bad words?
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 (if you're using the RaGEZONE Community Edition source code) or in FrontEndWarZ.cpp (if you're using the original source code).var[0].SetNumber(0);
var[1].SetString("weapon");
var[2].SetBoolean(false);
var[3].SetBoolean(true);
gfxMovie_->Invoke("_root.api.addTabType", var, 4);
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.var[0].SetNumber(0);
var[1].SetString("weapon");
var[2].SetBoolean(true);
var[3].SetBoolean(true);
gfxMovie_->Invoke("_root.api.addTabType", var, 4);
EDIT: If you already have 6 tabs in your marketplace, adding the fire weapon tab will make the last tab disappear (by default, the last tab is the attachment tab). billythekid solved the problem and shared the fix here:
How to add a 7th Tab to the market menu.. - RaGEZONE - MMO development community
Thank you for your speed, I'll try and I come back here to inform you.
guide
- var[2].SetBoolean(false); // set to true
- edit FrontEnd.swf for new 7 th
- compile EclipseStudio and RSBuild
- create new client
- edit weapon price(GC)
- play game
server
https://mega.co.nz/#!nJ8mGQzY!VrpOWj...BcnS9bGlM9Ol7U
by
[TUTORIAL] How to setup an Infestation MMO Server - RaGEZONE - MMO development community
# finding...
open >> C:\WarZ\src\EclipseStudio\WarZ.sln
find "inventory tabs" (Look in Entire Solution)
C:\WarZ\src\EclipseStudio\Sources\UI\UIItemInventory.cpp
Last edited by javaz97; 19-12-13 at 11:26 AM. Reason: aaaa
Br3n0k, I did as you said, I well get the tab of weapon, but empty.
- - - Updated - - -
I must change everything in dollars so the weapon appears?
You have 2 ways to change the items and prices, so it helps when I posted I said that tava assuming you had it set prices in the database ...
1st form and accessing the tables of the database warz:
Items_Attachments
Items_Gear
Items_Generic
Click with right button and Edit Top 200 Rows, will open the contents of the table, you change the columns do not understand much more this way are the Price .. 1 .. 2 .. 3 .. and P columns, the numbers represent a days, and P for Permanent, another price Gprice and Game dollar ...
The way I like to use to edit my shopping and the Admin tools, I will send you the solution just compile into release32, al inside the bin folder, open the executable, go to your bank data, click Items ... al you just read that u will understand there has all the items you will trade prices that are down there on the right side on each item, just remember to save when you change something ...
Download Source AdminTools > https://mega.co.nz/#!cpcHgASR!Yirl0B...1sMf4b1Y9xQeSU
Thanks you Br3n0k, but SQL Error with AdminTools...
Tried to compile it? which is giving error?
http://puu.sh/5RIel.png
I must use what as user? for the database
here [How To] Using externally WZadmin - RaGEZONE - MMO development community use bn_api_user me i use sa
I should compile the software on my server dedicate (windows server 2008 r2) or on a pc windows 7?
- - - Updated - - -
SQL Error
Porblem solved, thanks all
work with "New FrontEnd" Only
where is the "New FrontEnd"? (Link)