Jump to content

Recommended Posts

Posted

Όλα αυτά δουλέυουν για L2j. Κάποια και για κάποια forks του.

________________________________________________________________________

 

Προετοιμασία -Απαραίτητα αρχεία:

 

Java JDK 6 Update 6 ή νεώτερο για να τρέξετε τον Server. Download: http://java.sun.com/javase/downloads/

  MySQL 5.0.51b ή νεώτερο για το DataPack. Download: http://dev.mysql.com/downloads/mysql/5.0.html

  Navicat 8 for MySQL ή νεώτερο για να διαχειριστείτε την DataBase. Download: http://www.navicat.com/download.html

  L2J Server Download: http://www.l2jserver.com/nightly/

  L2J DataPack Download: http://www.l2jdp.com/nightly/

 

Εγκατάσταση MySQL:

Εξαγωγή του 'mysql-5.*.x-win.zip' σε ένα προσωρινό φάκελο.

Εγκατάσταση MySQL όπου θέλετε (κατά προτίμιση σε ξεχωριστό σκληρό δίσκο αποκλειστικά για αυτήν).

Γράψτε τον κωδικό πρόσβασης που ορίσατε κατά την εγκατάσταση αν ορίσατε.

Επανεκκίνιση του συστήματος μετά το τέλος της εγκατάστασης.

 

Προετοιμασία Server αρχέιων:

Εξαγωγή του 'L2J_Server-unstable.zip' σε ένα προσωρινό φάκελο.

Εξαγωγή του 'L2J_DataPack-unstable.zip' στον προσωρινό φάκελο που κάνατε εξαγωγή το 'L2J_Server-unstable.zip'.

 

Εγκατάσταση Navicat:

Εκτελέστε το αρχείο και εγκατάσταση.

Τρέξτε το πρόγραμμα.

Επιλέξτε 'New Connection' και εισάγετε τα κατάλληλα δεδομένα

(τοποθεσία MySQL Server - 'localhost' άμα είναι στο ίδιο μηχάνημα, όνομα χρήστη - 'root', κωδικός πρόσβασης - αυτόν που δώσατε κατα την εγκατάσταση της MySQL)

 

Εισαγωγή δεδομένων στην βάση δεδομένων:

Διαβάστε το 'README' μέσα στον φάκελο που κάνατε Extract τον Server και το DataPack.

Εκτελέστε το 'database_installer.bat' και ακολουθήστε τις οδηγίες στην οθόνη σας.

Επιλέξτε Full install για νέα εγκατάσταση ή Upgrade για αναβάθμιση.

 

Java:

Απλά τρέξτε και εγκαταστήστε το JDK/JRE.

________________________________________________________________________

 

Εγκατάσταση Servers - Login Server:

Ανοίξτε το αρχείο '/login/config/loginserver.properties' και αλλάξτε τα εξής:

ExternalHostname= (εδώ βάζετε την Internet IP σας - Αν θέλετε να παίξετε μόνοι σας βάλτε 127.0.0.1)

InternalHostname= (εδώ βάζετε την LAN IP σας αν έχετε παίκτες μέσω LAN ή 127.0.0.1 αν είστε μόνοι σας)

 

# Database info

Driver=com.mysql.jdbc.Driver

#Driver=org.hsqldb.jdbcDriver

#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver

URL=jdbc:mysql://localhost/l2jdb

#URL=jdbc:hsqldb:hsql://localhost/l2jdb

#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=

Login=root

Password=        <---- HERE PUT YOUR MYSQL PASSWORD

MaximumDbConnections=10

________________________________________________________________________

 

 

Εγκατάσταση Servers - Game Server:

Ανοίξτε το αρχείο '/gameserver/config/server.properties' και αλλάξτε τα εξής:

ExternalHostname= (εδώ βάζετε την Internet IP σας - Αν θέλετε να παίξετε μόνοι σας βάλτε 127.0.0.1)

