[Release]9.4 Official Files

04/25/2018 20:12 InkDevil#331
Quote:
Originally Posted by ThunderNikk View Post
Wait...there is an auto run? :D
Yes ^^
Dunno if my german text is understandable enough for you to get the full content of my writing - but yes, there's an auto-run.
04/25/2018 21:23 ThunderNikk#332
LOL yeah I got it.
04/28/2018 15:37 Perona2#333
hiho

I can not restore the Telecaster.

Since he says I can restore a maximum of 10GB ???????



TITLE: Microsoft SQL Server Management Studio
------------------------------

Error recovering database 'Telecaster94'. (Microsoft.SqlServer.Management.RelationalEngineTa sks)

------------------------------
ADDITIONAL INFORMATION:

System.Data.SqlClient.SqlError: CREATE DATABASE or ALTER DATABASE failed because the resulting total database size would exceed the licensed limit of 10240 MB per database. (Microsoft.SqlServer.SmoExtended)

For help, click: [Only registered and activated users can see links. Click Here To Register...]

------------------------------
BUTTONS:

OK
------------------------------


Can someone upload the Telecaster smaller in advance thank you
04/28/2018 23:00 ThunderNikk#334
You can use the telecaster released later in this same thread.

Hang on checking for page...

Page 4 here is a link to the post...

[Only registered and activated users can see links. Click Here To Register...]
04/29/2018 01:59 Min@to#335
Quote:
Originally Posted by Perona2 View Post
hiho

I can not restore the Telecaster.

Since he says I can restore a maximum of 10GB ???????



TITLE: Microsoft SQL Server Management Studio
------------------------------

Error recovering database 'Telecaster94'. (Microsoft.SqlServer.Management.RelationalEngineTa sks)

------------------------------
ADDITIONAL INFORMATION:

System.Data.SqlClient.SqlError: CREATE DATABASE or ALTER DATABASE failed because the resulting total database size would exceed the licensed limit of 10240 MB per database. (Microsoft.SqlServer.SmoExtended)

For help, click: [Only registered and activated users can see links. Click Here To Register...]

------------------------------
BUTTONS:

OK
------------------------------


Can someone upload the Telecaster smaller in advance thank you
u need the Full Licences of SQL or u can just go to this Link : ##[Only registered and activated users can see links. Click Here To Register...]##
05/01/2018 20:18 Just_Monika#336
Hello everyone, I'm new to this.
Can someone explain to me the steps that must be done in order to get a server running? as in, just locally for me alone. I want to test everything in this game.


Like, what exactly do I need to download and install from scratch? I've never done this before and I would like to know how.
05/01/2018 20:22 InkDevil#337
Quote:
Originally Posted by Just_Monika View Post
Hello everyone, I'm new to this.
Can someone explain to me the steps that must be done in order to get a server running? as in, just locally for me alone. I want to test everything in this game.
First, you should visit [Only registered and activated users can see links. Click Here To Register...] or the sticked [Only registered and activated users can see links. Click Here To Register...]...

If you would've done that, you would find a thread where it is explained step by step.
-> [Only registered and activated users can see links. Click Here To Register...]
05/01/2018 20:34 Just_Monika#338
Quote:
Originally Posted by InkDevil View Post
First, you should visit [Only registered and activated users can see links. Click Here To Register...] or the sticked [Only registered and activated users can see links. Click Here To Register...]...

If you would've done that, you would find a thread where it is explained step by step.
-> [Only registered and activated users can see links. Click Here To Register...]

Hey, thanks.
I went to these links, but I couldn't figure out which one to follow first. I guess the 9.4 guide is the way to go.
Thanks again!
05/01/2018 20:41 InkDevil#339
Quote:
Originally Posted by Just_Monika View Post
Hey, thanks.
I went to these links, but I couldn't figure out which one to follow first. I guess the 9.4 guide is the way to go.
Thanks again!
It depends on which serverfiles you want to use.
If you want to use those of this thread here, then -yes- the 9.4 Guide is the right one ;-)
05/03/2018 16:47 Skamorzo#340
Thank you soo much!

Skamorzo.
05/08/2018 11:50 DrikXak#341
Why is there no NPC baffler in the hidden village?

I do not have in my hidden village 2 NPC - Druid and Buffer
05/08/2018 12:47 ThunderNikk#342
I can help you out with that when I get home but if you want to work on it on your own and figure it out before I get to my machine...

Look for NPCs in the arcadia.dbo.NPCResource where the NPC contact script is like secroute_mage_contact or foreign_secroute_mage_contact or very similar to one of those

Set their local_flag value to 1
05/08/2018 20:04 chapter72#343
Does anyone know how to get the client side SkillFullResource working for 9.4? It doesn't seem to work like the other RBDs, ie. simply loading them from SQL database, hashing them and saving to resource folder. What I want to achieve is updated skill tooltips, the ones that aren't in the StringResource, eg I change the pet Skill "Sharp Vision" to increase accuracy by 10 instead of 3, I updated the values in SkillResource and SkillFullResource, and the changes are made server-side, but not client side.

Thanks.
05/09/2018 03:29 ThunderNikk#344
Are you using the correct hash name for your launch arguments?

If you launch ascii you must hash the rdb file name db_skill(ascii).rdb

If you are launching with another language and launch windows code page you must hash the rdb file name db_skill.rdb
05/09/2018 15:02 chapter72#345
Quote:
Originally Posted by ThunderNikk View Post
Are you using the correct hash name for your launch arguments?

If you launch ascii you must hash the rdb file name db_skill(ascii).rdb

If you are launching with another language and launch windows code page you must hash the rdb file name db_skill.rdb
Yes, I'm using ascii. I've tried hashing the file as db_skill.rdb & db_skill(ascii).rdb. Neither seem to have any affect on the client. I'm not sure what the problem could be, other than it actually is working but for some reason the client-side text isn't updating.