Did cash shop died? :O i cannot manage it to work ;[
Printable View
Did cash shop died? :O i cannot manage it to work ;[
Did, but the thingie won't allow me in the cash shop; once i am on the game clicking the cash shop button will only go black and will throw me a java.lang.NullPointerException ;[ been tweaking with it a little on both database and handler for the cash shop so far is eluding me, i wonder what can it be. if is working for you means i am doing something wrong, will keep on testing, thanks for reply.
If you have this Error upon restore I have Attached a Fixed Restore for this repack.
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1 ROW_FORMAT=' at line 12
[Err] CREATE TABLE `drop_data_global` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`continent` int(11) NOT NULL,
`dropType` tinyint(1) NOT NULL DEFAULT '0',
`itemid` int(11) NOT NULL DEFAULT '0',
`minimum_quantity` int(11) NOT NULL DEFAULT '1',
`maximum_quantity` int(11) NOT NULL DEFAULT '1',
`questid` int(11) NOT NULL DEFAULT '0',
`chance` int(11) NOT NULL DEFAULT '0',
`comments` varchar(45) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `mobid` (`continent`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1 ROW_FORMAT=DYNAMIC;
[Err] 1146 - Table 'odinsea.drop_data_global' doesn't exist
[Err] --
-- Dumping data for table `drop_data_global`
--
/*!40000 ALTER TABLE `drop_data_global` DISABLE KEYS */;
[Err] 1146 - Table 'odinsea.drop_data_global' doesn't exist
[Err] INSERT INTO `drop_data_global` (`id`,`continent`,`dropType`,`itemid`,`minimum_quantity`,`maximum_quantity`,`questid`,`chance`,`comments`) VALUES
(1,-1,0,4001128,1,1,0,200000,'0 = Allow boss / normal'),
(2,-1,0,4001126,1,1,0,200000,'1 = Allow boss'),
(3,-1,0,5220000,1,1,0,10000,'2 = Allow Explosive'),
(4,-1,0,4280001,1,1,0,2500,'3 = Allow normal'),
(5,-1,0,4280000,1,1,0,1000,'Gold Box'),
(6,-1,0,0,1,1,0,10000,'Cash... :)'),
(7,-1,0,4032733,1,1,0,1000,'Gold Maple Leaf'),
(8,-1,0,4001168,1,1,0,500,'Rainbow Maple Leaf'),
(9,-1,0,4001433,1,1,0,1000,'Sunburst - for golden temple'),
(10,-1,0,4032605,1,1,0,5000,'Golden Ticket Piece'),
(11,-1,0,5490001,1,1,0,1000,'Silver Master Key'),
(12,-1,0,5490000,1,1,0,500,'Gold Master Key');
[Err] 1146 - Table 'odinsea.drop_data_global' doesn't exist
[Err] /*!40000 ALTER TABLE `drop_data_global` ENABLE KEYS */;
[Msg] Finished - Unsuccessfully
--------------------------------------------------
I've got a lil' problem. Other then the GM commands, everything else is working fine. I can't find a solution while browsing thru this thread. Any idea how to fix this?
Or what is the command used for GMs?
Not sure if this will fix the commands.
CommandProcessor.java
Change it toPHP Code:private CommandProcessor() {
instance = this;
persister = new PersistingTask();
TimerManager.getInstance().register(persister, 1800000); // 30 min once
registerCommand(new HelpCommand()); // register the helpcommand first so it appears first in the list (LinkedHashMap)
registerCommand(new GM5Commands());
/*registerCommand(new CharInfoCommand());
registerCommand(new CheaterHuntingCommands());
registerCommand(new ConnectedCommand());
registerCommand(new GM0Command());
registerCommand(new GM3Commands());
registerCommand(new GM4Commands());
registerCommand(new GoToCommands());
registerCommand(new MonsterInfoCommands());
registerCommand(new NoticeCommand());
registerCommand(new NPCSpawningCommands());
registerCommand(new SearchCommands());
registerCommand(new ShutdownCommands());
registerCommand(new SpawnMonsterCommand());
registerCommand(new TestCommands());
registerCommand(new WarpCommands());*/
}
Compile the source and you're done!PHP Code:private CommandProcessor() {
instance = this;
persister = new PersistingTask();
TimerManager.getInstance().register(persister, 1800000); // 30 min once
registerCommand(new HelpCommand()); // register the helpcommand first so it appears first in the list (LinkedHashMap)
registerCommand(new GM5Commands());
registerCommand(new CharInfoCommand());
registerCommand(new CheaterHuntingCommands());
registerCommand(new ConnectedCommand());
registerCommand(new GM0Command());
registerCommand(new GM3Commands());
registerCommand(new GM4Commands());
registerCommand(new GoToCommands());
registerCommand(new MonsterInfoCommands());
registerCommand(new NoticeCommand());
registerCommand(new NPCSpawningCommands());
registerCommand(new SearchCommands());
registerCommand(new ShutdownCommands());
registerCommand(new SpawnMonsterCommand());
registerCommand(new TestCommands());
registerCommand(new WarpCommands());
}
Didn't really check the codes in this source.
Hey after setting it up I got these errors in the console what do these mean?
:: Loading LoginInformationProvider ::
Exception in thread "main" java.lang.ExceptionInInitializerError
at handling.login.LoginServer.run_startup_configurations(LoginServer.jav
a:168)
at handling.login.LoginServer.startLogin_Main(LoginServer.java:204)
at server.Start.main(Start.java:13)
Caused by: java.lang.NullPointerException
at provider.WzXML.XMLWZFile.fillMapleDataEntitys(XMLWZFile.java:24)
at provider.WzXML.XMLWZFile.<init>(XMLWZFile.java:20)
at provider.MapleDataProviderFactory.getWZ(MapleDataProviderFactory.java
:14)
at provider.MapleDataProviderFactory.getDataProvider(MapleDataProviderFa
ctory.java:20)
at handling.login.LoginInformationProvider.<init>(LoginInformationProvid
er.java:44)
at handling.login.LoginInformationProvider.<clinit>(LoginInformationProv
ider.java:23)
... 3 more
:: Loading ItemMakerFactory ::
Exception in thread "main" java.lang.ExceptionInInitializerError
at handling.channel.ChannelServer.run_startup_configurations(ChannelServ
er.java:187)
at handling.channel.ChannelServer.startChannel_Main(ChannelServer.java:4
42)
at server.Start.main(Start.java:11)
Caused by: java.lang.NullPointerException
at provider.WzXML.XMLWZFile.fillMapleDataEntitys(XMLWZFile.java:24)
at provider.WzXML.XMLWZFile.<init>(XMLWZFile.java:20)
at provider.MapleDataProviderFactory.getWZ(MapleDataProviderFactory.java
:14)
at provider.MapleDataProviderFactory.getDataProvider(MapleDataProviderFa
ctory.java:20)
at server.ItemMakerFactory.<init>(ItemMakerFactory.java:30)
at server.ItemMakerFactory.<clinit>(ItemMakerFactory.java:16)
... 3 more
where do you get them and where do you put them?
http://forum.ragezone.com/6274599-post1.html
Just extract them to the root of the source.
Where all the sendops.properties, db.properties, etc are.
oh ok and what client do you recommend for this build and is there a launcher bc I downloaded the re director and when I build it it just crashes on windows 7 upon launch so im kinda in the dark here.
Yea, It's working, but 2GB memory isn't enough to run the server?
I couldn't even launch the cs server.
http://i56.tinypic.com/15yyqf6.jpg
http://i54.tinypic.com/in4y77.jpg
I think it was because you were running MapleStory client with it
I am having 512MB RAM with my Ubuntu 11.04 Desktop Edition
No problem at all
http://oi55.tinypic.com/2enq3hu.jpg
http://i56.tinypic.com/15yyqf6.jpg
Isn't that MapleStory?