InternalHostname= (εδώ βάζετε την LAN IP σας αν έχετε παίκτες μέσω LAN ή 127.0.0.1 αν είστε μόνοι σας)

 

# Database info

Driver=com.mysql.jdbc.Driver

#Driver=org.hsqldb.jdbcDriver

#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver

URL=jdbc:mysql://localhost/l2jdb

#URL=jdbc:hsqldb:hsql://localhost/l2jdb

#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=

Login=root

Password=        <---- HERE PUT YOUR MYSQL PASSWORD

MaximumDbConnections=10

Καταχώρηση Game Server(s):

Για κάθε Game Server τρέξτε '/login/RegisterGameServer.bat' και δώστε τον αριθμό που θέλετε να δώσετε στον κάθε Game Server και αντιγράψτε το 'hexid(server-x).txt' στον φάκελο '/gameserver/config/' του Server όπου ορίσατε και μετονομάστε το σε 'hexid.txt'.

 

Τρέξτε τους Server:

'/login/startLoginServer.bat' για τον Login Server.

'/gameserver/startGameServer.bat' για τον Game Server.

Εφόσον στο παράθυρο του Game Server εμφανίζεται στο τέλος 'Registered on login as Server 0 : Bartz' τότε όλα είναι ΟΚ.

 

Για να συνδεθείτε:

Έναρξη > Εκτέλεση > 'notepad.exe C:\windows\system32\drivers\etc\hosts'

127.0.0.1 L2authd.lineage2.com

78.47.101.197 nProtect.lineage2.com

________________________________________________________________________

 

Για Home Server:

Αν το μηχάνημα δεν είναι Server μηχάνημα (δηλαδή ειδικό routing) και το έχετε σε ένα κανονικό PC με ένα συνιθισμένο Router τότε πρέπει να κάνετε αυτές τις ρυθμίσεις για να βγεί Internet:

 

gameserver/config/server.properties

GameserverHostname=*

External hostname= Internet IP ή no-ip subdomain

Internal Hostname= LAN IP του server στο LAN σου

LoginHost=127.0.0.1

login/config/loginserver.properties
ExternalHostname=127.0.0.1

InternalHostname=127.0.0.1

Loginserverhostname= LAN IP του server στο LAN σου

LoginHostname=*

 

Παράδειγμα:

gameserver/config/server.properties

GameserverHostname=*

ExternalHostname=62.169.XXX.XXX

InternalHostname=192.168.1.65

LoginHost=127.0.0.1

login/config/loginserver.properties

ExternalHostname=127.0.0.1

InternalHostname=127.0.0.1

LoginserverHostname=192.168.1.65

LoginHostname=*

62.169.XXX.XXX = Internet IP

192.168.1.65 = LAN IP

________________________________________________________________________

Πως να βρείτε την Internet IP σας:

http://www.whatsmyip.org/

________________________________________________________________________

Πως να συνδεθείτε:

Ανοιξτε το hosts αρχείο με το notepad: C:\windows\system32\drivers\etc\hosts

και προσθέστε την εξής γραμμή:

η IP σου<κενό>L2authd.Lineage2.com

πχ.

89.149.255.12    L2authd.Lineage2.com       

________________________________________________________________________

Πως να διορθώσετε το πρόβλημα με το "Hacking tool has been discovered" (gameguard):

Ανοιξτε το hosts αρχείο με το notepad: C:\windows\system32\drivers\etc\hosts

και προσθέστε την εξής γραμμή:

216.107.250.194    nProtect.lineage2.com

________________________________________________________________________

Πως να συνδεθούν από το Internet:

Από το modem/router πρέπει να ανοίξεις συγκεκριμένες TCP ports:

Login: 2106

Gameserver: 7777

Μην ρωτήσετε πως γίνεται! Διαβάστε το manual του modem σας. Η διαδικασία διαφέρει από μοντέλο σε μοντέλο!

