Making a Private Server Of ms

Maple Story General Discuss, Making a Private Server Of ms at Maple Story forum; Originally Posted by juegalol uhm. i didnt delete the post you made... i dont mod this section fool. Check the ...


Go Back   Gamerz Needs - For All Your Gaming Needs! > Maple Story > Maple Story General
Forgot Password? | Sign Up!

Notices

Advertisement
   

Closed Thread
 
Bookmark this Thread Tools Display Modes
  #21  
Old 04-06-2008, 07:33 PM
Ultra Aqua dragon
 
Join Date: Nov 2006
Location: In Satan's locker ;)
Posts: 1,961
Thanks: 7
Thanked 148 Times in 85 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0
LegendaryHacker can only hope to improve
Points: 1,292.30
Bank: 13,194.31
Total Points: 14,486.61
ROSE =D - GodChaos May The Luck Be With You And Your ROSE Server xD - Lucky Star private server fanatic - Ken For solving the SB Riddle. - Dominic001 
Quote:
Originally Posted by juegalol View Post
uhm. i didnt delete the post you made...

i dont mod this section fool. Check the staff list. I mod Gunz, not MS. I cant edit or remove posts in this section.

You've gotta feel pretty dumb right about now huh...? Its okay, i'm sure 90% of the members of this forum know about your ignorance by now. No need to show it some more.
Eh, you're ex-staff. You should know, because you're incredibly ignorant .

Anyways:
Code:
/*
Rewritten by Legend
*********************************************************************
*/

/*!40101 SET NAMES utf8 */;

/*!40101 SET SQL_MODE=''*/;

/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;

/*Table structure for table `users` */

CREATE TABLE `users` (
  `id` int(10) unsigned NOT NULL auto_increment COMMENT 'Unique ID',
  `username` varchar(20) collate utf8_unicode_ci NOT NULL COMMENT 'Login username',
  `password` varchar(20) collate utf8_unicode_ci NOT NULL COMMENT 'Login password',
  `gm` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Game Permissions',
  `pin` int(10) unsigned NOT NULL COMMENT 'PIN',
  `gender` int NOT NULL COMMENT 'Gender',
  PRIMARY KEY (`id`),
  UNIQUE KEY `username` (`username`)
) DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Account Information';

/*Table structure for table `characters` */

CREATE TABLE `characters` (
  `id` int(10) unsigned NOT NULL auto_increment COMMENT 'Unique ID',
  `name` varchar(12) collate utf8_unicode_ci NOT NULL COMMENT 'Character Name',
  `userid` int(10) unsigned COMMENT 'User ID',
  `level` tinyint DEFAULT 1,
  `job` smallint DEFAULT 0,
  `str` smallint,
  `dex` smallint,
  `intt` smallint,
  `luk` smallint,
  `chp` smallint DEFAULT 50,
  `mhp` smallint DEFAULT 50,
  `cmp` smallint DEFAULT 50,
  `mmp` smallint DEFAULT 50,
  `ap` smallint DEFAULT 0,
  `sp` smallint DEFAULT 0,
  `exp` smallint DEFAULT 0,
  `fame` smallint DEFAULT 0,
  `map` int DEFAULT 0,
  `pos` smallint DEFAULT 0,
  `gender` tinyint,
  `skin` tinyint,
  `eyes` int,
  `hair` int,
  `mesos` int DEFAULT 0,
  PRIMARY KEY (`id`)
) DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT'Character Information';

/*Table Structure for table `Equip` */

