Take it from your arcemu @ Funnydk your supposed to install MySQL 5.1 as said at the beginning of the guide.
Sidenote - srs does this guide suck that much?? Lol I'm banned for a week and no comments happen :/
Take it from your arcemu @ Funnydk your supposed to install MySQL 5.1 as said at the beginning of the guide.
Sidenote - srs does this guide suck that much?? Lol I'm banned for a week and no comments happen :/
cansome one reupload the Extractors the link is dead
I get this error when I try to use Character DB to logon:
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 16
[Err] -- ----------------------------
-- Table structure for account_data
-- ----------------------------
CREATE TABLE `account_data`(
`acct` int(30) NOT NULL ,
`uiconfig0` blob DEFAULT NULL ,
`uiconfig1` blob DEFAULT NULL ,
`uiconfig2` blob DEFAULT NULL ,
`uiconfig3` blob DEFAULT NULL ,
`uiconfig4` blob DEFAULT NULL ,
`uiconfig5` blob DEFAULT NULL ,
`uiconfig6` blob DEFAULT NULL ,
`uiconfig7` blob DEFAULT NULL ,
`uiconfig8` blob DEFAULT NULL ,
PRIMARY KEY (`acct`),
UNIQUE KEY `a` (`acct`)) TYPE=MyISAM;
[Msg] Finished - Unsuccessfully
--------------------------------------------------
How to fix?
I'm confused. You got this error when you were trying to login :S??
You mean you got this when you tried to execute the query? If that is the case, report the issue on the Hearthstone website (AspireDev.org) and wait for the fix. (Although there shouldn't be any issues; it executed fine for me when I did a few weeks back)
Can't get into my server stuck at connected :S Whats the problem I did with branch/3_1_0
There could be a few possible things you did wrong. I will list the most common:
1.) You have either already compiled the dependencies for ArcEmu or another Aspire branch and figured you didn't need to redo them. If this is the case you need to make sure you install the dependencies in the 3_1_0 branch.
2.) You messed up in making your server public.
"Now you should see a connection in the window pane on the left-hand side of the program. Double click it and then right click it. Choose "New Database...". Enter the name of "Hearthstone_World" and choose ok.
Next, double click then right click our database name (Hearthstone_World) and choose "Execute Batch File...". Click the "..." button and browse to "Hearthstone/trunk/sql/" (or "Hearthstone/branches/3_1_0/sql" for 3.1.1 users) and choose the "WorldTemplate" file. Click ok and the sql file will "execute". Click ok when it is done."
When i execute the batch file, i click on the worldtemplate file and when i go to execute i get 2 errors. is that right?
Last edited by rapid21; 06-12-2009 at 12:42 AM.
Make sure you have nothing in the database before. If not, then no it is not right. There is something wrong with the SQL file and you should report it to the Hearthstone developers at their website AspireDev.org.
Bannedcant give rep
Extractor link is still busted. New link pls... with sugar on top?
Updated guide!
+Added new map & dbc extractor links
+Updated guide for 3.1.x
"Now browse to "dependencies\Sources". Double click the VC-90 solution file. If you are on a 64 bit computer (most are not), go to the top of the window and change the "Win32" to "x64" by clicking the dropdown box. Click the drop-down arrow next to the word "Debug" and change it to release. Now you need to use the keyboard shortcut F7. Refer to the picture if you have further questions."
For the x64 bit build, it displays:
"1>------ Skipped Build: Project: pcre ------
1>
2>------ Skipped Build: Project: zlib ------
2>
========== Build: 0 succeeded or up-to-date, 0 failed, 2 skipped =========="
I saw your post regarding this, however didn't understand your solutioncould you please explain once more
![]()
Observe this picture. Right click the project file and click build (Make sure settings are set to x64). Then do that for the other project as well.