Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Delphi] [Source] [v83+]Delphi MapleStory Server (supports v83/v90/v97)

Newbie Spellweaver
Joined
Aug 9, 2009
Messages
25
Reaction score
0
Re: Delphi MapleStory Server (supports v75 & v80)

Hendi , this server files are v75 or v80 ? Cos I wana make my server v75 . ;D
 
Newbie Spellweaver
Joined
Aug 9, 2009
Messages
25
Reaction score
0
Re: Delphi MapleStory Server (supports v75 & v80)

So i run MapleServerV75.exe to run as v75 ? :)
And How Do I Edit The .pas files ands others ? Using netbeans ?
What Are The Commands ?
 
Last edited:
Newbie Spellweaver
Joined
Jan 5, 2010
Messages
44
Reaction score
8
Re: Delphi MapleStory Server (supports v75 & v80)

So i run MapleServerV75.exe to run as v75 ? :)
And How Do I Edit The .pas files ands others ? Using netbeans ?
What Are The Commands ?

Run MapleServerV75.exe for v75 and MapleServer.exe for v81.

If you want EMS v59(not stable) then you need to recompile it with Delphi2010

To edit the source you need Delphi2010 compiler.

Commands:
/map, /item, /mesos, /ap, /sp, /job
 
Last edited:
Newbie Spellweaver
Joined
Aug 9, 2009
Messages
25
Reaction score
0
Re: Delphi MapleStory Server (supports v75 & v80)

Run MapleServerV75.exe for v75 and MapleServer.exe for v81.

If you want EMS v59(not stable) then you need to recompile it with Delphi2010

To edit the source you need Delphi2010 compiler.

Commands:
/map, /item, /mesos, /ap, /sp, /job

Ohh . The commands do not work .. But i can compile for v75 rite ?
 
Newbie Spellweaver
Joined
Jun 26, 2008
Messages
69
Reaction score
1
Re: Delphi MapleStory Server (supports v75 & v80)

.....
 
Last edited:
Newbie Spellweaver
Joined
May 26, 2008
Messages
28
Reaction score
0
Re: Delphi MapleStory Server (supports v75 & v80)

Wow good luck guys! I'm out of the private server business but I'd love to see where you guys go with this :D
 
Newbie Spellweaver
Joined
Dec 3, 2009
Messages
43
Reaction score
0
Re: Delphi MapleStory Server (supports v75 & v80)

Good Server

This Server Working GMS V0.81!!



 
Newbie Spellweaver
Joined
Nov 26, 2005
Messages
6
Reaction score
0
Re: Delphi MapleStory Server (supports v75 & v80)

could someone tell me how I can activate the cash shop and MTS? ): ): ):
 
Newbie Spellweaver
Joined
Dec 3, 2009
Messages
43
Reaction score
0
Re: Delphi MapleStory Server (supports v75 & v80)

