I haven't downloaded it, but I don't think this is the source he made for someone else.Quote:
Well it's his work. He can do whatever he wants with it.
Quote:
I haven't downloaded it, but I don't think this is the source he made for someone else.
Either way, if you get paid specifically to do something, a source from scratch in this case, you simply don't go and release it next week.
One does not simply read the main post.Quote:
It's been sitting on my HDD for over a year so figured it's time it saw the light of day.
You should be debugging the entire project using visual studio.Quote:
Could someone help me about this?
when i run the redux.exe it error, i think because of the tinymap need to be installed?
ReadQuote:
-Install mysql (I recommend full version rather than distributions. Appserver will NOT work unless you enable innodb)
i'm trying to create a PS for the 1st can u tell me whatcha mean by install mysql??
cuz i'm getting these errors when i try to use the sql file in navicat
[Err] 1289 - The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working
[Err] CREATE TABLE `accounts` (
`UID` int(11) NOT NULL AUTO_INCREMENT,
`Username` varchar(16) NOT NULL,
`Password` varchar(16) NOT NULL,
`EMail` varchar(64) DEFAULT NULL,
`EmailStatus` int(3) NOT NULL DEFAULT '0',
`Question` varchar(32) DEFAULT NULL,
`Answer` varchar(32) DEFAULT NULL,
`Permission` int(3) NOT NULL DEFAULT '1',
`Token` int(11) NOT NULL DEFAULT '0',
`Timestamp` int(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`UID`,`Username`)
) ENGINE=InnoDB AUTO_INCREMENT=1000004 DEFAULT CHARSET=latin1;
[Msg] Finished - Unsuccessfully
Interesting... it never did that in any of my tests. Should be a very simple fix but I'll look into it later for you.Quote:
During character creation, the server stops functioning.
The server tries to spawn the character (or at least fetch the packet for it) during creation (even before it is added to the database), which it doesn't have enough data for at that point.