Jump to content

Recommended Posts

Posted

Είστε καινούριοι στο θέμα του development και δέν ξέρετε τί να κάνετε για να στοίσετε τον δικό σας σέρβερ??..ακολουθήστε τα παρακάτω βήματα και θα τα καταφέρετε!!!:

 

Βήμα 1ο. Προετοιμάζοντας το σύστημα και τον server

 

Αρχικά θα κατεβάσετε κάποια προγράμματα:

 

https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-6u6-oth-JPR@CDS-CDS_Developer JavaJDK

 

http://www.4shared.com/file/20343833/ce49ad49/mysql-5045-win32.html?dirPwdVerified=9709b22d MySQL

 

http://www.4shared.com/file/20343752/e4487d64/navicat.html?dirPwdVerified=9709b22d Navicat

 

http://www.4shared.com/file/ovyvOy5j/Server.html Server

 

http://www.4shared.com/file/Iw4JFLKx/l2encdec_281.html L2encdec

 

Ας αρχίσουμε:

 

1) Εγκαταστήστε το JavaJDK , δεν θα υπάρξει κάποιο πρόβλημα.

 

2) Εγκαταστήστε το MySQL Server. Μετά την εγκατάσταση θα βγεί ένα παράθυρο που λέγεται "MySQL server instance configuration". Ακολουθήστε τα παρακάτω βήματα για να το ρυθμίσετε σωστά.

 

Δημιουργήστε μια νέα περίπτωση και πατήστε Next, θα εμφανιστεί μία εικόνα, επιλέξτε "Detailed Configuration" .

 

* Επιλέξτε "Server Machine"

 

Πατήστε Next μέχρι μια εικόνα μου θα εμφανηστεί.

Μπορείτε να επιλέξετε το πρώτο αν θέλετε να έχετε μέχρι 20 άτομα στον server ή να επιλέξετε το 3ο "Manual Setting" στο οποίο μπορείτε να βάλετε εσείς πόσα άτομα θα έχει ο server. (Στο "concurrent connections" βάζετε πόσους θέλετε).

 

 

Συνεχίστε να πατάτε Next μέχρι το Security Settings .

 

βγάλτε το TICK απο το "modify security settings" και πατήστε Next.

 

Τώρα πατήστε το Execute. (Άν βγάλει ένα error 0 , επιστρέψτε στο "DATABASE USAGE" και επιλέξτε "TRANSACTIONAL DATABASE" αντί για of "MULTIFUNCTIONAL DATABASE").

 

* Ok. Ο MySQL Server εγκαταστήθηκε ! Login: root , χωρίς password, port 3306.

 

3) Τώρα ας εγκαταστήσουμε το NAVICAT. (MySQL Gui) . (Όσοι δεν ξέρετε , φανταστείτε ότι το MySQL είναι σαν το Internet , και το NAVICAT σαν τον Internet Explorer ή Firefox .

 

* Εγκαταστήστε το NAVICAT και τρέξτε το.

 

* Στο NAVICAT , επιλέξτε CONNECTION

 

Μετά απο αυτό θα εμφανιστεί ένας νέος σύνδεσμος (κάτω απο το CONNECTION που πατήσατε) που λέγεται Localhost . Δεξί κλίκ πάνω του και επιλέξτε NEW DATABASE. Ένα νεο μικρό παράθυρο θα βγεί, απλώς βάλτε του όνομα "l2jdb" . Έτσι, δημιουργήσαμε την Database μας!

 

4) Στην επιφάνεια εργασίας, κάντε κλίκ σε ένα απο τα αρχεία που κατεβάσατε και "Extract Here" . (Θα βγεί ένας νέος φάκελος που λέγεται "Server" ).

 

5) Τώρα ας βάλουμε τις πληροφορίες της SQL στην Database μας.

 

* Μπείτε στον φάκελο Server που δημιουργήθηκε στην επιφάνεια εγρασίας και μετά στον φάκελο Tools. (Server/tools)

 

* Εκεί μέσα είναι ένα αρχείο που λέγεται "Database_installer.bat" , ΜΗΝ το τρέξετε αμέσως, κάντε δεξί κλίκ πάνω του και επιλέξτε Edit .

 

* Βρείτε την γραμμή (στις πρώτες περίπου είναι) που λέει "set mysqlBinPath=" και τοποθετήστε τον σωστό σύνδεσμο που έγινε setup η MySQL ! π.χ. Θα το βάλετε έτσι: (set mysqlBinPath=C:/Program Files/Mysql 5.0/Bin ) , πολύ σημαντικό αυτό να γίνει σωστά! Μόλις το κάνετε πατήστε Save!

 

