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!

(MapleStory) V142.2 Rediector

Newbie Spellweaver
Joined
Nov 28, 2013
Messages
25
Reaction score
4
As title says, heres a fully working v142 redirector, may work for other versions but im not sure. I released this because I see people ripping kids off.

Link:

Enjoy & like this thread.

Credits to: I dont know who made this but maybe hawt??

Accountcheck included. Might release a working a v142. thanks folks
 
Skilled Illusionist
Joined
Jun 23, 2012
Messages
349
Reaction score
144
Credits to LocalMS & HawtMaple for updating it.
 
Newbie Spellweaver
Joined
May 29, 2013
Messages
38
Reaction score
0
Thank you but i cant use.
When login redirector and start launcher game will open then go login screen.
When input login screen data in login screen check in global maplestory don't private server
 
Last edited:
Newbie Spellweaver
Joined
Nov 9, 2010
Messages
38
Reaction score
1
error1 - (MapleStory) V142.2 Rediector - RaGEZONE Forums

any help? after pressing login button this appeared.
 

Attachments

You must be registered for see attachments list
Legendary Battlemage
Joined
Mar 21, 2013
Messages
665
Reaction score
90
i have one problem :s

Arcania - (MapleStory) V142.2 Rediector - RaGEZONE Forums


I am creating a v142 redirector, income data from my account goes GameLauncher pressed the button "PLAY" and then maplestory message "Unable to connect server" YES OR NO appears "


you think you can do, and check the ip and are successfully warped, I feel that the package is missing the client will be updated, could help me?
cannot run local with this redirector port 8484, if you want to connect locally, change server port listen and port redirector send to 8485 (or what port you want)
 
Skilled Illusionist
Joined
Feb 15, 2013
Messages
323
Reaction score
10
what is it ?

account database is offline.

where to put the ip of the server and port and accountcheck.php?
 
Newbie Spellweaver
Joined
Nov 24, 2011
Messages
36
Reaction score
0
sadly I am not even in the stage to look for a re director due to the fact that i can never find an error free sql. can anyone be kind enough to provide me with a sql for a v140+ source that will execute without problems?
 
Newbie Spellweaver
Joined
Nov 24, 2011
Messages
36
Reaction score
0
thanks but I've already seen that, still the sql doesn't execute well; I get around like 200 errors :/
 
Newbie Spellweaver
Joined
Oct 9, 2012
Messages
32
Reaction score
0
This Redirector wont work properly , it takes you to the LOGIN SCREEN and not to the channel screen ..
 
Newbie Spellweaver
Joined
Dec 10, 2012
Messages
63
Reaction score
3
cannot run local with this redirector port 8484, if you want to connect locally, change server port listen and port redirector send to 8485 (or what port you want)





I've tried but still can't. I did click "Hawt.exe". It requested USER and PASSWORD as per following pic

Arcania - (MapleStory) V142.2 Rediector - RaGEZONE Forums




After I filled in, it shown like this. Then, I clicked PLAY
[pic]
Arcania - (MapleStory) V142.2 Rediector - RaGEZONE Forums




Paused for a while, disconnected, and shown as follow
[pic]
Arcania - (MapleStory) V142.2 Rediector - RaGEZONE Forums



I've already revised PORT as per pic below
[pic]
Arcania - (MapleStory) V142.2 Rediector - RaGEZONE Forums




Still cannot login, please advice how should I do. T^T
 
Legendary Battlemage
Joined
Mar 21, 2013
Messages
665
Reaction score
90
did you edit the port that redirector connect to server?
 
Newbie Spellweaver
Joined
Dec 10, 2012
Messages
63
Reaction score
3
did you edit the port that redirector connect to server?

If you mean this file "frmMain.cs". I did revised this position


Code:
LinkServer loginServer = new LinkServer(8485, toIP); // 8484
                    ushort count = (ushort)(highPort - lowPort);
                    for (ushort i = 0; i <= count; i++)
                    {
                        LinkServer server = new LinkServer((ushort)(lowPort + i), toIP);
                    }
                }
                else
                {
                    Listener lListener = new Listener();
                    Debug.WriteLine("Listening on 8485"); // 8484
                    lListener.OnClientConnected += new Listener.ClientConnectedHandler(listener_OnClientConnected);
                    lListener.Listen(8485); // 8484


Are there any other point I need to edit?
 
Back
Top