Jump to content

Althir

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Althir

  1. 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.

  2. 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.

  3. Requirements

    Installation

    1.  Install Visual Studio & Xampp

    2. From Xampp install Apache & Mysql, then start both modules.

    c586f8b09c.png

     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.

    4e6a162802.png

     

    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.

    • Like 6
×
×
  • Create New...