Jump to content

Seamless

Members
  • Posts

    521
  • Joined

  • Last visited

  • Days Won

    11
  • Feedback

    100%

Everything posted by Seamless

  1. Just stop using shared websites from links back to 2010. 8 out of 10 projects is like the same thing. Same atual studio web in blue, red , pink and den arts donate panel either shared or purchased. in addition, those pvp files are almost everywhere. Its like you are the same admin in every pvp intelude project. Waste your resources to actual learn something rather than buy 120 euro pack, 10 euro webhosting, 15 euro vps , shared web and BEST INTELUDE PVP SERVER NOT MONEY GRAB. No one will take you seriously. Just a tip. Good luck with your project.
  2. You can also use google. https://dzone.com/articles/how-add-existing-files-eclipse
  3. 20 % chance to go to your paypal or whatever that means for every 10 donations 3-2 (propability) goes to you. Maybe % commision per donation will be better and more friendly to your users. But its agood marketing trick to actually buy the panel. Good luck.
  4. 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. Simply that....
  5. Please consider to mention your 1.5k community server. Propably l2 reborn ? otherwise your previous server was back in 2006.
  6. We went out for account fishing. Best day ever, totally recommend. Proof
  7. Create mysql user and give him online access.
  8. @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.
  9. 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
  10. just add me in discord Seamless#7044
  11. I have no idea what this file is tbh. Try to search in google how to open files with this extension.
  12. Read the config files. If ip is in login server you dont have to add it in gameserver. Just leave it as it is .
  13. Just put your ip in Hostname.
  14. 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
  15. Maybe provide more info ?
  16. 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.
  17. @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.
  18. @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.
  19. class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } }
  20. What do you mean by 3d animated ? any examples ? PLus designer and front end dev dont usually go together.
  21. Try to check if theres some kind of firewall protection trough hetzener. Its really strange not to connect.
  22. 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
  23. 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.
  24. I think its not client side rather server side. Check your source.
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..