Jump to content

Seamless

VIP Member
  • Posts

    487
  • Credits

  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    100%

Everything posted by Seamless

  1. Please consider to mention your 1.5k community server. Propably l2 reborn ? otherwise your previous server was back in 2006.
  2. We went out for account fishing. Best day ever, totally recommend. Proof
  3. Create mysql user and give him online access.
  4. @Harpoon as i told you in discord 15 days back , Since your server selection pops up and you cant login to the gameserver consider to try different system. In addition, if you really wanna try that 392 version for some reason i dont know(might some custom shared pack) order a vps linux and deploy your server there.
  5. 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
  6. I have no idea what this file is tbh. Try to search in google how to open files with this extension.
  7. Read the config files. If ip is in login server you dont have to add it in gameserver. Just leave it as it is .
  8. Install necessary JDK ( i have no idea what jdk this shared pack is using, maybe 8 ? find out) Install mysql and set root user password Install Navicat connect with mysql user on localhost, create a database and try to open this file "PrideBackup_CLEAN.nb3" to import the database 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 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 Register your game server with "RegisterGameServer.bat" Place hexid from your auth folder to game/config Start login , start game bat files. Good luck i guess
  9. 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.
  10. @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.
  11. @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.
  12. class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } }
  13. What do you mean by 3d animated ? any examples ? PLus designer and front end dev dont usually go together.
  14. Try to check if theres some kind of firewall protection trough hetzener. Its really strange not to connect.
  15. 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
  16. 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.
  17. I think its not client side rather server side. Check your source.
  18. you cant run 2 instances in one machine. Only if youuse virtual box
  19. It depends on what l2j source you're using. Some use sql and some others xml files for droplist.
  20. Read the article carefully please A computer running Ubuntu 20.04 or better
  21. As i told you i have no idea if you can add virtual machine in linux and run windows OS. Yes you can https://www.tomshardware.com/how-to/run-windows-11-and-mac-os-virtual-machines-in-linux But you need minimum 8 gigs of ram. Which in l2 server case you will need 16 for sure. SO yeah its going to cost you a lot
×
×
  • Create New...