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!

[RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED + GM LIST

Status
Not open for further replies.
Super-Moderator
Staff member
Super-Moderator
Joined
Apr 28, 2007
Messages
1,501
Reaction score
759
Hello.
I've worked on this re-pack really hard with my friends.

I already developed this at the Develope section, and now I'm releasing it.

Aplogize to Sparks for my stupid & childish behaving.

Here are some added / fixes / deleted things / bugs.

The Added things are :

Code:
[LIST]
[*]Added : [COLOR=blue]Rebirth NPC ( At the NPC near cody at the left ) [ From level 255 to 1 ][/COLOR]
[*]Added : [COLOR=blue]Football Quiz ( Reward you can choose by yourself, edit it in SoccerQuizNPC.ccp )[/COLOR]
[*]Added : [COLOR=blue]The command !gmmap[/COLOR]
[*]Added : [COLOR=blue]GM List ( Duey ) [ Modify the GM list in GmList.ccp ][/COLOR]
[*]Added : [COLOR=blue]Nana(H) gives you 10 super megaphones for 1 gachapon.[/COLOR]
[*]Added : [COLOR=blue]Super Megaphones ( WORKING )[/COLOR]
[*]Added : [COLOR=blue]That Cody will spawn you to Zakum[/COLOR]
[*]Added : [COLOR=blue]That Cody will spawn you to Horntail[/COLOR]
[/LIST]

The fixed things are :

Code:
[LIST]
[*]Fixed : [COLOR=lime]D/C Bug [ When doing !cleardrops, !killall, afking, items disspear from mobs ]'[/COLOR]
[*]Fixed : [COLOR=lime]!killall command[/COLOR]
[*]Fixed : [COLOR=lime]!cleardrops[/COLOR]
[/LIST]

The deleted things are :

Code:
[LIST]
[*]Deleted : [COLOR=red]CokeQuest, not working, we will add a new one later.[/COLOR]
[*]Deleted : [COLOR=red]Free Market... It was so bugged, I had to delete it. It's now fixed, but not the portal, we're working on the TRADE Button that will let you get in FM, and a EXIT NPC in Free Market.[/COLOR]
[/LIST]

Bugs :

Code:
[LIST]
[*]Bug : [COLOR=magenta]Super Haste of GM not working[/COLOR]
[*]Bug : [COLOR=magenta]GM bless not working[/COLOR]
[*]I[COLOR=magenta] think there are more skills not working, I didn't tested them all, if they aren't, then tell me please ^^[/COLOR]
[/LIST]

Use this Database : NEW
Code:
create table users(ID int auto_increment primary key, username varchar(20), password varchar(20), pin int default 0, gender int default 0, gm int default 0);
 
create table characters(ID int auto_increment primary key, name varchar(12), userid int, level tinyint unsigned 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 int 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); 
 
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 smallint default 0, ijump smallint default 0);
 
create table items(itemid int, charid int, inv tinyint, pos smallint, amount smallint);
 
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);
 
create table skills(charid int, skillid int, points int);

Read : The Free Market will be added. It will not be released in v.02 but earlier. I will add a new link with free market added. Sorrry for that.

Download link
V.01 BETA :
[NOTICE] Don't use the maplestory.sql it's a bit bugged xD use the Database I gave you in the thread

Here are some GM commands of the re-pack.

Code:
[LIST]
[*]!map <MAPID>
[*]!summon <MONSTERID> <AMOUNT>
[*]!spawn <MONSTERID> <AMOUNT>
[*]!notice <TEXT>
[*]!notice2 <TEXT>
[*]!wnotice <TEXT>
[*]!rnotice <TEXT>
[*]!shop
[*]!cash
[*]!shop2
[*]!pos
[*]!item <ITEMID> <AMOUNT>
[*]!level <CHARACTERNAME> <LEVEL> to level yourself do !level me <LEVEL>
[*]!job <JOBID>
[*]!ap <AMOUNT>
[*]!sp <SKILLID> <LEVELOFSKILL>
[*]!killall
[*]!killnpc
[*]!horntail
[*]!heal
[*]!kill ( Kills all people on map )
[*]!gm ( Kill all GMs )
[*]!players ( Not sure what it is doing )
[*]!me ( Suicide )
[*]!zakum
[*]!dc <CHARACTERNAME>
[*]!header <TEXT>
[*]!warp <CHARACTERNAME> <MAPID>
[*]!warpto <CHARACTERNAME>
[*]!mwarpto <CHARACTERNAME>
[*]!cleardrops
[*]!gmmap
[*]!nxslimes
[/LIST]

