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
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.
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.
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.
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 ?
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;