________________________________________________________________________

 

Αλλαγή διάρκεια Buffs:

Για τα Buffs:

Στο Character.properties

EnableModifySkillDuration = true

SkillDurationList = 271,4200;272,4200;273,4200;274,4200;275,4200;276,4 200;277,4200;307,4200;309,4200;310,4200;311,4200;3 66,4200;367,4200;530,4200;\

264,4200;265,4200;266,4200;267,4200;268,4200;269,4 200;270,4200;304,4200;305,4200;306,4200;308,4200;3 49,4200;363,4200;364,4200;437,4200;529,4200;\

1002,4200;1003,4200;1005,4200;1006,4200;1007,4200; 1009,4200;1010,4200;1229,4200;1251,4200;1252,4200; 1253,4200;1284,4200;1308,4200;1309,4200;1310,4200; 1362,4200;1363,4200;1390,4200;1391,4200;1413,4200; 1461,4200;\

1353,4200;1311,4200;1307,4200;1204,4200;1085,4200; 1078,4200;1077,4200;1062,4200;1044,4200;1043,4200; 1035,4200;1068,4200;1040,4200;1073,4200;\

1191,4200;1189,4200;1182,4200;1033,4200;1259,4200;  \

1032,4200;1036,4200;1045,4200;1048,4200;1086,4200; 1240,4200;1242,4200;1243,4200;1388,4200;1389,4200; 1392,4200;1393,4200;1352,4200;\

1355,4200;1356,4200;1357,4200;\

1087,4200;1257,4200;1397,4200;1304,4200;1303,4200;  1354,4200;\

1059,4200;1268,4200

 

Κάθε γραμμή διαφορετική ομάδα buffs. Είναι για 70 λεπτά διάρκεια.       

________________________________________________________________________

 

Σημειώνω

Δεν προσφέρω καμία υποστήριξη για αυτά που δημοσιεύω.

Σε εμένα δουλεύουν τέλεια. Αν δεν δουλεύουν σε εσάς τότε ή κάνετε κάτι λάθος (άρα πρέπει να πάψετε να ασχολείστε με αυτό το θέμα και να πάτε να βγείτε καμιά βόλτα με την κοπελιά σας) ή χρησιμοποιείτε κάποια διαφορετική έκδοση Server, μη συμβατή με εκείνη που χρησιμοποιώ.

Αναφέρομαι αποκλειστικά σε L2j, όχι L2jfree ούτε l2oneo ούτε l2emu.

Αν έχετε κάποιο πρόβλημα συμβατότητας ή χρησιμοποιήστε ότι και εγώ ή τροποποιήστε τα για την διανομή που χρησιμοποιείτε εσείς. Αν δεν γνωρίζετε πως να τα τροποποιήσετε ή να κάτσετε και να μάθετε αλλιώς σκεφτείτε εκείνη την βόλτα που ανάφερα πιό πάνω.

 

Δεν θα παρέχω οποιαδήποτε βοήθεια σε system patch, custom items κτλ που σχετίζονται με client modding καθώς είναι παράνομα .

 

Γίνομαι πιο συγκεκριμένος και λέω πως θα παρέχω υποστήριξη μόνο σε οποιαδήποτε απορία είναι σοβαρή και έχει να κάνει αποκλειστικά με κάτι το οποίο παύει να είναι συμβατό σε κάποια μελοντική έκδοση ή κάτι έχω κάνει λάθος και απλά δεν δουλεύει.

Οποιοδήποτε pm (προσωπικό) μήνυμα λάβω απλά θα το σβήσω και δεν θα απαντήσω. Μην ξεχνάτε πως με το να απαιτείτε και να ζητάτε βοήθεια με pm υπάρχουν 2 κίνδυνοι: είτε να μην απαντήσω, είτε να απαντήσω και να στερηθεί την βοήθεια μου κάποιο άλλο μέλος που δεν θα μου στείλει pm και εσείς δεν θα κάνετε κάποιο δημόσιο post. Το φόρουμ υπάρχει για να βοηθιούνται όλοι.

 

