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!

TERA 92.04/100.02 WebApp Translation & Modal Fix

Experienced Elementalist
Joined
Apr 25, 2014
Messages
229
Reaction score
7
sloved.........



now,,i have another problem,

i cant give item,,currency,,coins for my account...

the giving item page from webapp seems like display something worng ...
 
Last edited:
Experienced Elementalist
Joined
Apr 25, 2014
Messages
229
Reaction score
7
you need to use internet explorer.

i can browse and login in the webAPP,,,but i meant i can't edit and add item for my account...plz see the second pic i provided...it displays sth woring or missing

Archgeus - TERA 92.04/100.02 WebApp Translation & Modal Fix - RaGEZONE Forums


Archgeus - TERA 92.04/100.02 WebApp Translation & Modal Fix - RaGEZONE Forums
 
Legendary Battlemage
Joined
Apr 28, 2022
Messages
646
Reaction score
199
i can browse and login in the webAPP,,,but i meant i can't edit and add item for my account...plz see the second pic i provided...it displays sth woring or missing

Click "modify backpack gold coins" button. There you can change it.
 
Initiate Mage
Joined
Jul 25, 2022
Messages
81
Reaction score
11
Link is no longer valid, is there another link to get the files from?
 
Initiate Mage
Joined
Jul 25, 2022
Messages
81
Reaction score
11
Archgeus - TERA 92.04/100.02 WebApp Translation & Modal Fix - RaGEZONE Forums


I'm seeing this error when I try to activate the Play Time Event, why is this happening? - solved (I'm so silly I wasn't running the damn server to begin with. I thought I could do stuff before I turn my server on but learning that that is not how that works *facepalm*)
 
Last edited:
Joined
Mar 29, 2019
Messages
1,011
Reaction score
1,144
OK, after play around with config i found the way in how the account trait menu is handled

Archgeus - TERA 92.04/100.02 WebApp Translation & Modal Fix - RaGEZONE Forums


Edit
~\AppResource\DatasheetConfig.xml

Code:
<PublisherType publisher="[B]EME[/B]" />

Available Global Publishers

Default: NHN
ALL: ALL (all of them id 0)
Korea: NHN
Japan: NHNJ
NA: EME
EUR: FOG
Russia: RUS
SEA: THA
Taiwan: OMG

List of traits id by publisher

Code:
<Package id="0" order="0" publisher="ALL">
<Package id="34" order="1" product="true" publisher="NHN">
<Package id="35" order="1" product="true" publisher="ALL">
<Package id="102" order="1" product="true" publisher="NHNJ">
<Package id="33" order="2" product="true" publisher="NHN">
<Package id="70" order="3" product="true" publisher="NHN">
<Package id="77" order="4" product="true" publisher="NHN">
<Package id="350" order="1" product="true" publisher="NHN">
<Package id="360" order="1" product="false" publisher="NHNJ">
<Package id="101" order="2" product="true" publisher="NHNJ">
<Package id="1000" order="3" product="true" publisher="NHN">
<Package id="1001" order="3" product="true" publisher="NHNJ">
<Package id="103" order="6" product="true" publisher="NHNJ">
<Package id="104" order="7" product="true" publisher="NHNJ">
<Package id="105" order="8" product="true" publisher="NHNJ">
<Package id="106" order="9" product="true" publisher="NHNJ">
<Package id="107" order="10" product="true" publisher="NHNJ">
<Package id="500" order="4" product="true" publisher="OMG">
<Package id="510" order="1" product="true" publisher="OMG">
<Package id="520" order="2" product="true" publisher="OMG">
<Package id="530" order="3" product="true" publisher="OMG">
<Package id="333" order="3" product="true" publisher="EME">
<Package id="334" order="2" product="true" publisher="EME">
<Package id="335" order="3" product="true" publisher="EME">
<Package id="433" order="3" product="true" publisher="FOG">
<Package id="434" order="2" product="true" publisher="FOG">
<Package id="435" order="2" product="true" publisher="FOG">
<Package id="436" order="3" product="true" publisher="FOG">
<Package id="437" order="4" product="true" publisher="FOG">
<Package id="533" order="3" product="true" publisher="RUS">
<Package id="534" order="2" product="true" publisher="RUS">
<Package id="800" order="0" product="true" publisher="THA">
<Package id="801" order="1" product="true" publisher="THA">
<Package id="802" order="2" product="true" publisher="THA">
<Package id="803" order="3" product="true" publisher="THA">
<Package id="807" order="7" product="true" publisher="THA">
<Package id="808" order="8" product="false" publisher="THA">
<Package id="809" order="9" product="true" publisher="THA">
<Package id="810" order="10" product="true" publisher="THA">
<Package id="361" order="1" product="false" publisher="NHNJ">

And yes, the publisher of packages can be changed
 
Initiate Mage
Joined
Nov 8, 2022
Messages
20
Reaction score
0
Can anyone here explain to me how I'm supposed to install the WebApp fix that hsdn made for google chrome?
 
Initiate Mage
Joined
Nov 8, 2022
Messages
20
Reaction score
0
It worked. Thanks for the help but I ran into another problem when I tried changing the expiration date on the summer festival coins.
 

Attachments

You must be registered for see attachments list
Joined
Mar 29, 2019
Messages
1,011
Reaction score
1,144
It worked. Thanks for the help but I ran into another problem when I tried changing the expiration date on the summer festival coins.

i can't recall, but if i'm not wrong, the expiration day must be later than the last day of usage date, then using your img as example, the expiration date should be 01/01/2023
 
Initiate Mage
Joined
Nov 8, 2022
Messages
20
Reaction score
0
I still get that same error message even when I change it to that date.



I figured out what I did wrong. I just had to type in a message for it to work.
 
Initiate Mage
Joined
Nov 16, 2018
Messages
84
Reaction score
8
what's error?

[NullReferenceException: Object reference not set to an instance of an object.] WebApp.WarehouseCommon.MakeWarehouseTable(Int32 serverNo, Int32 userDbId, Int64 warehouseOwnerDbId, Type invenType) +4713 WebApp.Users.UserWareHouse.Page_Load(Object sender, EventArgs e) +303 System.Web.UI.Control.OnLoad(EventArgs e) +107 System.Web.UI.Control.LoadRecursive() +89 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1532
 
Back
Top