Jump to content

Seamless

VIP Member
  • Posts

    489
  • Credits

  • Joined

  • Last visited

  • Days Won

    7
  • Feedback

    100%

Posts posted by Seamless

  1. 2017 was 5 years ago... My question was rhetorical... im just suspicious because 8 out of 10 projects fail to deliver that kind of numbers. It's not hate.. and i have no idea what that l2 aeola was but each year lineage losing interest. Yeah he might have achieved 1500 onilne but for how long ? 3 days ? Anyway if you look his profile you immediately understand whats the case here. 

    1 hour ago, GsL said:

    Hahaha 

     

    It's funny , the title should be like this ,

    I m looking for an idiot that could do the work for me.

     

    #peace

    Simply that.... 

  2. If you have java knowledge just go with acis. Tones of scripts online to adapt or build your own. If you dont have knowledge and just want to play with a ready pack lucerav2 is pretty good it has almost everything to setup a pvp server. Ive seen a lot of servers using it without any issues. On the other hand theres mobius which have some implemented features acis dont have. But all packs require some sort of payment-donation to get latest updates and a lot of work from your end to adapt it them your poject needs. Theres not pack you open a live server with just 2 clicks. Hope that helps 

    1. Install necessary JDK ( i have no idea what jdk this shared pack is using, maybe 8 ?  find out)
    2. Install mysql and set root user password
    3. Install Navicat connect with mysql user on localhost,  create a database and try to open this file "PrideBackup_CLEAN.nb3" to import the database
    4. Open login server properites files in /auth/config find this.. its pretty straight forward what to do  
      URL = jdbc:mysql://localhost/YOUR_DB_NAME
      # Database user info (default is "root" but it's not recommended)
      Login = DBUSER
      # Database connection password
      Password = DBPASSWORD
    5. Open game server properties in game/config same thing with login properties
      URL = jdbc:mysql://localhost/YOUR_DB_NAME
      # Database user info (default is "root" but it's not recommended)
      Login = DBUSER
      # Database connection password
      Password = DBPASSWORD
    6. Register your game server with "RegisterGameServer.bat"
    7. Place hexid from your auth folder to game/config
    8. Start login , start game bat files. 
    9. Good luck i guess 
  3. l2 epic.fail is well structured server with staff who cares about the project and its community. One  of a few new projects that actually worth trying. In addition, website is lit. I have not seen many servers using JS libraries. Great work guys keep it going. 

    • Upvote 1
  4. @Ave You can easily find it in mxc webmaster zone from celestine. Just download it change logos voila. Website ready. Original author is unsimple world. So buy no means i see them selling same design every time. Might look alike ui wise but different assets each time. So i think its just ripped. 

  5. @L2Axis

    You never trust people with admin priviliges at least at server side part (theres no other way to steal files). Unless you started the project together and purchase everything together. In this case seems more like a dispute between you 2. 

  6. Seamless#7044 add me i can help you with your server installation

    You have to 

    sudo nano /etc/mysql/mariadb.conf.d/50-server.cnf

     

    And Find the line where 127.0.0.1 and change it to 0.0.0.0.

    restart db 

    systemctl restart mariadb

    After that create new user 

    CREATE USER 'test'@'%' IDENTIFIED BY 'test';

     

    Create new Database 

    CREATE DATABASE l2test; 

    if exist just 

    USE l2test;

    and grand access to user

    GRANT ALL PRIVILEGES ON l2test.* TO 'test'@'%' IDENTIFIED BY 'test';

    sudo flush privileges;

     

    also be sure that port 3306 is open 

  7. I am not supporting anyone here sine i dont know you, but you join a forum to buy something (which is unonymouys without any protection) and your bargain is to install the code first and to pay after. You must be an idiot to believe someone here will do that for you. Actually on any legit transaction through the world wide web. 

     

    • Upvote 1
×
×
  • Create New...