Link σε Video:

L2j Server Guide in Greek - Οδηγός για L2j Server

Posted

θα ηθελα να ρωτησω κατι που ειχα δει και στο αλλο σου guide nekeys το mysql το κανις install σε ενα δισκο εντελος μονο του ή και το pack του server σε εκινον τον δισκο μεσα?

Posted

Την mysql, ολομόναχη, για να μην δυσκολεύεται ο δίσκος. Είναι το πιο απλό για να κάνεις τον server να πετά.

 

@Killer_09 ο πιο απλός και περιεκτικός οδηγός στα... Ελληνικά. Οι περισσότεροι είναι είτε υπερβολικά απλοί ή πολύ "χύμα".

  • 4 weeks later...
Posted

Para poli kalo..... Na se kala.

 

Kai oxi den iparxoun alla tetia topics pou na anaferonte se l2j.

Exo diavasi ta perisotera kai panta eperna alla apotelesmata apo auta pou eprepe, giati htan gia l2j free, l2 matrix etc.

Kaneis den eftiakse enan odigo gia ton pio sinithes project.

 

ty man

Posted

Είναι τόσο καλό που αναρωτιέμαι αν είναι 100% δικό σου :P

Τεσπά αυτό το topic έπρεπε να πάει sticky, αλλά με τον ρατσισμό που υπάρχει έδω μέσα το πολύ πολύ να σου δώσουν ένα +1

. Συνέχισε έτσι αδερφέ!

Posted

Είναι τόσο καλό που αναρωτιέμαι αν είναι 100% δικό σου :P

Τεσπά αυτό το topic έπρεπε να πάει sticky, αλλά με τον ρατσισμό που υπάρχει έδω μέσα το πολύ πολύ να σου δώσουν ένα +1

. Συνέχισε έτσι αδερφέ!

 

Dn einai panta etsi re...Aplws exoun ginei para polla paromoia (oxi idia) guides gia auto to poli poli na parei kanena +1 :P

Posted

Dn einai panta etsi re...Aplws exoun ginei para polla paromoia (oxi idia) guides gia auto to poli poli na parei kanena +1 :P

Μπαα, δεν δίνουν σημασία στα "χαμηλά" members, λες και αυτοί ξέρουν τπτ παραπάνω... άλλα τεσπα μην το αρχίσουμε έδω αυτό. Ένα σου λέω οτι δεν θα του δώσουν καν +1 καρμα. (όχι VIP member.. από Legendary κτλπ...)

  • 3 months later...
Posted

Το guide φτιάχτηκε έτσι για να είναι όσο πιο απλό γίνεται δίχως πολλά φρου- φρου.

Δικό μου είναι και το δημοσιεύτηκε πρώτα στο φόρουμ του www.online-games.gr στις 29-1-2008!

Posted

Αυτο ποια διαφορα εχει με το να κανεις

Compile? Υπαρχει καμια διαφορα μεταξυ τους?

Εξηγηστε μου σας παρακαλω γιατι εχω μπερδευτει :P

Posted

Το compile ουσιαστικά κάνει τον πηγαίο κώδικα, εκτελέσιμο.

Η πρακτική του χρησιμότητα είναι να μπορείς να κάνεις αλλαγές σε επίπεδο core, aka στην java πλευρά του server.

 

Προσωπικά εμένα με βολεύει ακόμα και αν δεν κάνω αλλαγές σε java επίπεδο, ώστε να κρατάω diff files ώστε να ελέγχω προσεκτικά τι αλλαγές γίνονται στον κώδικα ανά τα update.

 

Αν δεν σε απασχολεί να κάνεις αλλαγές στον core, τότε το compile (aka Eclipse SDK) δεν σου χρειάζεται.

