ha guys new pach out 3.0.9 man just 2 let u all know
ha guys new pach out 3.0.9 man just 2 let u all know
thx johnstone![]()
Yep, it's 3.0.9.9551 now!
The downloads on the front page are not working or are you still working on it??
The arcemu repack downloads keep corrupting. i tried it 3 times and all three turn out corrupted and cannot be un-rared.
Message is :
"Unexpected end of archive."
Please advise.
Last edited by Peony; 02-10-2009 at 08:22 PM.
keazain
i tack it u r updating it 2 309? b for u relis the new repack?and testing i bet thats y its not out yet rite? hopeing![]()
First sorry for English, hehe, when I create an account by logon DB, the arcemu-logonserver.exe the error, but if I just let the admin, run normal, but if I put the primary key and change some attributes in the table it works, then in the game, not discover the places and in heartstone, is showing the option to go anywhere in the game! how do I fix this?![]()
ok mike thanks!!!
I really prefer Keazain releasing a good 3.0.8 core with more stuff fixed, instead of going to fast and trying to keep with blizz updates...
and thid problem with earthstone??? how to fix?
how come I cannot create any more account when i create the logon crash and the character's hp lowered ex. a priest with a hp of 13K becomes 5K a deathknight with 18K becomes 7K what do you think happened? it is only when i create new account
badot, I think the log data base is defective, try repairing the table accounts, it is no primary key! places the primary key in the "acct" then go to: file - disign table, and the "type" of "acct" puts "int", see if you have resolved, if not solve a low log older data base, which has come with primary key! or creat sql file, with note pad:
/*
MySQL Data Transfer
Source Host: localhost
Source Database: logondb
Target Host: localhost
Target Database: logondb
Date: 5/2/2009 20:39:34
*/
DROPE TABLE accounts
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for accounts
-- ----------------------------
DROP TABLE IF EXISTS `accounts`;
CREATE TABLE `accounts` (
`acct` double NOT NULL DEFAULT '0',
`login` varchar(96) DEFAULT NULL,
`password` varchar(96) DEFAULT NULL,
`SessionKey` varchar(765) DEFAULT NULL,
`encrypted_password` varchar(126) DEFAULT NULL,
`gm` varchar(96) DEFAULT NULL,
`vip` varchar(96) DEFAULT NULL,
`banned` tinyint(3) DEFAULT NULL,
`lastlogin` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`lastip` varchar(4DEFAULT NULL,
`email` varchar(192) DEFAULT NULL,
`flags` tinyint(3) DEFAULT NULL,
`forceLanguage` varchar(15) DEFAULT NULL,
`muted` double DEFAULT NULL,
`banreason` varchar(765) DEFAULT NULL,
PRIMARY KEY (`acct`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records
-- ----------------------------
INSERT INTO `accounts` VALUES ('1', 'admin', 'admin', '', '', 'az', '1', '0', '2009-02-05 20:14:21', '189.119.183.165', '', '24', 'enUS', '0', '');