* Εφόσον κάνατε σωστά το παραπάνω, τρέξτε το "Database_installer.bat" μέσα απο τον φάκελο Tools. Ένα MS-DOS παράθυρο θα εμφανιστεί και θα σας δίνει κάποιες εντολές. Πατήστε συνέχεια "F" (Full Installation) όποτε σας το ζητάει. Αφήστε το να τελειώσει, θα πάρει περίπου 10-15 λεπτά.

 

* Οκ. Η Database είναι έτοιμη!

 

6) Τώρα θα φτιάξουμε κάποια πράγματα για να δουλεύει σωστά ο server.

 

* Πηγαίντε στον φάκελο Server/gameserver/config ! Εκεί μέσα είναι ένα έγγραφο κειμένου που λέγεται server.properties.file (ή σκέτο server).

Δεξί κλίκ και ανοίξτε το με Notepad.

 

* Εδώ θα πρέπει να διορθώσετε κάποιες γραμμές. Βρείτε τα ακόλουθα:

 

- ExternalHostname= Την External IP σας ! (Μπορείτε να την δείτε απο το www.whatismyipaddress.com , ΑΝ θέλετε να παίξετε μόνος σας, χωρίς άτομα απο το Internet, μπορείτε να το αφήσετε κενό ή να βάλετε την IP , 127.0.0.1)

 

