Re: Tera level 100 version
hello forum
Can someone remove the censorship from TERAadd back the visible nipples and blood that was removed from JP/EU/US.
The original K-TERA +18 files uncensore
Re: Tera level 100 version
Successfully increased the max daily account limit for Guardian Misions
https://i.ibb.co/cchVZ3K/msrs.png
In FieldEvent.xml set <RewardBag requiredPoint="100000" repeat="40"> to 100
Re: Tera level 100 version
Quote:
Originally Posted by
TheWyattParker
Ok so after a few troubleshooting steps, I finally was able to create a Guild, however, name formatting is leaving us confused
I'm just using these names as an example:
* EnchantedWarriors = That isn't an acceptable Guild name
* Enchanted Warriors = No response from the game, nothing, no one gets a message at all.
* ttttttttttttttttttttt = I got a notice that my party members received confirmation for Guild Creation and guild was created successfully.
You need to configure the InputRestrictionData.xml server datasheet for English language.
You can just use InputRestrictionData-0.xml from EUR client DC.
Also check StrSheet_Friend.xml server datasheet and change words to English.
- - - Updated - - -
Quote:
Originally Posted by
E8dsora 8D
hello forum
Can someone remove the censorship from TERAadd back the visible nipples and blood that was removed from JP/EU/US.
The original K-TERA +18 files uncensore
You can try to use TW client, it also has a complete English translation. It is currently difficult to transfer models from TW client to EUR due to the difficulty of fully editing the composite package format (yes, I know about Real Editor and TMM, but this is not suitable for release version client).
Re: Tera level 100 version
Quote:
Originally Posted by
outlanderzor
Thank you!
This is my fav dungeon along with ACHM
Now we need to know how to re-balance it (HP/DMG...etc)... i think is from NPC Datasheets, but need more research.
Meanwhile i have some doubts.. if someone already figured out....
How to change the expire date of an item? because when you add it to the inventory it instantly disappears
I ask because most of the item from Event NPC's has the items expired.. i tried to search in itemtemplate and gacha but didn't find anything or maybe i'm blind idk lol
Re: Tera level 100 version
Quote:
Originally Posted by
argeus99
Thank you!
This is my fav dungeon along with ACHM
Now we need to know how to re-balance it (HP/DMG...etc)... i think is from NPC Datasheets, but need more research.
Meanwhile i have some doubts.. if someone already figured out....
How to change the expire date of an item? because when you add it to the inventory it instantly disappears
I ask because most of the item from Event NPC's has the items expired.. i tried to search in itemtemplate and gacha but didn't find anything or maybe i'm blind idk lol
The items that expire are linked to events so you might have to search in the data for that particular event or in the item templates (for which you need the template ID and not the item ID)
However practically all of those epiry items have a counterpart that doesnt expire.
Re: Tera level 100 version
novadrop-dc tool for 100.02 has been updated to latest version https://drive.google.com/drive/folde...l9?usp=sharing
Re: Tera level 100 version
Quote:
Originally Posted by
Murasama
I was able to repack an existing DC with the following (note that smallestsize setting for compression in my test didn't yield the expected results since it's not compressing anywhere close to the original which is around 58MB; I shaved off only 2MB from the original 114MB file):
novadrop-dc\novadrop-dc repack --decryption-key 1C01C904FF76FF06C211187E197B5716 --decryption-iv 396C342C52A0C12D511DD0209F90CA7D DataCenter_Final_EUR-20220530.dat --encryption-key 1C01C904FF76FF06C211187E197B5716 --encryption-iv 396C342C52A0C12D511DD0209F90CA7D --compression SmallestSize DataCenter_Final_EUR.dat
Thank you for your answer, but my problem is that the unpacked files cannot be repackaged, and an error is always reported when packaging according to the tool instructions
Re: Tera level 100 version
Quote:
Originally Posted by
argeus99
Meanwhile i have some doubts.. if someone already figured out....
They rebalanced MCHM for lv70 on Menma, so it is possible.
Re: Tera level 100 version
Quote:
Originally Posted by
Brat05
Thank you for your answer, but my problem is that the unpacked files cannot be repackaged, and an error is always reported when packaging according to the tool instructions
Use the version I posted above (latest version with patch 100.02 support). I have no errors when unpack or pack.
Re: Tera level 100 version
Quote:
Originally Posted by
TheWyattParker
Ok so after a few troubleshooting steps, I finally was able to create a Guild, however, name formatting is leaving us confusedI'm just using these names as an example:* EnchantedWarriors = That isn't an acceptable Guild name* Enchanted Warriors = No response from the game, nothing, no one gets a message at all.* ttttttttttttttttttttt = I got a notice that my party members received confirmation for Guild Creation and guild was created successfully.I'd also like to point out that it took me downgrading to MSSQL Server 2017 Dev from SQL 2019 Enterprise to get this far.So this is progress, lol however, it leaves us with more questions.
For character and guild names, Datasheet/InputRestrictionData.xml defines what can be inputted. This works in conjunction with Datasheet/AbuseLetterList.xml and Datasheet/ForbiddenNameList.xml. The default maximum amount of characters is 16 so your first name went over by one. No blanks are allowed which is why the second failed (however, the error handling for guild name restrictions seems to be incomplete since it's not specific, or just simply does nothing).
Side note: I've been trying to enable "." for character names and space for guild names (EME/Gameforge allows both of those but this is restricted for TW setup). It's driving me crazy though because while I setup a separate handler for those cases by defining the specific hexadecimal for them (and removing them from the original definition), it's still not taking.
- - - Updated - - -
Quote:
Originally Posted by
lokix1
Silly Question, Has anyone been able to get the Client settings (UI Size and placement) to save? As I understand it, this gets saved to the server, but I could be wrong and cant find where that works. Not a big deal but trying to figure out how to get this to save so the placement sticks. Or is this a client side issue and I am being dense ;-) ?
No issues here with changed UI settings sticking (size as well position of those elements). With that said, on the live version with several recent patches, my minimap location would never stick no matter what I did. So it's almost voodoo sometimes with the client.
Re: Tera level 100 version
Quote:
Originally Posted by
Murasama
Side note: I've been trying to enable "." for character names and space for guild names (EME/Gameforge allows both of those but this is restricted for TW setup). It's driving me crazy though because while I setup a separate handler for those cases by defining the specific hexadecimal for them (and removing them from the original definition), it's still not taking.
Just use this way https://forum.ragezone.com/f797/tera...2/#post9128002
Its allows EUR/GF names restriction settings on the server. And same way for ForbiddenNameList and AbuseLetterList.
For Russian setup, I just copy content from InputRestrictionData-0.xml of RUS DC into the server InputRestrictionData.xml. All work fine, like official GF server.
Re: Tera level 100 version
Quote:
Originally Posted by
hsdn
You need to configure the InputRestrictionData.xml server datasheet for English language.
You can just use InputRestrictionData-0.xml from EUR client DC.
Thanks for this tip! I've been banging my head to get "." in character names and space for guild names to work, and didn't think they duped all of those definitions into the DC.
Re: Tera level 100 version
Re: Tera level 100 version
and why version 100 still has 32 bit and not 64 bit client??
- - - Updated - - -
just wondering why there is no 64 bit client
Re: Tera level 100 version
Does anyone have the files: K-Tera OBT Uncensored?