Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

<tutrotial> {noob-friendi ] jak zrobic prwywatny serverek maple sotry na podst. source filez titan ms


Rekomendowane odpowiedzi

Opublikowano

Tekst nie jest mój. Jest on autorstwa Banaantje z forum OdinMS. Ja go tylko przetłumaczyłem. Link do oryginalnego tematu: http://www.odinms.de/forum/showthread.php?t=53000

Nie testowałem więc nie pytać czy działa!

 

 

Wytłumaczę teraz jak postawić prywatny serwer dla ludzi, którzy nie rozumieją innych proadników.

 

Niezbędne pliki:

*TitanMS Soure rev 003:

http://rapidshare.com/files/104538127/TitanMSRev003.rar

*Microsoft Visual C++ 2008 Express

http://www.microsoft.com/express/download/

*Maple Story .52 Client

http://download.mmosite.com/download.php?id=2565

*Localhost.exe

http://rapidshare.com/files/100789303/localhost.exe.html

*Navicat

http://www.navicat.com/download.html

*Wamp Server

http://kent.dl.sourceforge.net/sourceforge...pServer2.0b.exe

 

 

Co teraz?

1) Wypakuj pliki które są w TitanMS.zip i umieść je w nowym folderze.

2) Otwórz Notatnik i skopiuj do niego poniższy tekst. Następnie zapisz plik na pulpicie. (jako whatever.sql)

 

Kod:

create table users(ID int auto_increment primary key, username varchar(20), password varchar(20), pin int, gender int);

 

create table characters(ID int auto_increment primary key, name varchar(12), userid int, 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);

 

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);

 

 

3) Zainstaluj Microsoft Visual C++ 2008 Express.

4) Zainstaluj Wamp server i włącz go.

5) Zainstaluj Navicat i włącz go.

Kliknij "Connection".

Hostname/ip address to localhost,

Username to root,

i ŻADNEGO hasła

 

Kliknij podwójnie na "localhost".

Kliknij PPM na "localhost" i kliknij na "New Database" a następnie wpisz te informacje:

 

("Enter Database Name: MapleStory")

i kliknij OK.

 

PPM na "MapleStory" i kliknij na "Execute Batch File".

 

 

Zobaczysz to okno:

 

 

Wybierz plik *.sql który zapisałeś na pulpicie (Patrz na 2 krok!!!) i naciśnij Start.

Gdy skończy kliknij "Close".

 

 

Teraz jak klikniesz na "maplestory" będziesz widział takie coś:

 

Teraz widzisz zakładki "characters", "equip", "items", "keymap" i "users".

 

Kliknij podwójnie na "users" (Teraz zrobisz swoje własne konto! Jezyk)

Wyskoczy okno:

 

Cytat:

ID: 1

Username: wpisz swój username

Password: wpisz hasło jakie będziesz chciał mieć

Pin: Zmień to na 0

Gender: Zmień to na 0

 

 

6) Włącz Microsoft Visual C++ 2008 Express.

Klikaj kolejno na "File" > "Open" > "File".

Idź do folderu w którym zapisałeś TitanMS source.

Idź do folderu "MapleStoryServer" i kliknij podwójnie na "LoginPacket.cpp"

 

Znajdź:

Kod:

packet.addByte(xx); // IP

packet.addByte(xx);

packet.addByte(xx);

packet.addByte(xx);

 

 

i zmień to na:

Kod:

packet.addByte(127); // IP

packet.addByte(0);

packet.addByte(0);

packet.addByte(1);

 

 

7) Po tym, jak to zrobiłeś otwórz MapleStoryServer.sln (W folderze TitanMS source)

Wciśnij F5 albo "Build" > "Build Solution" i kliknij Yes.

Teraz zacznie budować. Jezyk

 

Jeśli się to udało i nie wyskoczył żaden błąd możesz zacząć grać na swoim prywatnym serwerze!

 

Wciśnij zieloną strzałkę na górze Microsoft Visual C++ 2008 Express.

 

Wyskoczy czarne okno.

Poczekaj aż Maps Initializing będzie skończone. NIE ZAMYKAJ!

 

8) Ściągnij Localhost.exe

Umieść localhost.exe w folderze MapleStory!

 

Włącz DXWnd i dodaj localhost.exe.

 

Kliknij dwa razy na localhost.exe w DXWnd. Jeśli zrobiłeś wszystko dobrze teraz zauważysz że włącza się MapleStory.

 

Gratulacje!

 

Servery MapleStory godne uwagi:

- MevicStory - juz nie dziala

- aQuaMS - Klik

 

Jeżeli sądzisz, że Kaka jest złym moderatorem, a inni tylko liżą mu dupę wstaw to do sygny! :P(( <lizu lizu>

Opublikowano

przepraszam rze tak niewyrasnie jest temat pisze bo szypko mosialem pisac bo ide na miazto

Servery MapleStory godne uwagi:

- MevicStory - juz nie dziala

- aQuaMS - Klik

 

Jeżeli sądzisz, że Kaka jest złym moderatorem, a inni tylko liżą mu dupę wstaw to do sygny! :P(( <lizu lizu>

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...