PHP:
[Err] 1072 - Key column 'forumaccid' doesn't exist in table
[Err] CREATE TABLE `accounts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(13) NOT NULL DEFAULT '',
  `password` varchar(128) NOT NULL DEFAULT '',
  `salt` varchar(32) DEFAULT NULL,
  `pin` varchar(4) DEFAULT NULL,
  `loggedin` tinyint(4) NOT NULL DEFAULT '0',
  `lastlogin` timestamp NULL DEFAULT NULL,
  `createdat` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `birthday` date NOT NULL DEFAULT '0000-00-00',
  `banned` tinyint(1) NOT NULL DEFAULT '0',
  `tempban` int(10) unsigned NOT NULL DEFAULT '0',
  `banreason` text,
  `gm` tinyint(1) NOT NULL DEFAULT '0',
  `email` tinytext,
  `emailcode` varchar(40) DEFAULT NULL,
  `lastpwemail` timestamp NOT NULL DEFAULT '2002-12-31 10:00:00',
  `storageMesos` int(11) DEFAULT '0',
  `storageSlots` int(11) DEFAULT '-1',
  `lastIp` varchar(30) DEFAULT NULL,
  `paypalNX` int(10) unsigned NOT NULL DEFAULT '0',
  `mPoints` int(10) unsigned NOT NULL DEFAULT '0',
  `cardNX` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`),
  KEY `forumaccid` (`forumaccid`),
  KEY `ranking1` (`id`,`banned`,`gm`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
[Err] 1146 - Table 'delphims.accounts' doesn't exist
[Err] --
-- Dumping data for table `accounts`
--

/*!40000 ALTER TABLE `accounts` DISABLE KEYS */;
[Err] 1146 - Table 'delphims.accounts' doesn't exist
[Err] /*!40000 ALTER TABLE `accounts` ENABLE KEYS */;
[Err] 1067 - Invalid default value for 'expiredate'
[Err] CREATE TABLE `inventoryitems` (
  `inventoryitemid` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `characterid` int(11) DEFAULT NULL,
  `itemid` int(11) NOT NULL DEFAULT '0',
  `inventorytype` int(11) NOT NULL DEFAULT '0',
  `position` int(11) NOT NULL DEFAULT '0',
  `quantity` int(11) NOT NULL DEFAULT '0',
  `owner` tinytext NOT NULL,
  `petid` int(11) NOT NULL DEFAULT '-1',
  `expiredate` timestamp DEFAULT NULL,
  PRIMARY KEY (`inventoryitemid`),
  KEY `inventoryitems_ibfk_1` (`characterid`),
  KEY `characterid` (`characterid`),
  KEY `inventorytype` (`inventorytype`),
  KEY `characterid_2` (`characterid`,`inventorytype`),
  CONSTRAINT `inventoryitems_ibfk_1` FOREIGN KEY (`characterid`) REFERENCES `characters` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
[Err] 1146 - Table 'delphims.inventoryitems' doesn't exist
[Err] --
-- Dumping data for table `inventoryitems`
--

/*!40000 ALTER TABLE `inventoryitems` DISABLE KEYS */;
[Err] 1146 - Table 'delphims.inventoryitems' doesn't exist
[Err] /*!40000 ALTER TABLE `inventoryitems` ENABLE KEYS */;
[Msg] Finished - Unsuccessfully
--------------------------------------------------

SQL Error
 
Last edited:
Newbie Spellweaver
Joined
Apr 4, 2009
Messages
26
Reaction score
0
Re: Delphi MapleStory Server (supports v75 & v80)

So do i SQL Err in Ver 288
 
Experienced Elementalist
Joined
Oct 25, 2008
Messages
224
Reaction score
315
Re: Delphi MapleStory Server (supports v75 & v80)

Woops sorry, forgot to remove that line when updating the SQL script.

It should work now (Rev 290).
 
Last edited:
Newbie Spellweaver
Joined
Jun 26, 2008
Messages
69
Reaction score
1
Re: Delphi MapleStory Server (supports v75 & v80)

.....
 
Last edited:
Experienced Elementalist
Joined
Oct 25, 2008
Messages
224
Reaction score
315
Re: Delphi MapleStory Server (supports v75 & v80)

Good job!

and Does the bug that cannot make the character occur?Rev290...
Is it only myself etc.

Make sure you've imported the MCDB script and specified the correct database name in the settings. If you did that and the error still occurs, please post your log.
 
Newbie Spellweaver
Joined
Dec 3, 2009
Messages
43
Reaction score
0
Re: Delphi MapleStory Server (supports v75 & v80)

v75 log
PHP:
上午 01:26:36  Welcome, I'm configured for MapleStory Global v75
上午 01:26:36  Registered packet handlers: 62
上午 01:27:03  Login-Server listening @ port 8484...
上午 01:27:03  Scania-1 @ port 7575
上午 01:27:03  Scania-2 @ port 7576
上午 01:27:03  Scania-3 @ port 7577
上午 01:27:03  Scania-4 @ port 7578
上午 01:27:03  Scania-5 @ port 7579
上午 01:27:03  Scania-6 @ port 7580
上午 01:27:03  Scania-7 @ port 7581
上午 01:27:03  Scania-8 @ port 7582
上午 01:27:03  Scania-9 @ port 7583
上午 01:27:03  Scania-10 @ port 7584
上午 01:27:03  Scania-11 @ port 7585
上午 01:27:03  Scania-12 @ port 7586
上午 01:27:03  Scania-13 @ port 7587
上午 01:27:03  Scania-14 @ port 7588
上午 01:27:03  Scania-15 @ port 7589
上午 01:27:03  Scania-16 @ port 7590
上午 01:27:03  Scania-17 @ port 7591
上午 01:27:03  Scania-18 @ port 7592
上午 01:27:03  Scania-19 @ port 7593
上午 01:27:03  Scania-20 @ port 7594
上午 01:27:49  Client connected to Login-Server: 127.0.0.1:60210
上午 01:28:15  127.0.0.1 is at the login screen now.
上午 01:28:19  Login: freebcr
上午 01:28:37  Character name check: Candy
上午 01:28:44  Input parameter count is less then expected
上午 01:28:44  [EXCEPTION @ Login] Invalid operation in explicit transaction mode

v81 log


I cannot make the character :O:

this rev 291...
 
Last edited:
Newbie Spellweaver
Joined
Apr 4, 2009
Messages
26
Reaction score
0
Re: Delphi MapleStory Server (supports v75 & v80)

I cannot make the character

this rev 291

make sure
 
Newbie Spellweaver
Joined
Jan 18, 2010
Messages
25
Reaction score
4
Re: Delphi MapleStory Server (supports v75 & v80)

Very good release.
-This actually helps
-Not everyone could do this
 
Newbie Spellweaver
Joined
Aug 17, 2009
Messages
85
Reaction score
3
Re: Delphi MapleStory Server (supports v75 & v80)

I cant create a character....


Hendi48 - [Delphi] [Source] [v83+]Delphi MapleStory Server (supports v83/v90/v97) - RaGEZONE Forums
 
Experienced Elementalist
Joined
Oct 25, 2008
Messages
224
Reaction score
315
Re: Delphi MapleStory Server (supports v75 & v80)

It's fixed now. Sorry for the delay, I was quite busy with other stuff.
 
Back
Top