CREATE TABLE `equip` (
  `equipid` int,
  `type` tinyint,
  `charid int,
  `pos` smallint DEFAULT 0,
  `slots` tinyint DEFAULT 7,
  `scrolls` smallint DEFAULT 0,
  `istr` smallint DEFAULT 0,
  `idex` smallint DEFAULT 0,
  `iint` smallint DEFAULT 0,
  `iluk` smallint DEFAULT 0,
  `ihp` smallint DEFAULT 0,
  `imp` smallint DEFAULT 0,
  `iwatk` smallint DEFAULT 0,
  `imatk` smallint DEFAULT 0,
  `iwdef` smallint DEFAULT 0,
  `imdef` smallint DEFAULT 0,
  `iacc` smallint DEFAULT 0,
  `iavo` smallint DEFAULT 0,
  `ihand` smallint DEFAULT 0,
  `ispeed` smallnt DEFAULT 0,
  `ijump` smallint DEFAULT 0,
) DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Equipment Information';

/*Table structure for table `items` */

CREATE TABLE `items`
  `itemid` int,
  `charid int,
  `inv tinyint,
  `pos` smallint,
  `amount` smallint,
) DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Item information';

/*Table Structure for table `keymaps */

create table keymap(charid int, pos0 int default 0, pos1 int default 0, pos2 int default 2564, pos3 int default 3076, pos4 int default 3332, pos5 int default 4612, pos6 int default 5380, pos7 int default 0, pos8 int default 0, pos9 int default 0, pos10 int default 0, pos11 int default 0, pos12 int default 0, pos13 int default 0, pos14 int default 0, pos15 int default 0, pos16 int default 2052, pos17 int default 1284, pos18 int default 4, pos19 int default 1028, pos20 int default 0, pos21 int default 0, pos22 int default 0, pos23 int default 260, pos24 int default 0, pos25 int default 4868, pos26 int default 3588, pos27 int default 3844, pos28 int default 0, pos29 int default 13317, pos30 int default 0, pos31 int default 516, pos32 int default 0, pos33 int default 0, pos34 int default 3456, pos35 int default 2820, pos36 int default 0, pos37 int default 772, pos38 int default 0, pos39 int default 5124, pos40 int default 4100, pos41 int default 0, pos42 int default 0, pos43 int default 2308, pos44 int default 12805, pos45 int default 13061, pos46 int default 1540, pos47 int default 0, pos48 int default 0, pos49 int default 0, pos50 int default 1796, pos51 int default 0, pos52 int default 0, pos53 int default 0, pos54 int default 0, pos55 int default 0, pos56 int default 13573, pos57 int default 0, pos58 int default 0, pos59 int default 25606, pos60 int default 25862, pos61 int default 26118, pos62 int default 26374, pos63 int default 26630, pos64 int default 26886, pos65 int default 27142, pos66 int default 0, pos67 int default 0, pos68 int default 0, pos69 int default 0, pos70 int default 0, pos71 int default 0, pos72 int default 0, pos73 int default 0, pos74 int default 0, pos75 int default 0, pos76 int default 0, pos77 int default 0, pos78 int default 0, pos79 int default 0, pos80 int default 0, pos81 int default 0, pos82 int default 0, pos83 int default 0, pos84 int default 0, pos85 int default 0, pos86 int default 0, pos87 int default 0, pos88 int default 0, pos89 int default 0);
EDIT2: Here's the link to the newest source:
Rapidshare

Last edited by LegendaryHacker; 04-06-2008 at 07:42 PM..
  #22  
Old 04-06-2008, 08:48 PM
Ultra Aqua dragon
 
Join Date: Nov 2006
Location: In Satan's locker ;)
Posts: 1,961
Thanks: 7
Thanked 148 Times in 85 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0
LegendaryHacker can only hope to improve
Points: 1,292.30
Bank: 13,194.31
Total Points: 14,486.61
ROSE =D - GodChaos May The Luck Be With You And Your ROSE Server xD - Lucky Star private server fanatic - Ken For solving the SB Riddle. - Dominic001 
Updated:

Code:
/*
Rewritten by Legend
*********************************************************************
*/

/*!40101 SET NAMES utf8 */;

/*!40101 SET SQL_MODE=''*/;

/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;

/*Table structure for table `users` */

CREATE TABLE `users` (
  `id` int(10) unsigned NOT NULL auto_increment COMMENT 'Unique ID',
  `username` varchar(20) collate utf8_unicode_ci NOT NULL COMMENT 'Login username',
  `password` varchar(20) collate utf8_unicode_ci NOT NULL COMMENT 'Login password',
  `gm` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Game Permissions',
  `pin` int(10) unsigned NOT NULL COMMENT 'PIN',
  `gender` int NOT NULL COMMENT 'Gender',
  PRIMARY KEY (`id`),
  UNIQUE KEY `username` (`username`)
) DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Account Information';

/*Table structure for table `characters` */

CREATE TABLE `characters` (
  `id` int(10) unsigned NOT NULL auto_increment COMMENT 'Unique ID',
  `name` varchar(12) collate utf8_unicode_ci NOT NULL COMMENT 'Character Name',
  `userid` int(10) unsigned COMMENT 'User ID',
  `level` tinyint DEFAULT 1,
  `job` smallint DEFAULT 0,
  `str` smallint,
  `dex` smallint,
  `intt` smallint,
  `luk` smallint,
  `chp` smallint DEFAULT 50,
  `mhp` smallint DEFAULT 50,
  `cmp` smallint DEFAULT 50,
  `mmp` smallint DEFAULT 50,
  `ap` smallint DEFAULT 0,
  `sp` smallint DEFAULT 0,
  `exp` smallint DEFAULT 0,
  `fame` smallint DEFAULT 0,
  `map` int DEFAULT 0,
  `pos` smallint DEFAULT 0,
  `gender` tinyint,
  `skin` tinyint,
  `eyes` int,
  `hair` int,
  `mesos` int DEFAULT 0,
  PRIMARY KEY (`id`)
) DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT'Character Information';

/*Table Structure for table `Equip` */

CREATE TABLE `equip` (
  `equipid` int,
  `type` tinyint,
  `charid int,
  `pos` smallint DEFAULT 0,
  `slots` tinyint DEFAULT 7,
  `scrolls` smallint DEFAULT 0,
  `istr` smallint DEFAULT 0,
  `idex` smallint DEFAULT 0,
  `iint` smallint DEFAULT 0,
  `iluk` smallint DEFAULT 0,
  `ihp` smallint DEFAULT 0,
  `imp` smallint DEFAULT 0,
  `iwatk` smallint DEFAULT 0,
  `imatk` smallint DEFAULT 0,
  `iwdef` smallint DEFAULT 0,
  `imdef` smallint DEFAULT 0,
  `iacc` smallint DEFAULT 0,
  `iavo` smallint DEFAULT 0,
  `ihand` smallint DEFAULT 0,
  `ispeed` smallnt DEFAULT 0,
  `ijump` smallint DEFAULT 0,
) DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Equipment Information';

/*Table structure for table `items` */

CREATE TABLE `items`
  `itemid` int,
  `charid int,
  `inv tinyint,
  `pos` smallint,
  `amount` smallint,
) DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Item information';

/*Table structure for table `skills` */

CREATE TABLE `skills` (
  `charid` int,
  `skillid` int,
  `points` int,
) DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Skills Information';

/*Table Structure for table `keymaps */

create table keymap(charid int, pos0 int default 0, pos1 int default 0, pos2 int default 2564, pos3 int default 3076, pos4 int default 3332, pos5 int default 4612, pos6 int default 5380, pos7 int default 0, pos8 int default 0, pos9 int default 0, pos10 int default 0, pos11 int default 0, pos12 int default 0, pos13 int default 0, pos14 int default 0, pos15 int default 0, pos16 int default 2052, pos17 int default 1284, pos18 int default 4, pos19 int default 1028, pos20 int default 0, pos21 int default 0, pos22 int default 0, pos23 int default 260, pos24 int default 0, pos25 int default 4868, pos26 int default 3588, pos27 int default 3844, pos28 int default 0, pos29 int default 13317, pos30 int default 0, pos31 int default 516, pos32 int default 0, pos33 int default 0, pos34 int default 3456, pos35 int default 2820, pos36 int default 0, pos37 int default 772, pos38 int default 0, pos39 int default 5124, pos40 int default 4100, pos41 int default 0, pos42 int default 0, pos43 int default 2308, pos44 int default 12805, pos45 int default 13061, pos46 int default 1540, pos47 int default 0, pos48 int default 0, pos49 int default 0, pos50 int default 1796, pos51 int default 0, pos52 int default 0, pos53 int default 0, pos54 int default 0, pos55 int default 0, pos56 int default 13573, pos57 int default 0, pos58 int default 0, pos59 int default 25606, pos60 int default 25862, pos61 int default 26118, pos62 int default 26374, pos63 int default 26630, pos64 int default 26886, pos65 int default 27142, pos66 int default 0, pos67 int default 0, pos68 int default 0, pos69 int default 0, pos70 int default 0, pos71 int default 0, pos72 int default 0, pos73 int default 0, pos74 int default 0, pos75 int default 0, pos76 int default 0, pos77 int default 0, pos78 int default 0, pos79 int default 0, pos80 int default 0, pos81 int default 0, pos82 int default 0, pos83 int default 0, pos84 int default 0, pos85 int default 0, pos86 int default 0, pos87 int default 0, pos88 int default 0, pos89 int default 0);
  #23  
Old 04-10-2008, 05:26 PM
1k Points Wasted
 
Last Online: Today 04:58 PM
Join Date: Aug 2006
Location: over there
Posts: 2,216
Blog Entries: 6
Thanks: 48
Thanked 172 Times in 134 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Latest Blog: Very random blog entries (based on time)
Rep Power: 13
cosmeo3000 will become famous soon enoughcosmeo3000 will become famous soon enough
Points: 5,955.56
Bank: 89,214.65
Total Points: 95,170.21
Black - cosmeo3000 
Send a message via MSN to cosmeo3000
2070015 Beginner's thief's stars
2070016 Crystal Ilbi

In order to find some items that would not usually be listed, I usually go to what i'm looking for, ex. Stars and go on from there. Devil's rain is the last one and it is 2070014, so I would try 2070015, 2070016, 2070017, etc.
__________________

Dam my other one won't animate for some reason o_O
  #24  
Old 04-14-2008, 11:53 AM
Double Wood Axe
 
Last Online: 11-09-2008 05:05 AM
Join Date: Oct 2007
Posts: 29
Thanks: 26
Thanked 1 Time in 1 Post
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0
firlihmage is on a distinguished road
Points: 248.60
Bank: 1,058.77
Total Points: 1,307.37
Quote:
Originally Posted by wolfy View Post
What you will need:
do you know where i can find all commandos im makeing a private server aswell

Last edited by firlihmage; 04-16-2008 at 03:58 AM..
  #25  
Old 04-14-2008, 04:57 PM
1k Points Wasted
 
Last Online: Today 04:58 PM
Join Date: Aug 2006
Location: over there
Posts: 2,216
Blog Entries: 6
Thanks: 48
Thanked 172 Times in 134 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Latest Blog: Very random blog entries (based on time)
Rep Power: 13
cosmeo3000 will become famous soon enoughcosmeo3000 will become famous soon enough
Points: 5,955.56
Bank: 89,214.65
Total Points: 95,170.21
Black - cosmeo3000 
Send a message via MSN to cosmeo3000
Quote:
Originally Posted by firlihmage View Post
do you know where i can find all commandos im makeing a private server aswell
That's pretty much all of em. Check on the private server websites, and why do you need to quote the entire first post O.o, btw Wolfy, TitanMS rev 007 is compatible with v53 so you need localhost.exe. I'll upload one now.

Use this version of localhost v53 for rev 006 and 007.
Attached Files
File Type: rar localhostv53.rar (1.48 MB, 27 views)
__________________

Dam my other one won't animate for some reason o_O
  #26  
Old 04-14-2008, 07:25 PM
Double Wood Axe
 
Last Online: 11-09-2008 05:05 AM
Join Date: Oct 2007
Posts: 29
Thanks: 26
Thanked 1 Time in 1 Post
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0
firlihmage is on a distinguished road
Points: 248.60
Bank: 1,058.77
Total Points: 1,307.37
im gettin gameguard error 153 any1 help?

Last edited by firlihmage; 04-14-2008 at 07:59 PM..
  #27  
Old 04-15-2008, 04:30 AM
ShaShou's Avatar
Double Wood Axe
 
Last Online: 09-04-2008 07:19 PM
Join Date: Sep 2007
Location: A small house
Age: 18
Posts: 15
Thanks: 5
Thanked 1 Time in 1 Post
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0
ShaShou is on a distinguished road
Points: 1,212.50
Bank: 0.00
Total Points: 1,212.50
erm.. can anyone explain to me Step 1 , NO 5 ?
i dun quite get the login database part...
thanks
  #28  
Old 04-15-2008, 11:15 PM
dakmoose's Avatar
Violet Hole
 
Last Online: 11-29-2008 09:55 AM
Join Date: Aug 2006
Location: i forgot
Posts: 367
Thanks: 46
Thanked 124 Times in 72 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 6
dakmoose is on a distinguished road
Points: 750.10
Bank: 2,287.86
Total Points: 3,037.96
Send a message via MSN to dakmoose
lol nice guide, but theres only 1 step lol.
__________________
Thank me if i helped you! =p

  #29  
Old 04-16-2008, 12:33 AM
ShaShou's Avatar
Double Wood Axe
 
Last Online: 09-04-2008 07:19 PM
Join Date: Sep 2007
Location: A small house
Age: 18
Posts: 15
Thanks: 5
Thanked 1 Time in 1 Post
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0
ShaShou is on a distinguished road
Points: 1,212.50
Bank: 0.00
Total Points: 1,212.50
Quote:
Originally Posted by wolfy;972280Step 1[/COLOR

1. Install VC++ 2008 Express (You may need .NET Framework 3.5)
2. Install the Maple Story client. (If you already have a .52 client, use it)
3. Install MySQL Server. Leave everything default. (Unless if you know MySQL, feel free to change settings)
4. Install MySQL Query Browser.
5. Open Query Browser and login your database. Right click on the tree on the right and click on 'Create New Schema'.
6. Name it maplestory.
7. In the textbox on the top, put in the following and press 'Execute' button.
can anyone explain to me number 5? i dun quite get it
thanks..
  #30  
Old 04-16-2008, 02:11 AM
MiZuHo's Avatar
Wood Axe
 
Last Online: 07-07-2008 11:31 AM
Join Date: Apr 2008
Posts: 14
Thanks: 2
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Latest Blog:
Rep Power: 0
MiZuHo is on a distinguished road
Points: 485.60
Bank: 0.00
Total Points: 485.60
lol wow this is great thx ima run my own server but i wonder y it took like 4 years to make the first good private server
__________________
dont do drugs!!! (Sike)
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Advertisement
   


Main Navigation
Home
GzN Forums
GzN Games
GzN News
Top Games
GzN Cheats
GzN Articles
GzN Reviews
GzN Downloads
User Control Panel
Advertising
RSS Feed
2Moons
Adventure Quest
AirRivals
America's Army
Anarchy Online
Archlord
Audition
Battlefield Series
Cabal Online
Call Of Duty Series
Combat Arms
Conquer Online
Counter Strike
Day of Defeat
Deicide Online
Diablo Series
Doom Series
Drift City
Enemy Territory
Eudemons Online
Final Fantasy
Flyff (Fly For Fun)
General Game Discussion
Ghost Online
Granado Espada
Grand Theft Auto Series
Guild Wars
Gunbound
Gunz Online
Habbo Hotel
Half-Life 2