|
You last visited: Today at 22:53
Advertisement
Useful Data and other stuff
Discussion on Useful Data and other stuff within the Mabinogi forum part of the MMORPGs category.
06/13/2009, 13:42
|
#16
|
elite*gold: 0
Join Date: Jun 2009
Posts: 157
Received Thanks: 69
|
|
|
|
06/13/2009, 13:57
|
#17
|
elite*gold: 0
Join Date: Jun 2009
Posts: 157
Received Thanks: 69
|
|
|
|
06/13/2009, 13:59
|
#18
|
elite*gold: 0
Join Date: Nov 2008
Posts: 191
Received Thanks: 22
|
Quote:
Originally Posted by Dark Raccoon
Saso, Lucky Title doesn't higher the chances.
Lucky Title highers your Luck, and it's your Luck that highers the chances.
Of course, you can NEVER be sure to make 100%ly successful repair.
But Lucky Title helps. No doubt.
|
I expect you can proove that statment.
I can refer to the Japanese Mabinogi Database, where it says the luck stat does NOT improve the chances for repairs.
Also I belive this was stated somewhere on the mabinogiworld wiki, as soon as I find it, I'll post the link.
@Asiate: Do you have ANY idea what the "EDIT" button is for?
Stop spamming.
|
|
|
06/13/2009, 14:07
|
#19
|
elite*gold: 0
Join Date: Jun 2009
Posts: 157
Received Thanks: 69
|
@Narutard above me:
Can't you read the mainpost instead of spaming this thread?
I said, a new post for every single information.
|
|
|
06/13/2009, 19:19
|
#20
|
elite*gold: 0
Join Date: Nov 2008
Posts: 3,695
Received Thanks: 891
|
Asiate, control yourself or I will send you an Infraction.
|
|
|
06/28/2009, 21:02
|
#21
|
elite*gold: 0
Join Date: Jun 2009
Posts: 29
Received Thanks: 6
|
|
|
|
07/13/2009, 06:49
|
#22
|
elite*gold: 0
Join Date: Nov 2008
Posts: 3,695
Received Thanks: 891
|
I took apart HSUpdate:
Manifest:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name=" " type="win32"/>
<description> </description>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" />
</dependentAssembly>
</dependency>
</assembly>
String -> 1 -> 1033:
Code:
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
1, "The update configuration file(HSUpdate.env) do not exist.[Code : %1]"
2, "Authentication Failed. This product cannot be authenticated. [Code = %1]"
3, "Authentication Failed. Incorrect Product Code. [Code = %1]"
4, "Authentication Failed. Incorrect Product Version. [Code = %1]"
5, "Authentication Failed. Incorrect Product Serial Key. [Code = %1]"
6, "Failed to authenticate. The product number you requested for authentication has not been registered. [Code = %1]"
7, "Illegal software product number. [Code = %1]"
8, "Illegal software product number. [Code = %1]"
9, "Failed to authenticate. The requested country code is not supported. [Code = %1]"
10, "Unregistered customer. Update has failed. Registration is required for future update."
11, "Your registration has expired. Update will be available only for %1 days, update will not be provided afterward. You should extend your registration before you can get future updates."
12, "An error occurred while analyzing the dispatch server information. [Code = %1]"
13, "Unable to connect to the dispatch server. Please try again later."
14, "Access has failed. Please try again later."
15, "An update has been completed."
}
I took apart AutoUp:
Manifest; 1:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity type="win32" processorArchitecture="*" version="0.0.0.0" name="Autoup.exe"/>
<description>Smart Update Utility</description>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" language="*" processorArchitecture="*" publicKeyToken="6595b64144ccf1df"/>
</dependentAssembly>
</dependency>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
String
101
1028
Code:
1028 DIALOGEX 0, 0, 323, 211, 0
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_DLGFRAME
CAPTION "?????????"
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
FONT 9, "????"
{
CONTROL "", -1, "STATIC", NOT WS_GROUP | SS_BLACKRECT, 0, 0, 323, 28, WS_EX_STATICEDGE
LTEXT "???????????????\n??[????]???", 1012, 5, 5, 221, 18
DEFPUSHBUTTON "????", 1000, 172, 194, 93, 14
PUSHBUTTON "??", 2, 268, 194, 50, 14
LTEXT "????? :", 1013, 4, 34, 87, 8
CONTROL "Tree1", 1011, "SysTreeView32", WS_TABSTOP | 0x00000010, 4, 45, 110, 107, WS_EX_STATICEDGE
LTEXT "ReadMe.txt :", 1014, 117, 34, 108, 8
EDITTEXT "", 1001, 117, 45, 201, 107, NOT WS_BORDER | ES_MULTILINE | ES_READONLY | WS_VSCROLL | WS_HSCROLL, WS_EX_STATICEDGE
RTEXT "", -1, 4, 161, 314, 29, NOT WS_GROUP | SS_ETCHEDHORZ
AUTOCHECKBOX "???????????(&S)", 1009, 11, 157, 122, 10
LTEXT "??? :", 1017, 10, 171, 29, 8
EDITTEXT "", 1015, 40, 169, 247, 14, ES_AUTOHSCROLL
PUSHBUTTON "...", 1016, 290, 169, 17, 14
}
1033
Code:
1033 DIALOGEX 0, 0, 375, 243, 0
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_DLGFRAME
CAPTION "Auto Update Utility"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 9, "MS Sans Serif"
{
CONTROL "", -1, "STATIC", NOT WS_GROUP | SS_BLACKRECT, 0, 0, 375, 33, WS_EX_STATICEDGE
LTEXT "You can update the installed V3 products only.\n Click the [Start Update] button to start update.", 1012, 6, 8, 166, 20
DEFPUSHBUTTON "Start Update", 1000, 226, 226, 93, 14
PUSHBUTTON "Close", 2, 322, 226, 50, 14
LTEXT "Installed products :", 1013, 4, 39, 112, 8
CONTROL "Tree1", 1011, "SysTreeView32", WS_TABSTOP | 0x00000010, 4, 50, 112, 125, WS_EX_STATICEDGE
LTEXT "ReadMe.txt :", 1014, 119, 39, 79, 8
EDITTEXT "", 1001, 119, 50, 253, 125, NOT WS_BORDER | ES_MULTILINE | ES_READONLY | WS_VSCROLL | WS_HSCROLL, WS_EX_STATICEDGE
RTEXT "", -1, 4, 186, 368, 34, NOT WS_GROUP | SS_ETCHEDHORZ
AUTOCHECKBOX "Use this system as a update server", 1009, 10, 182, 138, 10
LTEXT "Folder :", 1017, 14, 199, 26, 8
EDITTEXT "", 1015, 41, 197, 301, 14, ES_AUTOHSCROLL
PUSHBUTTON "...", 1016, 345, 197, 16, 14
}
1041
Code:
1041 DIALOGEX 0, 0, 325, 211, 0
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_DLGFRAME
CAPTION "???????????????"
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
FONT 9, "MS P????"
{
CONTROL "", -1, "STATIC", NOT WS_GROUP | SS_BLACKRECT, 0, 0, 324, 27, WS_EX_STATICEDGE
LTEXT "??????????????????????????????\n?????????? [????????] ????????????", 1012, 4, 5, 314, 19
DEFPUSHBUTTON "????????", 1000, 131, 193, 127, 14
PUSHBUTTON "???", 2, 261, 193, 60, 14
LTEXT "????????????? :", 1013, 3, 32, 135, 8
CONTROL "Tree1", 1011, "SysTreeView32", WS_TABSTOP | 0x00000010, 3, 43, 135, 106, WS_EX_STATICEDGE
LTEXT "ReadMe.txt :", 1014, 143, 32, 135, 8
EDITTEXT "", 1001, 142, 43, 179, 106, NOT WS_BORDER | ES_MULTILINE | ES_READONLY | WS_VSCROLL | WS_HSCROLL, WS_EX_STATICEDGE
RTEXT "", -1, 3, 158, 319, 29, NOT WS_GROUP | SS_ETCHEDHORZ
AUTOCHECKBOX "????????????????????????(&S)", 1009, 11, 154, 170, 10
LTEXT "???? :", 1017, 12, 169, 34, 8
EDITTEXT "", 1015, 45, 167, 237, 14, ES_AUTOHSCROLL
PUSHBUTTON "...", 1016, 286, 167, 17, 14
}
1042
Code:
1042 DIALOGEX 0, 0, 343, 237, 0
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_DLGFRAME
CAPTION "?? ???? ????"
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
FONT 9, "??"
{
CONTROL "", -1, "STATIC", NOT WS_GROUP | SS_BLACKRECT, 0, 0, 342, 34, WS_EX_STATICEDGE
LTEXT "??? V3 ??? ?? ????? ? ????.\n????? ????? [???? ??] ??? ?????.", 1012, 7, 8, 259, 20, 0, WS_EX_TRANSPARENT
DEFPUSHBUTTON "???? ??", 1000, 195, 220, 93, 14
PUSHBUTTON "??", 2, 290, 220, 50, 14
LTEXT "??? ?? :", 1013, 2, 39, 42, 8
CONTROL "Tree1", 1011, "SysTreeView32", WS_TABSTOP | 0x00000010, 2, 50, 93, 123, WS_EX_STATICEDGE
LTEXT "Readme.txt :", 1014, 98, 39, 42, 8
EDITTEXT "", 1001, 98, 50, 242, 123, NOT WS_BORDER | ES_MULTILINE | ES_READONLY | WS_VSCROLL | WS_HSCROLL, WS_EX_STATICEDGE
RTEXT "", -1, 2, 183, 339, 32, NOT WS_GROUP | SS_ETCHEDHORZ
AUTOCHECKBOX "? ???? ???? ??? ???", 1009, 8, 179, 124, 10
LTEXT "?? :", 1017, 13, 196, 21, 8
EDITTEXT "", 1015, 35, 193, 280, 14, ES_AUTOHSCROLL
PUSHBUTTON "...", 1016, 316, 193, 14, 14
}
2052
Code:
2052 DIALOGEX 0, 0, 323, 211, 0
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUPWINDOW | WS_DLGFRAME
CAPTION "?????????"
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
FONT 9, "??"
{
CONTROL "", -1, "STATIC", NOT WS_GROUP | SS_BLACKRECT, 0, 0, 323, 28, WS_EX_STATICEDGE
LTEXT "???????????????\n??[????]???", 1012, 5, 5, 221, 18
DEFPUSHBUTTON "????", 1000, 172, 194, 93, 14
PUSHBUTTON "??", 2, 268, 194, 50, 14
LTEXT "????? :", 1013, 4, 34, 87, 8
CONTROL "Tree1", 1011, "SysTreeView32", WS_TABSTOP | 0x00000010, 4, 45, 110, 107, WS_EX_STATICEDGE
LTEXT "ReadMe.txt :", 1014, 117, 34, 108, 8
EDITTEXT "", 1001, 117, 45, 201, 107, NOT WS_BORDER | ES_MULTILINE | ES_READONLY | WS_VSCROLL | WS_HSCROLL, WS_EX_STATICEDGE
RTEXT "", -1, 4, 161, 314, 29, NOT WS_GROUP | SS_ETCHEDHORZ
AUTOCHECKBOX "???????????(&S)", 1009, 11, 157, 122, 10
LTEXT "??? :", 1017, 10, 171, 29, 8
EDITTEXT "", 1015, 40, 169, 247, 14, ES_AUTOHSCROLL
PUSHBUTTON "...", 1016, 290, 169, 17, 14
}
They basically are the same, just different languages.
Ima post the rest of Dialog, as well as the whole autup String tomorrow.
AutoUp.exe -> String -> 626 -> English:
Code:
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
10000, "Auto Update Utility"
10001, "(Unregistered)"
10002, "MyFirewall 3.0"
10010, "Reading information files."
10011, "Analyzing information files."
10012, "Backup is in progress."
10013, "Analyzing the system.\nThis may take several minutes. Please wait."
10014, "Scanning for viruses. Please wait until the virus checkup is completed."
10015, "Copying '%s' file."
}
AutoUp.exe -> String -> 623 -> English:
Code:
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
10100, "V3+ Neo"
10101, "Engine"
10102, "Patch"
10103, "Update Server"
}
|
|
|
07/14/2009, 00:40
|
#23
|
elite*gold: 0
Join Date: Nov 2008
Posts: 191
Received Thanks: 22
|
Oh please was that necessary? Only 10% of all people here can read AND understand this.
And those who can DO something have it already. (I disassembled most of the HS files already.)
You should upload the dump coz some fragments need context.
|
|
|
07/14/2009, 02:01
|
#24
|
elite*gold: 0
Join Date: Nov 2008
Posts: 3,695
Received Thanks: 891
|
I know.
I'm going to upload it all as soon as I cracked the Tool I use to open the Files.
|
|
|
07/28/2009, 02:53
|
#25
|
elite*gold: 0
Join Date: Oct 2008
Posts: 31
Received Thanks: 0
|
Sasori, sorry to intrude in the post, this is offtopic, and sorry
but you are a mean guy man, Racoon is just adding something, if u have it already, who cares, this is just basic info, for those who dont have it, or didint know about it, ok?
Going back to topic, Racoon thanks for the data, it became usefull for me.
|
|
|
Similar Threads
|
Questions] data Folder >> Create data.Pack
02/15/2012 - Dekaron Private Server - 8 Replies
Questions] data Folder >> Create data.Pack
To make the data folder data.pak
Use repacker We've been able to run the update, but the game does not
You, packer and should think about doing anything else specifically that anyway?
Sorry... Bad english..
|
My Cq Data at zfserver\MYSQL\data
01/14/2009 - CO2 Private Server - 3 Replies
sorry
|
All times are GMT +1. The time now is 22:53.
|
|