Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to Enable Dressing Room / Fashion Shop

TERA Foundation
Joined
Jun 3, 2020
Messages
489
Reaction score
787
8jE8GXy - How to Enable Dressing Room / Fashion Shop - RaGEZONE Forums

cIusLvA - How to Enable Dressing Room / Fashion Shop - RaGEZONE Forums
Instruction:

1. Download database file: (patch 100.02) or (patch 71.03).
2. Open Navicat, go to database PlanetDB_2080, table ProductMarkInfo.
3. Right-click on Import, select XML file point > Next.
4. Import from... select downloaded file ProductMarkInfo.xml > Next.
5. Select tag RECORD > click next, next until import mode.
6. Select a copy point > next > click Start.

Alternative import method: https://forum.ragezone.com/f797/tera-level-100-version-1205489-post9127794/#post9127794

Also you can manage Fashion Shop via WebApp (includes import/export of items):
DSxbmBV - How to Enable Dressing Room / Fashion Shop - RaGEZONE Forums
In my variant, items are bought for Tikats (5000 per item).
You can change this via WebApp or by editing the xml file before importing it.
Use the /@makeitem 139005 [amount] command to add a Tikats.

UPD: For the correct displaying of Tikats in the Dressing Room, you need to edit the client DC file StyleShopSetting-00000.xml, by setting the following values:
Code:
    <UseNPCGuildPoint enable="false" iconId="0" />
    <UseTcat enable="true" iconId="1" />
You can use to repack the client DC.

Free Style Shop​

tnAIAMO - How to Enable Dressing Room / Fashion Shop - RaGEZONE Forums


f4zmRVZ - How to Enable Dressing Room / Fashion Shop - RaGEZONE Forums
You can also enable the free temporary costume feature (PC Cafe).

For enable Free Style Shop, you need to add the benefit id 1000 (TERA PC cafe) to account.

Also you can add this feature for all accounts. To do this open the file AccountTrait.xml on the server and set the value to true in the parameter freeStyleShop:
Code:
    <Package id="0" order="0" publisher="ALL">
    ...
      <!-- PC방 프로모션 이벤트 -->
      <Property name="freeStyleShop" enable="true" />
    ...
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
May 25, 2022
Messages
46
Reaction score
2
How can I access the WebApp please ? (I use the 92.03 VM version)
 
TERA Foundation
Joined
Jun 3, 2020
Messages
489
Reaction score
787
As far as I know, we don't have a WebApp version for 92.03 yet.
You can try to use a WebApp for tera 100 (in theory, only the datasheets are different).
 
TERA Foundation
Joined
Jun 3, 2020
Messages
489
Reaction score
787
Updated: added info about fixing issue with displaying of Tikats in the Dressing Room.
 
Newbie Spellweaver
Joined
Apr 3, 2021
Messages
70
Reaction score
18
I have troubles using for 92. Does it not support it or is there another repacking tool somewhere?
 
Legendary Battlemage
Joined
Apr 28, 2022
Messages
664
Reaction score
207
I have troubles using for 92. Does it not support it or is there another repacking tool somewhere?

Are you using the key and iv for the 92.03 version? For 92.03 we used the tool from narcis.
 
Newbie Spellweaver
Joined
Apr 3, 2021
Messages
70
Reaction score
18
Unhandled exception. System.IO.EndOfStreamException: Attempted to read past the end of the stream.

Correct keys but still bunch of errors. Any suggestions?

 
Newbie Spellweaver
Joined
May 31, 2022
Messages
41
Reaction score
4
I enabled TERA fashion store following this tutorial: hsdn
TERA 92.03/100.02 How to enable the dressing room/fashion store

Everything is fine I have the store working but when I want to buy underwear in the store I can't buy it when I click on the buy button nothing happens and I don't get any error message.

And yes, I have enough tikat coins

I have enough money in the game and still the store won't let me buy the underwear but I can buy any other clothes with no problem
hsdn - How to Enable Dressing Room / Fashion Shop - RaGEZONE Forums
 
TERA Foundation
Joined
Jun 3, 2020
Messages
489
Reaction score
787
The underwear items have a problems.
Perhaps this is due to incorrect ids in the database, or this is a general problem of the client.
 
Newbie Spellweaver
Joined
Apr 3, 2021
Messages
70
Reaction score
18
Can't buy innerwear too. I think it also shouldn't be in the dressing room as it is not meant to be there at first place, but that's just my opinion :D
 
Newbie Spellweaver
Joined
Jun 17, 2022
Messages
15
Reaction score
2
[/spoiler]Instruction:

1. Download database file: .
2. Open Navicat, go to database PlanetDB_2080, table ProductMarkInfo.
3. Right-click on Import, select XML file point > Next.
4. Import from... select downloaded file ProductMarkInfo.xml > Next.
5. Select tag RECORD > click next, next until import mode.
6. Select a copy point > next > click Start.

Sorry for bothering you but I was following the guide from Murasama the other day ( ) and I don't have a PlanetDB_2080 Database in my HeidiSQL Program.
Is there a way to add this database?
 
Joined
Mar 29, 2019
Messages
1,032
Reaction score
1,189
Sorry for bothering you but I was following the guide from Murasama the other day ( ) and I don't have a PlanetDB_2080 Database in my HeidiSQL Program.
Is there a way to add this database?

PlanetDB_2008 is a microsoft sql server database (MSSQL) not MySQL. Keeping that in mind, you have to look with either SQL Server Management Studio or Navicat
 
Junior Spellweaver
Joined
Jan 22, 2021
Messages
168
Reaction score
52
Sorry for bothering you but I was following the guide from Murasama the other day ( ) and I don't have a PlanetDB_2080 Database in my HeidiSQL Program.
Is there a way to add this database?


Just select for MSSQL and enter your sa / password
mssql.PNG - How to Enable Dressing Room / Fashion Shop - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jun 17, 2022
Messages
15
Reaction score
2
I figured it out, I was looking for PlanetDB_2080, not _2800.
I did not expect a typo in the instructions.
 
RaGEZONE VIP
[VIP] Member
Joined
Apr 28, 2022
Messages
107
Reaction score
155
I updated the setup tutorial to note the existence of the two different database systems used server side so that one can proactively create connections to those database servers (or at least provide a heads up about this).
 
Experienced Elementalist
Joined
Apr 25, 2014
Messages
229
Reaction score
7
I am using VM 100 verison,,,

when I import XML file to WEBAPP,,,the systerm says the file is damaged...

what is my problem?
 
TERA Foundation
Joined
Jun 3, 2020
Messages
489
Reaction score
787
I am using VM 100 verison,,,

when I import XML file to WEBAPP,,,the systerm says the file is damaged...

what is my problem?

You need to import XML in Navicat, not WebApp.
 
Newbie Spellweaver
Joined
Jul 25, 2022
Messages
81
Reaction score
11
The dressing room works but it still shows Vanguards on the side but where do I find this "StyleShopSetting-00000.xml" file? And the tool doesn't work. When I click on the .exe file it just closes. What do I do from here?
 
Back
Top