-
1 Attachment(s)
Help
Hi im making a maplestory private server named ForsakenMS v83 and im using HeliosMS_Source and when i launch everything. it goes fine and when i get to character selection (as in when i create a character it's not there) it doesnt let me go pass that?
Attachment 125565
Please contact me on Skype or here
Skype:Chrisnhattran
-
Re: Help
Table heliosms.skillmacros doesn't exists. Which means it is unable to save your character.
-
Re: Help
-
Re: Help
-
Re: Help
i dont know how to make it can someone teach me or links?
skype me please:Chrisnhattran
-
Re: Help
Execute something this?
Code:
DROP TABLE IF EXISTS `skillmacros`;
CREATE TABLE `skillmacros` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`characterid` int(11) NOT NULL DEFAULT '0',
`position` tinyint(1) NOT NULL DEFAULT '0',
`skill1` int(11) NOT NULL DEFAULT '0',
`skill2` int(11) NOT NULL DEFAULT '0',
`skill3` int(11) NOT NULL DEFAULT '0',
`name` varchar(13) DEFAULT NULL,
`shout` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=296238 DEFAULT CHARSET=latin1;
-
Re: Help