please help
1. Why are you using HeliosMS bats?
2. It got stuck at "Connecting..." which means it failed to connect to the database, it should show world/channel information being loaded.
Works fine for me. Make sure you setup the database properly and you have v83 XMLs loaded. Any errors originally caught will stop you from getting passed 'Connecting...". Directly after 'Connecting...' occurs (end of LoginServer), it begins to call new ChannelServers. If your database is wrong (which it is, it requires a custom table for the Monster Rush event) then it won't startup.
This source as anti-moople. If you're using a moople database and not changing everything like you're supposed to, then you will never get it to start. Just remove the newer things if you have to, ChannelServer.run is your big hint. The very beginning has a prepared statement, check if those tables and columns exist and if not, remove that code so that your source will load. I lost my SQL but I can at least re-add tables to get it to launch...
edit:
now i add this to my datebase:
and its work bats , but i cant to create character why?DROP TABLE IF EXISTS `mrush`;
CREATE TABLE `mrush` (
`mesos` bigint(8) unsigned NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`mesos`)
) ENGINE=InnoDB AUTO_INCREMENT=9223372036854775808 DEFAULT CHARSET=latin1;
Last edited by dolev159; 02-11-15 at 08:10 PM.
please help