|
You last visited: Today at 12:59
Advertisement
Convert 8.1 String
Discussion on Convert 8.1 String within the Rappelz Private Server forum part of the Rappelz category.
04/28/2013, 23:28
|
#1
|
elite*gold: 0
Join Date: Jul 2011
Posts: 236
Received Thanks: 74
|
Convert 8.1 String
Just so you guys know, if you don't read Arabic, here's how you change the StringResource in the 8.1 Server files to English:
First off... Follow the instructions on restoring the 8.1 Arcadia database to your MSSQL... Now download the 7.4 or any other English based server files. Restore them into a database named "Arcadia2" then run this SQL query:
UPDATE Arcadia.dbo.StringResource
SET value = (SELECT Arcadia2.dbo.StringResource.value
FROM Arcadia2.dbo.StringResource
WHERE Arcadia2.dbo.StringResource.code = Arcadia.dbo.StringResource.code)
WHERE EXISTS (SELECT Arcadia2.dbo.StringResource.value
FROM Arcadia2.dbo.StringResource
WHERE Arcadia2.dbo.StringResource.code = Arcadia.dbo.StringResource.code);
This query will basically, take all of the data from the values of Arcadia2 (the English version), and replace all of the data in the values of Arcadia with them. Thus converting the language... this can be used vice versa as well.
Had to post this since I can't read Arabic and I'm playing with the 8.1 server files like.... wth.... this is so not made for English! lol
Cheers
|
|
|
04/28/2013, 23:48
|
#2
|
elite*gold: 0
Join Date: Jul 2012
Posts: 146
Received Thanks: 216
|
Well, this will work, however, you'd still be missing any strings new to the 8.1 sr that are not in the 7.4. You'd be better off importing the string resource from the rdb in the US client. You can use this:
Warning: You can import the db_string.rdb (or db_string(ascii).rdb) but you cannot export it. This tool will not work for exporting the string resource for the 8.1 client.
|
|
|
04/29/2013, 00:37
|
#3
|
elite*gold: 0
Join Date: Jul 2011
Posts: 236
Received Thanks: 74
|
I was aware of that, but after skimming through the StringResource after conversion I saw no Arabic lines.... Not sure if they even added anything. But thanks for the info.
|
|
|
04/29/2013, 06:55
|
#4
|
elite*gold: 0
Join Date: Feb 2013
Posts: 2
Received Thanks: 9
|
db_string.rdb ($ sdXwe'vmvdeHga) Clent from SQL to insert records into the database manager Do you have another program if you could give some link?
|
|
|
04/29/2013, 14:03
|
#5
|
elite*gold: 0
Join Date: Sep 2008
Posts: 1,606
Received Thanks: 1,210
|
Quote:
Originally Posted by HeavenOnlyWishes
I was aware of that, but after skimming through the StringResource after conversion I saw no Arabic lines.... Not sure if they even added anything. But thanks for the info.
|
1. I wouldn't use the 7.4 StringResource for the 8.1 files at all. Why? Check the tooltip strings. There are a lot of functions in it since 8.1! If you are working with only one StringResource for Client + GS you should use the 8.1 StringResource!
2. New in 8.1 StringResource: Arena, 5 Pets, Decompose Strings...
3. Be carefull with Raskims Database Manager as far as I know it will bug the created StringResource but not sure if he fixed it in the newest released Version.
|
|
|
09/12/2013, 22:48
|
#6
|
elite*gold: 0
Join Date: Jan 2009
Posts: 72
Received Thanks: 18
|
Quote:
|
First off... Follow the instructions on restoring the 8.1 Arcadia database to your MSSQL...
|
Can you give me a link for the I have used Epvp search and Google and still cant find it.
|
|
|
 |
Similar Threads
|
Convert string to integer, Frage...
08/10/2012 - C/C++ - 3 Replies
Hallo,
also, es geht um zwei Codes. Beide sollen einen String in eine Zahl umwandeln.
Um zu zeigen worum es genau geht, hier der funktionierende Code:
#include <iostream>
#include <string>
#include <sstream>
int main ()
{
std::string age;
|
Convert to string ?
05/23/2012 - AutoIt - 1 Replies
Hello guys.
I have an int and I want to convert it into a string. Not just normal conversion of the type, but a string from an int16
In vb.net it is done like this :
Convert.ToString(integer, 16)
Say the integer is 999 I do not want it to be converted into 999 string but the output should be this ---> "3e7"
How can this be done in AutoIT ?
|
[Visual Basic] [Problem] String auslesen/String zufällig wählen
05/06/2012 - General Coding - 4 Replies
Code:
#include <GUIConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Name Generator", 236, 299, 815, 246)
$Input1 = GUICtrlCreateInput("Username", 24, 72, 185, 21)
$Input2 = GUICtrlCreateInput("Username", 24, 104, 185, 21)
$Input3 = GUICtrlCreateInput("Username", 24, 136, 185, 21)
$Input4 = GUICtrlCreateInput("Username", 24, 168, 185, 21)
$Input5 = GUICtrlCreateInput("Username", 24, 200, 185, 21)
|
small help how to convert string to hex to make a new StatusEffect korvacs arco pro4e
07/16/2010 - CO2 Private Server - 4 Replies
now i want to know how to convert string to hexdemical to make a new StatusEffectEn in 5165 scours
or give me hexdemical for this
mate_pk_02
mate_pk_03
mate_pk_08
moonpk_eight
moonpk_second
moonpk_third
ninjapk_eight
|
[Help]C# How to convert memory value to string?
05/04/2010 - CO2 Programming - 2 Replies
How to convert value to string :confused:
this is my code Is this code right or is it wrong?
thanks in advance!:handsdown:
note: I know that CloseHandle is missing :)
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
|
All times are GMT +1. The time now is 13:01.
|
|