Mirror 1 -
Mirror 2 - Thanks to skiesx for uploading to mediafire

Have fun!


Credits :
  • Biesmen
  • Lid0r
  • IWannaWin
 
Last edited:
Newbie Spellweaver
Joined
Jun 17, 2008
Messages
8
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

Nice job !
 
Initiate Mage
Joined
Jun 12, 2008
Messages
2
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

awesome. cant wait to test this out. good job ! :D


edit: uploaded it to mediafire for u biesman :)

 
Newbie Spellweaver
Joined
May 6, 2008
Messages
97
Reaction score
1
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

you fixed d/c? great job... too lazy and working with odin lol
someone tell me if this works plz
 
Initiate Mage
Joined
Apr 17, 2008
Messages
4
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

you fixed d/c? great job... too lazy and working with odin lol
someone tell me if this works plz

Just downloaded, Testing now.

Edit: I got owned at clicking char o.o.
 
Experienced Elementalist
Joined
Jun 17, 2008
Messages
269
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

YEAH
i jsut waited like a week for a nice re-pack to titan, the only re-packt i found was use less, but i just need to check this out sounds so coll!!
 
Newbie Spellweaver
Joined
Jun 19, 2008
Messages
18
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

i cant click on my character
can someone help me?

when I click on the character, nohting happens and then like a minute later
i dc and it says "unable to connect to the login server" or something like that
 
Experienced Elementalist
Joined
Jun 17, 2008
Messages
269
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

Man keep up the good work, dont let Odin win xD
Titan is alot better an easy'er xD
so i will hope you keep realeaseing things like thouse, for this is a damm nice work.
 
Experienced Elementalist
Joined
Jun 17, 2008
Messages
269
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

Biesmen we need more like you on this forum ;D
Best Re-pack ever xD ( for me )
 
Newbie Spellweaver
Joined
Jun 19, 2008
Messages
18
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

rawr
dixo you logged in and tested it???
i cant even get past my char selection screen T.T

this sounds sooo coool ive been hunting for a godly repack like this for days T.T
 
Experienced Elementalist
Joined
Jun 17, 2008
Messages
269
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

Sry that i did't thanked

* Lid0r
* IWannaWin

HERE IT COMES, TY AND KEEP GOOD WORK ;D
man best realease ever xD
 
Experienced Elementalist
Joined
Jun 17, 2008
Messages
269
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

i can ;D
and i used like a week or 2 to find this 1
 
Newbie Spellweaver
Joined
Jun 19, 2008
Messages
18
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

do you know how to fix this?

like.. when i click my character, nothing happens and i go back to login page
and an error appears

"sorry unable to log in the server" or something liek that

if you know how to fix, can you explain it to me? please and thank you :]
 
Newbie Spellweaver
Joined
Jun 19, 2008
Messages
18
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

rawr, anyone? :[
i wanna test this out T.T rawr
 
Experienced Elementalist
Joined
Jun 17, 2008
Messages
269
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

can't create character
it has due to high population, character creation has been temp disabled.

That's what i get then i try make an char, i can only use the starting char -.-'
 
Newbie Spellweaver
Joined
Jun 19, 2008
Messages
18
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

dixo try changing the world or something to Scania

man i wanna play T.T AT LEAST U CAN GO ON!!!!
 
Experienced Elementalist
Joined
Jun 17, 2008
Messages
269
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

thx and i hope you will gwt on soon :) hate then thigns like that happend
 
Newbie Spellweaver
Joined
Jun 19, 2008
Messages
18
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

r u using hamachi? if you are let me join ;D
 
Experienced Elementalist
Joined
Jun 17, 2008
Messages
269
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

!level dont work
 
Experienced Elementalist
Joined
Jun 17, 2008
Messages
269
Reaction score
0
Re: [RELEASE] Biesmen's re-pack v.01 BETA [TitanMS v55] * REBIRTH ADDED

ye im useing hamachi
 
Status
Not open for further replies.
Back
Top