- InternalHostname= Την Internal IP σας! (Άν το PC σας είναι συνδεμένο σε δίκτυο βάλτε την IP του δικτύου σας, (για να την δείτε πηγαίντε , Start -> Run και γράψτε "cmd" (χωρίς τα "") και θα ανοίξει ένα MS-DOS παράθυρο. Γράψτε ipconfig και θα σας βγάλει την IP του δικτύου σας) αν το pc σας δεν είναι σε κάποιο δίκτυο συνδεμένο, βάλτε την IP , 127.0.0.1 !

 

- MinProtocolRevision = 1

MaxProtocolRevision = 999 (Εδώ βάλτε τα και τα 2 έτσι για να μην υπάρξει κάποιο πρόβλημα.)

 

* Αφού τελειώσετε όλα τα παραπάνω κάντε το Save και μετά πηγαίντε στόν φάκελο LOGIN (server/login) και τρέξτε το "RegisterGameServer.bat" .

Ένα MS-DOS παράθυρο θα εμφανιστεί που θα σας ζητάει ID. Απλά πληκτρολογήστε 1 .

 

* Μόλις το κάνετε αυτό μέσα στον φάκελο LOGIN θα εμφανιστεί ένα αρχείο hexid(ID ή Server 1, κάτι τέτοιο).txt , μετονομάστε το σε hexid.txt , κάντε το CUT (αποκοπή) και PASTE μέσα στον φάκελο gameserver/config.

 

* Τώρα πρέπει να τρέξετε το "startloginserver.bat" το οποίο είναι μέσα στον LOGIN φάκελο και το "startgameserver.bat" το οποίο βρίσκεται μέσα στον φάκελο gameserver! " Μόλις τρέξετε το "startloginserver.bat"μετά τρέξτε το "startgameserver.bat" . Τα account θα γίνονται αυτόματα οπότε μην ανησυχείτε.

 

 

* Ok! Ο Server τρέχει ! Θυμηθείτε, αν έχετε κάποιο router ανοίξτε τα ports σε 7777 (game server) και 2106 (login server).

 

 

Βήμα 2ο. Προετοιμάζοντας το Client

 

Πριν κάνετε οτιδήποτε, κάντε ένα Update του Interlude ώστε να κατεβάσει τα τελευταία updates.

 

Μετά πηγαίντε στο L2Encdec :

 

Απο εδώ και πέρα δώστε προσοχή:

 

Κάντε Extract ΌΛΑ τα αρχεία που έχει μεσα το "l2encdec_281.zip" στον ORIGINAL SYSTEM φάκελο του Lineage. (π.χ. Άν έχετε περάσει το Interlude και έχετε κάνει το latest update στο "C:/Program Files/Lineage 2" θα περάσετε τα αρχεία στο "C:/Program Files/Lineage 2/System" ).

 

Εκεί μέσα τρέξτε το patcher.exe ! Ένα MS-DOS παράθυρο θα βγεί, αφήστε το να τελειώσει.

 

* Πηγαίντε , Start -> Run και γράψτε cmd και προσπαθήστε να φτάσετε τον System φάκελο απο εκεί. (π.χ. Θα ξεκινήσετε γράφωντας "cd prog*" και θα μπείτε στο "Program Files" , μετά "cd Lineage 2" και "cd system".)

 

* Οκ τώρα είστε μέσα στον φάκελο System απο το cmd . Γράψτε "l2encdec -s l2.ini" (χωρίς στα ") . Θα αποκωδικοποιήσει το "l2.ini" σε ένα νέο αρχείο που λέγεται "dec-l2.ini". Δεξί κλίκ πάνω του και ανοίξτε το με το Notepad.

Βρείτε την γραμμή "serveraddr=" και βάλτε την External IP σας (www.whatismyipaddress.com για να την δείτε) ή την Internal IP (την IP του δικτύου σας ή 127.0.0.1) και κάντε το save!

 

* Απο τον φάκελο System διαγράψτε το l2.ini και επιστρεψτε στην κονσόλα (cmd) και γράψτε l2encdec -h 413 dec-l2.ini . Θα κάνει το dec-l2.ini σε ένα νέο αρχείο που ονομάζεται enc-dec-l2.ini . Απλά ονομάστε το enc-dec-l2.ini σε l2.ini .

 

* Τρέξτε το Lineage ΜΕΣΑ απο τον φάκελο System ! (l2.exe)

 

 

PS: Για να κάνετε έναν χαρακτήρα GM πρώτα πρέπει να κάνετε Login και να δημιουργήσετε έναν και μετά κάντε ΟΠΩΣΔΗΠΟΤΕ logout! (Για να γίνει ένας χαρακτήρας GM δέν πρέπει να είναι συνδεμένος στον server).

 

* Ανοίξτε NAVICAT , διπλό αριστερό κλίκ στο Localhost στα αριστερά και μπείτε στο l2jdb . Θα εμφανιστούνε πολλά κουτάκια, βρείτε το κουτάκι Characters και διπλό κλίκ πάνω του. Βρείτε την γραμμή με το account σας και στην στήλη Access Level βάλτε 100 !

 

Login και είστε έτοιμοι! Cheesy

 

 

 

Καλή τύχη σε όσους ασχοληθούν ^^

 

Το τόπικ μου πήρε 1 Ώρα και 24 Λεπτά  οπότε μήν νομίζετε ό,τι είναι Copy/Paste καλή τύχη σας!!...

Posted
Καλή τύχη σε όσους ασχοληθούν ^^

 

Το τόπικ μου πήρε 1 Ώρα και 24 Λεπτά  οπότε μήν νομίζετε ό,τι είναι Copy/Paste καλή τύχη σας!!...

Και δεν έχει ούτε μία εικόνα...;

Έχουν γίνει πάρα πολλά τέτοια Share και έχουμε και Sticky με αυτό το θέμα. Δεν θα σου πω μπράβο για τον κόπο σου γιατί όπως λες ότι είσαι νέος στο forum μπορούσες να δεις ότι υπάρχει ήδη αυτό που έκανες και υπάρχει μάλιστα και πάρα πολλές φορές και λεν όλοι είναι το πρώτο μου Share και κάνετε όλοι το ίδιο. Άδικος κόπος κάνε κάτι πιο δημιουργικό την επόμενη φορά και πρωτότυπο!

Posted

ΟΚ.Συγνώμη...

kita egw 8a s pw bravo gia tn kopo s

ala exi idi para pola topic me ayto t theme k arketa ine k kalitera dld me eikones

kai ides oti dn knoun comment klp gt iparxoun k Sticky topic.

Thanks

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • This is complete dogshit.  It's missing the most basic things. There are duped cells everywhere, and cells where there shouldn't be any, places that are completely unreachable by the player. (like below all sorts of stairs) DO NOT EVEN CONSIDER BUYING THIS, THIS IS CHATGPT SLOP AND A SCAM  
    • A modern game panel rebuilt from scratch for Lineage 2 private servers What is L2jWeb V3? L2jWeb V3 is the new version of the panel, fully refactored from scratch. This is not a small update on top of the old V2 code. The whole structure has been redesigned with cleaner logic, better separation between the web panel and the game database, improved security, and a much better way to support different L2J sources. The goal is simple. Server owners should be able to manage their project, users, donations, shops, game accounts, characters, and multiple servers from one panel without having to fight with hardcoded database logic every time they use a different source. Refactored From Scratch The new implementation was built again from the ground up. The old approach worked, but over time it became harder to maintain because every L2J source has its own database structure, table names, columns, and custom changes. V3 solves this in a cleaner way. Instead of mixing source specific queries all over the panel, the system now uses a proper mapping layer for the game database. Correct L2J Source Database Mapping One of the biggest improvements in L2jWeb V3 is the new database mapping system for different L2J sources. Every important game object is bound to an interface contract. Accounts, characters, items, services, rewards, and other source related actions are not hardcoded directly into the panel anymore. The panel works with contracts, and each L2J source has its own implementation behind those contracts. In simple words, the panel knows what it wants to do, and the selected source knows how to do it in its own database. This makes the project much easier to maintain, easier to extend, and much safer when adding support for more L2J sources in the future. Multi Server Support L2jWeb V3 supports multiple game servers from the same installation. You can add and manage different servers from the admin panel. Each server can have its own database connection, source type, settings, shop products, and services. This is useful if you run more than one realm, different chronicles, seasonal servers, test servers, or multiple projects from the same community. x402 Wallet Crypto Payments L2jWeb V3 also adds support for the x402 protocol. This is a very important feature for modern payments because it allows wallet to wallet payments without a traditional middleman holding the money. With normal payment gateways, the payment usually goes through a company that controls the flow, keeps custody for part of the process, applies rules, and may block or delay things. With x402, the user pays directly from their wallet and the server owner receives the payment directly to their wallet. The facilitator helps the application verify the payment. It checks the payment proof and confirms that the request has been paid correctly, so the panel can safely continue with the donation or balance update. The important part is that the facilitator is not the same as a classic payment processor. It helps with verification and coordination, but the funds move wallet to wallet. For server owners, this gives a more direct payment option and reduces dependency on traditional third party platforms. In order to learn more for x402 protocol click here Donation System L2jWeb V3 includes a complete donation system. Supported payment options can include: Stripe PayPal x402 wallet to wallet crypto payments Donations can be stored in the user's master account balance and then used inside the panel for shop purchases, services, or other features depending on your setup. Master Account System Players use one master account to manage their game accounts and characters. This makes things easier for the player because they do not need to remember every detail separately. From the user panel, they can create game accounts, manage existing accounts, recover details, and access available services. Game Account Control Players can manage their game accounts directly from the panel. Available features can include: Create game accounts Manage existing game accounts Reset or recover credentials View linked characters Use account related services Receive game account details by email if enabled Character Menu And Services The character menu gives players quick access to useful character actions from the web panel. For example, if a character gets stuck, the player can use the unstuck option and send the character back to town without waiting for staff support. More services can be configured depending on the server setup. Shop And Services The shop is fully manageable from the admin panel. You can add products, edit prices, enable or disable products, and choose which server each product is available for. This makes it easier to monetize your server while keeping control over what each server can sell. For example, one server can have different products or prices than another server. Fully Customizable Theme The panel is fully customizable through theme settings. You can change logos, icons, and all main colors directly from the panel, so the website can match your server's branding without editing the code manually. Admin Panel L2jWeb V3 includes a powerful admin panel for managing your project. Admin features include: Server management User management Donation logs Shop management Panel settings Theme settings for logos, icons, and colors Social login settings Security options Game source configuration Most important settings are configurable directly from the panel, so you do not need to edit files manually for every small change. Security Features Security was also improved in the new implementation. Available security features include: Two factor authentication Email verification Cloudflare Turnstile protection against bots Rate limiting per guest IP or authenticated user CSRF protection XSS protection Security headers HTTPS only protection Password confirmation for sensitive actions Social login support Social Login The panel can support social login providers such as Google and Discord. This gives players a faster way to register and log in, while still keeping the account system controlled from the panel. Other Features Database cache system Server status Multi source support Optional email verification Optional account details email after registration Cloudflare Turnstile bot protection Modern user dashboard Modern admin dashboard Clean Laravel based implementation Demo demo.l2jweb.com Some features may be disabled in the demo version or may not work exactly like a live installation. Contact Discord: Contact me Pricing Price is 150 euro flat, the same as Version 2. Existing customers get a 50 euro discount. Custom Work If you need custom features, source adaptations, special services, design changes, or extra integrations, you can contact me and we can discuss your request. Extra custom work is not included by default and must be paid separately. Test And Payment Files are not delivered before payment. If you want to test the panel first, a demo link can be provided.
    • Well, it turns out 100 characters really wasn’t enough for a proper test. Here’s a simulation of 1,500 players in a single location — each one is randomly equipped, running around randomly, and casting skills.    
  • Topics

×
×
  • 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..