Rappelz MS SQL 2012 databases

03/16/2013 05:10 opie1225#1
i have the new rappelz 8.1 up and running but half of every thing is in another language (NOT ENGLISH) can any body help me out i know i can change the language thru the SQL but for the life of me i can not remember the commands to get to the language in the Query of the file

P.S im using MS SQL 2012
03/16/2013 05:31 ThunderNikk#2
Are you using an English client?

Are you starting the game with the /locale:ASCII /country:US in your arguments?

You can get the US strings into the DB easy enough with the tools you will only find in the correct forum.

The best tools released right now are having issues with the structure of the db_string.rdb in the client

So it is best to use a client that already has a US db_string.rdb
03/16/2013 05:37 opie1225#3
THE client is English but the game files is Arabic
03/16/2013 05:43 ThunderNikk#4
Yes they are from the Arabic server but the items in game should still be in English playing with an English client.

What exactly are you getting in another language?
03/16/2013 06:53 opie1225#5
Notices and all the codes ingame the names are in arabic so we have no idea what the item is untill we make it and still a pain in ball lol
03/16/2013 07:03 Xijezu#6
... This is the 2nd time now you posted in the wrong section.
Please post in the right section next time.

#moved
03/16/2013 11:17 lightwolve#7
Dump a English StringResource(ASCII) from the official US Client, its very simple with Raskim`s Database Manager.
03/16/2013 14:57 ThunderNikk#8
Quote:
Originally Posted by lightwolve View Post
Dump a English StringResource(ASCII) from the official US Client, its very simple with Raskim`s Database Manager.
Except this will break the skill window tool tips.

It does not sound like you have the English client.

Or the data.xxx files where the db_string.rdb is are not english.

Or your launcher arguments to execute sframe do not include /locale:ASCII /country:US

How are you launching the game? Hopefully not with someones Arabic launcher or .bat file that you borrowed. You did make your own right?
03/18/2013 03:31 opie1225#9
i am using a .bat file that i made and a use client with arabic game files here is the code i use in my sql to find the language i just cant find a cod to edit this....
SELECT ITEM.id, item.name_id, STRING.value
FROM Arcadia.dbo.ItemResource ITEM, Arcadia.dbo.StringResource STRING
WHERE item.name_id = string.code

AND @ Xijezu... how is this in the wrong place im working on a rappelz private server and
this is the rappelz private server forum
03/18/2013 03:37 [GA]Sharingan#10
"Arabic Game Files".. xD :facepalm:
Look @ this files.. you see many Tables.. DE US AR ad many more... Rename "StringResource" To StringResource_?? wayne..
and rename StringResource_US to StringResource
oh :O is english? xD
03/18/2013 03:39 Xijezu#11
Quote:
Originally Posted by opie1225 View Post
AND @ Xijezu... how is this in the wrong place im working on a rappelz private server and
this is the rappelz private server forum
You posted it in the general Rappelz section ([Only registered and activated users can see links. Click Here To Register...]), but since this is PServer-Stuff it belongs into the PServer-Section ([Only registered and activated users can see links. Click Here To Register...]).
03/18/2013 06:32 lightwolve#12
Quote:
Originally Posted by [GA]Sharingan View Post
"Arabic Game Files".. xD :facepalm:
Look @ this files.. you see many Tables.. DE US AR ad many more... Rename "StringResource" To StringResource_?? wayne..
and rename StringResource_US to StringResource
oh :O is english? xD
The existing US String.Resource is very uncomplete, with this have a many empty strings.
03/18/2013 12:09 ThunderNikk#13
Quote:
Originally Posted by opie1225 View Post
i am using a .bat file that i made and a use client with arabic game files
Get an English client.
03/18/2013 18:24 [GA]Sharingan#14
Quote:
Originally Posted by lightwolve View Post
The existing US String.Resource is very uncomplete, with this have a many empty strings.
I know. String Editor ->Merge Fixxed.. ^^
03/18/2013 19:50 TheOnlyOneRaskim#15
Quote:
Originally Posted by [GA]Sharingan View Post
I know. String Editor ->Merge Fixxed.. ^^
[Only registered and activated users can see links. Click Here To Register...]