Althir Posted April 2, 2016 Report Share Posted April 2, 2016 (edited) Requirements Visual Studio 2015 (Community Edition is enough) Xampp Melia Tree of Savior (Steam English Ver.) Installation 1. Install Visual Studio & Xampp 2. From Xampp install Apache & Mysql, then start both modules. 3. Compile Melia with Visual Studio. Then go to system\conf and edit database.conf & web.conf to match your settings. If you have password, add it to database.conf. Close Skype if you use port 80. However, I recommend to change this port to 8080. 4. Go to http://locahost/phpmyadmin and from top bar, choose "Import". Choose "main.sql" file from Melia's sql folder and import it. 5. Navigate to Tree of Savior Client folder, then to release folder and look for "Client.xml" file. 6. Edit the following settings (ServerListURL & StaticConfigURL). If you wish to run the server on local machine, just copy following settings. If you want to host it publicly, edit the IPs to match your public IP. Save the settings when done. If you did not change the port from web.conf, change the 8080 to 80. <GameOption ServerListURL="http://127.0.0.1:8080/toslive/patch/serverlist.xml" StaticConfigURL="http://127.0.0.1:8080/toslive/patch/" 7. Run "Start-all.bat" from Melia folder and start the game from Steam. If you run it from the game folder, it won't run. You should get no Errors. 8. Create account by typing new//accountname where "accountname" can be anything. Also type a password that you can remember. Hit login and enjoy! _________________________________________________________________________________________________ Problem solving! Q: "Login dialog has username & password fields, but lists official servers. What to do?" A: Change the ServerListURL & StaticConfigURL properly. Make sure that port is same with web.conf one. Q: "Some parts of my game are in Korean". A: Change the ServerListURL & StaticConfigURL properly. Make sure that port is same with web.conf one + Delete user.xml & user_c.xml. Q: "Dialog is missing from buttons and forms." A: Delete user.xml & user_c.xml. Edited April 7, 2016 by Althir Updated the guide. 6 Link to comment Share on other sites More sharing options...
exec Posted April 2, 2016 Report Share Posted April 2, 2016 4 hours ago, Althir said: If you run it from the game folder, it won't run. Actually, I guess I forgot to put that somewhere, you can start the client from the folder, if you call it with the parameter "-SERVICE", with a shortcut or a bat. 4 hours ago, Althir said: Close Skype. No need to close Skype if you change the port^^ 2 Link to comment Share on other sites More sharing options...
thorggerdon Posted April 3, 2016 Report Share Posted April 3, 2016 Worked here, thanks mate Link to comment Share on other sites More sharing options...
PleasureBot Posted April 3, 2016 Report Share Posted April 3, 2016 Thanks for this. Any tips of keeping Melia updated? Link to comment Share on other sites More sharing options...
DR4LUC0N Posted April 3, 2016 Report Share Posted April 3, 2016 8 hours ago, PleasureBot said: Thanks for this. Any tips of keeping Melia updated? TortoiseSVN is what I use, it will put a green check mark on the folder if it's updated, if it's not updated you use tortoiseSVN to update it Link to comment Share on other sites More sharing options...
PleasureBot Posted April 3, 2016 Report Share Posted April 3, 2016 1 hour ago, DR4LUC0N said: TortoiseSVN is what I use, it will put a green check mark on the folder if it's updated, if it's not updated you use tortoiseSVN to update it Perfect, thanks! Link to comment Share on other sites More sharing options...
Cosmos Posted April 5, 2016 Report Share Posted April 5, 2016 Updated to use the correct port number since it seems to have changed to 80 Link to comment Share on other sites More sharing options...
boardza Posted April 5, 2016 Report Share Posted April 5, 2016 (edited) It's working for me. Thank you so much Edited April 5, 2016 by boardza 1 Link to comment Share on other sites More sharing options...
Althir Posted April 5, 2016 Author Report Share Posted April 5, 2016 (edited) 17 hours ago, Cosmos said: Updated to use the correct port number since it seems to have changed to 80 What? 3 hours ago, boardza said: It's working for me. Thank you so much No problem! Edited the guide and added new section. Edited April 5, 2016 by Althir Link to comment Share on other sites More sharing options...
Cosmos Posted April 5, 2016 Report Share Posted April 5, 2016 Step six of your guide had the IP set as 127.0.0.1:8080, but the default port for the melia web server to run on is simply port 80. I missed the step of your guide explaining people should change the default melia port to port 8080 however, so that was my mistake. I rolled back my edit so it should be back to what you had it listed as. My mistake! 1 Link to comment Share on other sites More sharing options...
AsunaS Posted April 8, 2016 Report Share Posted April 8, 2016 (edited) Hello! great guide btw, but i have an issue and idk what i am missing 1. i didn't understand where i need to type the new//accountname thingy, so i did it manually 2. everything works like charm..... but when i try to "log in" it stuck at the login and i cannot enter to the lodge maybe i am missing something? it would be great if you can help me~ Edited April 8, 2016 by AsunaS Link to comment Share on other sites More sharing options...
Cosmos Posted April 8, 2016 Report Share Posted April 8, 2016 Quote i didn't understand where i need to type the new//accountname thingy, so i did it manually You're supposed to type it into the login screen in the username field. As for your second question, can you let us know if you have any red in the Melia console windows? Screenshots can be super helpful 1 Link to comment Share on other sites More sharing options...
AsunaS Posted April 8, 2016 Report Share Posted April 8, 2016 59 minutes ago, Cosmos said: You're supposed to type it into the login screen in the username field. As for your second question, can you let us know if you have any red in the Melia console windows? Screenshots can be super helpful Thanks about the first answer! about the second... i figured out that the issue was just related with the first question! now i am playing and works like charm *i am using Linux VPS!* some screenies~ Link to comment Share on other sites More sharing options...
luiz123o Posted April 12, 2016 Report Share Posted April 12, 2016 guys how do I compile am learning with you here Link to comment Share on other sites More sharing options...
DR4LUC0N Posted April 12, 2016 Report Share Posted April 12, 2016 1 hour ago, luiz123o said: guys how do I compile am learning with you here Open Melia.sln in visual studios, once the solution is fully opened click the "build" button at the top, then hit clean solution, then build 1 Link to comment Share on other sites More sharing options...
luiz123o Posted April 12, 2016 Report Share Posted April 12, 2016 thank you man got here put it to work more have a problem NPCs do not respond and also has no mobs on the screen what I do now? Link to comment Share on other sites More sharing options...
Althir Posted April 12, 2016 Author Report Share Posted April 12, 2016 Sorry for not replying, I've been very busy with my life. Thanks for everyone who have helped other people on this topic, you guys rock! 33 minutes ago, luiz123o said: thank you man got here put it to work more have a problem NPCs do not respond and also has no mobs on the screen what I do now? Melia does not have NPCs or mobs yet. You can spawn them manually to test them out but nothing works properly yet. Link to comment Share on other sites More sharing options...
exec Posted April 12, 2016 Report Share Posted April 12, 2016 4 hours ago, Althir said: Melia does not have NPCs or mobs yet Actually we should have dummies for all NPCs, they all say the same thing, but they should be there. 1 Link to comment Share on other sites More sharing options...
kuza2007 Posted May 2, 2016 Report Share Posted May 2, 2016 hard to get the packet since the ToS need buy DLC.. sad Link to comment Share on other sites More sharing options...
ace7580 Posted May 12, 2016 Report Share Posted May 12, 2016 On 02/05/2016 at 1:46 PM, kuza2007 said: hard to get the packet since the ToS need buy DLC.. sad game is now free to play since 10th may 2016 Link to comment Share on other sites More sharing options...
exe19890522 Posted July 2, 2016 Report Share Posted July 2, 2016 On Saturday, April 09, 2016 at 2:20 AM, AsunaS said: Thanks about the first answer! about the second... i figured out that the issue was just related with the first question! now i am playing and works like charm *i am using Linux VPS!* some screenies~ excause me,can you uoload your tos client to mega? i had dl a client ,but i can't login into game at local .the client are all error and will exit by itself. Link to comment Share on other sites More sharing options...
AsunaS Posted July 8, 2016 Report Share Posted July 8, 2016 On 2/7/2016 at 8:26 AM, exe19890522 said: excause me,can you uoload your tos client to mega? i had dl a client ,but i can't login into game at local .the client are all error and will exit by itself. I'll try to do it, tho i just used the current steam client, can you tell me what error it popped up to you? Link to comment Share on other sites More sharing options...
exe19890522 Posted July 13, 2016 Report Share Posted July 13, 2016 On Friday, July 08, 2016 at 10:55 PM, AsunaS said: I'll try to do it, tho i just used the current steam client, can you tell me what error it popped up to you? no it not give error tips,just exit by itself with out any log. thanks for your reply Link to comment Share on other sites More sharing options...
bgamez23 Posted August 5, 2016 Report Share Posted August 5, 2016 anyone have a working client supported by the latest version of melia? Link to comment Share on other sites More sharing options...
Rokon Posted August 7, 2016 Report Share Posted August 7, 2016 On 8/5/2016 at 9:21 AM, bgamez23 said: anyone have a working client supported by the latest version of melia? I can't say that I do, but aren't the clients essentially a Target-modified version of the TOSClient.exe? Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now