I Love This It Rockzzz!!!use It Guysss
I Love This It Rockzzz!!!use It Guysss
Glad you got it up and running D
Have fun![]()
yea its good u should try and connect some time
The connect details have been removed from the front page.
Anyway, just 19 levels lol, think Ill pass.
awwwww its fun twinking kara
Don't advertise in your signature.
I'm connected, but when I get to char creation and click create char, I get dced. What am I missing?
Thanks,
Kotic
Talk TO Steph Please PM her i dont know this bug
Don't advertise in your signature.
Ok, I its a DB problem.
HERE IS WHAT I DID: I dumped by 'ascent' DB and then I executed the one you had in your core pack. But it went REALLY fast, usually they're about 129kb. Was I not suppose to upload your db into my sqlyog? (What did I do wrong)
Hold on... u didnt download it all cause when i redownload it and open it it looks perfect
Is this a "repack" or is it more like an "AddOn" where you need an already made repack to add this to?
Its basically an NCDB database with additions and modifications.
LOTS of Mod's
The thing is.. I don't find the "account" table in the database after execute.
O Here is the account SQL
Code:-- ---------------------------- -- Table structure for accounts -- ---------------------------- CREATE TABLE `accounts` ( `acct` int(10) unsigned NOT NULL auto_increment COMMENT 'Unique ID', `login` varchar(32) collate utf8_unicode_ci NOT NULL COMMENT 'Login username', `password` varchar(32) collate utf8_unicode_ci NOT NULL COMMENT 'Login password', `gm` varchar(32) collate utf8_unicode_ci NOT NULL default '' COMMENT 'Game permissions', `banned` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Account Standing', `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'Last login timestamp', `lastip` varchar(16) collate utf8_unicode_ci NOT NULL default '' COMMENT 'Last remote address', `email` varchar(64) collate utf8_unicode_ci NOT NULL default '' COMMENT 'Contact e-mail address', `flags` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Client flags', `forceLanguage` varchar(5) collate utf8_unicode_ci NOT NULL default 'enUS', PRIMARY KEY (`acct`), UNIQUE KEY `login` (`login`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Account Information';