• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Adding new category tabs in cash shop

Newbie Spellweaver
Joined
Apr 16, 2016
Messages
86
Reaction score
1
Anyone can guide me on where the cash shop categories are handled?

Like "Hat" "Overall" e.t.c
 
Newbie Spellweaver
Joined
Apr 16, 2016
Messages
86
Reaction score
1
Is it meant to be when you add a new sub-category under Events, they name themselves? I tried renaming "New" to "Hat" but it still shows "New" in-game
<imgdir name="0">
<int name="Category" value="1"/>
<int name="CategorySub" value="0"/>
<string name="Name" value="Hat"/>
 
Upvote 0
Junior Spellweaver
Joined
Sep 16, 2017
Messages
156
Reaction score
36
<imgdir name="0">
<int name="Category" value="1"/>
<int name="CategorySub" value="0"/>
<string name="Name" value="Hat"/>
If you're trying to edit the preexisting "New" category in Events, then a WZ edit should be enough:
CloudNine - Adding new category tabs in cash shop - RaGEZONE Forums

Otherwise, if you're trying to add another category under Events, only adding a node to Etc.wz won't be enough. I assume you'll need to edit both .WZ clientside and the XML serverside.
Remember that the new node you're gonna add will need to follow the correct numeration: "Category" must be 1, and "CategorySub" must be 2 (since 0 and 1 are already used by "New" and "Event").

I never tried this, so I can't tell whether there's other changes to make.
 
Upvote 0
Back
Top