Καλό όμως θα ήταν να ασχοληθείς για να γνωρίσεις τα ενδότερα του server σου.

Posted

Πιστεύω πως έχεις απόλυτο δίκιο αν και όλο το θέμα

Compile με έχει ψηλομπερδέψει...

Πρέπει να ψαχτω περισσότερο :)

Posted

Lipon,

Iparxoun Para Pola Tetia Posts... To Parousiazis san "Nightly" Les Kai Exi Kamia Diafora...

 

Tespa...Kali I Prospathia sou opote Tha prepi na sou po Mpravo.

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

    • Played the first 20 lvls in the OBT, very promising indeed. Quests seemed to be working fine for the most part although there's no need for the repetitive quests in the start since with x3 rates (x4 with premium which is pretty cheap tbh) adena from mobs outperforms the repetitive quests since you outlevel them in the early stage before you finish the quest, one time quests are good though and that's where is the juice. Idk how the og elixir was since I was a kid but this is definetely going to be much easier than your usual x1-2 no buffs server since GK is free for the first 40 lvls and you get basic 6 basic normal buffs even after low levels, that's not a bad thing for a lot of people though. Will be there on the opening.  
    • This post originally appeared on MmoGah. As the global release of Aion 2 draws near, players are eagerly preparing to dive into this highly anticipated MMORPG. One of the most important decisions you’ll make is choosing the right class, as it will define your experience in both solo and group content. Aion 2 introduces eight distinct classes, each with unique gameplay mechanics, strengths, and roles. Whether you’re a seasoned veteran or a newcomer, understanding these classes is essential to finding the one that suits your preferred playstyle. This guide provides a comprehensive overview of all eight classes, tips for selecting your ideal role, and recommendations for different types of players. Aion 2’s class system offers a variety of options across tanks, damage dealers, healers, and hybrid supports. Here’s a quick breakdown of the roles: - Tank Classes: Templar - Physical DPS Classes: Gladiator, Assassin, Ranger - Magical DPS Classes: Sorcerer - Hybrid Classes: Spiritmaster, Chanter - Healer Class: Cleric Each class has been carefully designed to excel in specific scenarios, whether it’s PvP, PvE, solo leveling, or large-scale faction battles. Pro Tip: As you embark on your journey, remember that having Aion 2 Kinah can greatly enhance your experience, so consider acquiring it to make the most of your adventure.   Class Breakdown Templar – The Indomitable Tank The Templar is the quintessential tank, specializing in defense and crowd control. With high durability and reliable aggro management, this class is invaluable in group content and large-scale battles. Strengths: - Exceptional survivability  - Top-tier aggro control  - Disruption tools for PvP  Playstyle: Templars thrive on the frontlines, soaking up damage and protecting allies. They are perfect for players who enjoy leading the charge and maintaining battlefield control. Gladiator – The Melee Powerhouse The Gladiator strikes a balance between offense and defense, offering strong AoE damage and decent survivability. This class excels in fast-paced melee combat and open-world PvP. Strengths: - High AoE damage  - Lifesteal-style abilities for sustain  - Versatile in both PvE and PvP  Playstyle:  Gladiators are ideal for players who enjoy dynamic melee combat with a mix of durability and damage. Assassin – The Stealthy Burst Specialist Assassins are masters of stealth and mobility. Known for their high single-target burst damage, they dominate in duels and small-scale PvP encounters. Strengths: - Exceptional burst damage  - Stealth mechanics for ambushes  - High mobility for quick disengagement Playstyle: This class is perfect for players who prefer fast-paced, tactical gameplay with an emphasis on sneaky kills. Ranger – The Precision Archer Rangers excel at dealing consistent physical damage from a distance. With excellent crowd control abilities and strong kiting potential, they are a solid choice for both PvE and PvP. Strengths:  - Safe ranged damage  - Strong crowd control tools  - Great for solo play  Playstyle: Rangers suit players who enjoy staying at range, controlling enemies, and executing precise attacks. Sorcerer – The Magical Artillery Sorcerers are pure magic damage dealers with devastating AoE spells and crowd control abilities. They are capable of turning the tide of battle with their massive burst potential. Strengths: - Highest magical burst damage  - Excellent AoE capabilities  - Crowd control via slows and immobilizes  Playstyle: Sorcerers are perfect for players who enjoy dealing immense magical damage while controlling enemies from a distance. Spiritmaster – The Tactical Summoner The Spiritmaster brings strategic depth to combat by combining summons, debuffs, and utility spells. This class is highly versatile and excels in both solo and group settings. Strengths: - Elemental summons with unique abilities  - Strong debuffs for PvP dominance  - Great solo leveling potential  Playstyle: Spiritmasters are best suited for players who enjoy strategic gameplay and multitasking in battle. Cleric – The Essential Healer The Cleric is the backbone of any group, providing powerful healing, cleansing, and defensive buffs. This class is indispensable in dungeons and raids. Strengths: - Reliable direct and AoE healing  - Cleansing abilities to remove debuffs  - Vital for group survival  Playstyle: Clerics are ideal for players who take pride in supporting their team and ensuring everyone stays alive. Chanter – The Hybrid Support The Chanter blends melee combat with healing and party-wide buffs. This versatile class can fill multiple roles in a group, making it a valuable addition to any team. Strengths: - Strong party buffs  - Solid healing capabilities  - Decent melee damage Playstyle: Chanters are perfect for players who want to contribute both offensively and defensively while supporting their team.   Choosing the Right Class What’s Your Playstyle? To help narrow down your choice, consider what you enjoy most in an MMORPG: • If you like tanking and leading the charge, choose Templar. • If you like melee combat with high durability, choose Gladiator.  • If you like stealthy gameplay with burst damage, choose Assassin.  • If you like ranged combat with precision, choose Ranger.   • If you like Massive magical damage, choose Sorcerer. • If you like tactical utility with summons, choose Spiritmaster. • If you like healing and supporting teammates, choose Cleric.  • If you like hybrid support with melee combat, choose Chanter. Beginner-Friendly Classes If you’re new to MMORPGs or unsure where to start, these classes offer straightforward mechanics: 1. Templar – Durable, beginner-friendly tank. 2. Cleric – Essential healer with clear roles in group content. Solo vs. Group Play Some classes excel in solo play, while others shine in groups: - Best Solo Classes: Gladiator, Ranger, Spiritmaster (good sustain and flexibility). - Best Group Classes: Templar (tank), Cleric (healer), Chanter (support). PvP Recommendations For competitive players who enjoy PvP: - 1v1/Small-Scale PvP: Assassin (stealth burst) or Sorcerer (burst + CC).  - Large-Scale PvP: Spiritmaster (debuffs) or Templar (frontline disruption). Team Composition Tips Building a balanced party is crucial in Aion 2. Consider these combinations for optimal synergy: - Tank + DPS + Healer: Templar + Sorcerer + Cleric (classic setup).  - Buff-Oriented Group: Gladiator + Chanter + Cleric (durability + support).    Final Thoughts Aion 2 offers a rich variety of classes tailored to different playstyles. Whether you prefer tanking, dealing damage, or supporting your team, there’s a class that fits your preferences. To summarize: - For beginners: Start with Templar or Cleric. - For high damage: Choose Gladiator, Assassin, or Sorcerer. - For strategic gameplay: Go with Spiritmaster. - For support roles: Opt for Cleric or Chanter. Still undecided? Share your preferred playstyle—solo adventuring, competitive PvP, or cooperative group play—and you’ll find the perfect class to begin your journey in Aion 2!  
    • Prepare for OBT (Open Beta Test)! https://www.l2ertheia.eu/news:open-beta-test-obt/
    • What the actual fuck? HEY Maxtor, gay of the season, time to do some work. Banning required.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock