GR:Γεια σας, παιδιά!!! Έχω φτιάξει έναν interlude server και θέλω να παίζουν μέσα και άλλα παιδιά... ποια αρχεία πρέπει να τους δώσω για να μπουν στον server μου; Επίσης, πως μπορώ να αλλάξω το όνομα του server μου;
EN:Hello, guys!!! I have made an interlude server and I want some other people to play in it... what files have I to give to them to have access into my server? Also, how can I change the name of my server?
P.S:Sorry for my English... I am from Greece...
EN:i want to add auto announcements on my server and i have the pack l2jserver and its the last one ....
can someone tell me if i can do it and how i can do it ?
gr:hi 8elo na pros8eso sto server auto announcements kseri kanenas pos 8a to balo
na doulepsi.exo to pak l2jserver to teleyteo.
there was a jscript for this in the l2jreleases or in l2jtools i do not remember. but you can copy the source code from a pack that has it. i think check l2 emu.
akribos.
to onoma to allazis apo to system pane sto client modding na katebasis to l2filleedit kai to patcher kai meta kane edit to arxiaki pou exi ta server name. an psaxis tha to bris.
yep, just the game. visit l2j client section and you will find how to do it.
who must download WIKI or SVN if you have better than wiki and svn please suggest me
Greek
File gia na s dosw na katalaveis to svn eine dimiourgimenso se anoikto kodika diladi o kathenas borei piraksei kodika gia na ftiaksei bugs.To svn lipon borei na diaxirizete ta arxeia p bazeis mesa se afto.GIa paradeigma to l2j vazei to kodika tou(source)mesa(commit).Etsi borei na anabathmizei o kathe dev
To wiki eine trac wiki stin ousia.To trac dinei tin dinatotia na vlepeis tis allages p kanei o kathe dev alla kai tis palies ekdosis.Akomi boreis na stelensi tickets gia boithia kai tlp
Ara apo ti katalaves prepei na xrisimopieissis ena subversion(svn)client opos gia paradeigma to eclipse
Diladi apo svn thakatevaseis to source code.Analoga pia omada l2j,l2jfree kai l2emu tha to sindeseis(compile)me diaforetiko tropo
Iparxoun polla guides giafto
Gia paradeigma ama xrisimopiois l2j pigene sto tools and guides kai des to guide tou antoni(how to compile l2j)
Ama xrisimopoieis l2jfree i l2emu pigene sto guide (Share best guide for maven)
Elpizw na katalaves
English
My friend to give you to understand Subversion(Svn) is an open-source version control system. It manages files placed in a central repository. This repository acts much like a file server, except that it remembers every change ever made to your files and directories. This allows you to recover older versions of your data, and see what developer has changed which file.
Wiki is actually trac wiki.Trac provides software development teams with ticket for bugs and feature requests, roadmap planning, a wiki, and Subversion integration.
As you understand you you must use a subversion client like eclipse(recommended).
Ckeckout the project you want from svn with this client
But remember that if you use L2j you must build your project(compile)with ant.If you use L2Jfree,L2Emu or L2Umbrella you must compile it with maven
There are a lot of guides in this forum just search.
Last edited by EzEraL; 29-04-08 at 03:10 PM.
crazystyle read the rules. do not spam. in l2jtools section you can find guides for hwo to install it. in the l2j releases in droppo's thread you can find the packs. use them and have fun.
Exw to eksis problimataki!!!! errorcode=620 exv gamithei na psaxnw an dw ti fteei alla tipote
i have problem with errorcode=630 i have tray many may soloution but nothing
gr:exo katebasi to teleyteo data pak apo ti selida Directory Listing of /nightly/ paratirisa orismena pragmata mporite na me boi8isete na ta ftiakso proton ta hero opla den ginonte sin 2 ta mp potion den litoyrgoyn tyx
en:i have down load this data pak from Directory Listing of /nightly/ and i have many problems can you help me? all hero weapon we cant enchant and mp postion dont work plz tell me ty
CONFIGSL2.ini RapidShare: 1-Click WebhostingCode:# This is the server configuration file. Here you can set up the connection for your server. # Usually you have to change the ExternalHostname option to # - 127.0.0.1 (if you want to play alone / testing purpose) # - LAN IP* (if you want to play from another computer in the network) # - WAN IP** (if you want to play with friends over internet) # - Questions? => http://l2jfree.com # # * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig" # **= If you want to get you WAN IP, visit http://www.whatismyip.com # =================================================================================================== # ================================================================ # General server setting !!! REQUIRED to configure to everyone !!! # ================================================================ # Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPs GameserverHostname=0.0.0.0 GameserverPort=7777 # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname ExternalHostname=79.103.168.183 # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname InternalHostname= # Define internal networks (10.0.0.0/8,192.168.0.0/16 is default internal networks) InternalNetworks= # Define optional networks and router IPs # IP (200.100.200.100) or fully qualified domain name # (google.com) that resolves to an IP (use ping to determine if a domain resolves). # Format: ip,net/mask;ip,net/mask,net/mask # (mask 192.168.0.0/16 or 192.168.0.0/255.255.0.0 would be 192.168.*.*) # Note: keep InternalNetworks and OptionalNetworks blank for compatibility with older login server OptionalNetworks= # The Loginserver host and port LoginPort=9014 LoginHost=127.0.0.1 # This is the server id that the gameserver will request (i.e. 1 is Bartz) RequestServerID = 1 # If set to true, the login will give an other id to the server if the requested id is allready reserved AcceptAlternateID = True # 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= MaximumDbConnections=50 # Datapack root directory, defaults to current directory from which the server is started #DatapackRoot=H:/workEclipse/L2J Free/trunk/L2_DataPack_IL # Define character name template # These ones are regular expressions, visit http://www.regular-expressions.info for details # Note: Checking lengths are done server side, but keep it in pattern for future purposes # Character name ( Default [A-Za-z0-9\-]{3,16} ) CnameTemplate=[A-Za-z0-9\-]{3,16} # Pet name ( Default [A-Za-z0-9\-]{3,16} ) PetNameTemplate=[A-Za-z0-9\-]{3,16} # Clan and ally name ( [A-Za-z0-9 \-]{3,16} ) ClanAllyNameTemplate=[A-Za-z0-9 \-]{3,16} # Title ( [A-Za-z0-9 \-\\[\\]\<\>\(\)\!\|]{3,16} ) TitleTemplate=[A-Za-z0-9 \-\\[\\]\<\>\(\)\!\|]{3,16} # Maximum number of chars per account - 0 = illimited - default = 7 CharMaxNumber = 7 # Define how many players are allowed to play simultaneously on your server. MaximumOnlineUsers=100 # Minimum and maximum protocol revision that server allow to connect. # You must keep MinProtocolRevision <= MaxProtocolRevision. MinProtocolRevision = 1 MaxProtocolRevision = 999 #--------------------------------------------- # Safe Reboot configuration #--------------------------------------------- # This will prevent some exploit during restart/shutdown process SafeReboot = True # To use following options, SafeReboot must be set to True # Time in seconds before server complete shutdown/reboot, when # following striction take effect SafeRebootTime = 10 # Disable item enchant SafeRebootDisableEnchant=True # Disable players teleportations SafeRebootDisableTeleport=False # Disable craft and crystallize SafeRebootDisableCreateItem=False # Disable trades and shops SafeRebootDisableTransaction=False # Disable actions between players SafeRebootDisablePcIteraction=False # Disable actions on NPC SafeRebootDisableNpcIteraction=False # Network traffic optimization: minimum time between sending char's hp/mp status update packet. NetworkTrafficOptimization = False NetworkTrafficOptimizationMs = 1100 # Flood Protection # if enabled players which send more then PACKETLIMIT packets in PACKETTIMELIMIT ms will get kicked # warning not tested made a quickhack for squeezed :) FloodProtection = False PacketLimit = 500 PacketTimeLimit = 1100 # ================================================================ # JMX Administration # ================================================================ # Port to connect with l2jmx, -1 to disable jmx completely admin_portJMX=-1 # Port to connect to jmx via HTTP, -1 to disable # disable it if it is not local test # http adaptor is usefull to see if your server is running with l2jbeans, or to see others beans (JRE, logging) # It is also possible to use it if you forbid this port for external host, but you have to be sure nobody can reach this url ! admin_portHTTP=-1 # password for keystore_file, the keystore file should be in config folder. # Comment it or remove the keystore file if you doesn't want to activate secure socket. #keystore_password=password # keystore file # this file is used to store a SSL certificate for your jmx server. # You have to create it with keytool like this : # $JAVA_HOME/bin/keytool -genkey -keyalg "RSA" -keystore myKeystore.jks -storepass myPassword -dname "cn=myhost" # Change myKeystore, myPassword and myhost for your own needs # You have to give this file to all people that will use l2jmx #keystore=keystore.jks
English:
Hello all gratz for the good work.
1st problem mammon Merchant doesnt work. Blacksmith spawn and works perfect. Also is it possible to add the merchant to announcments?
2nd Forts doesnt work. whenever i click on a door i get error and my clien closes.Is there a chance to be fixed?
3rd whenever i change something to my database (navicat) i have to make a restart of the gameserver so the changes will apply.is there any way to change something from navicat and will be dynamicaly applied to the game ?
4th i can enter to the php server of diskw and see all the tops accounts forums but i dont want to use my ip to enter there. is there any other way in case i want to make it public so others dont have to http://myip/a ?
5th is there any way to make navicat online so i can work the database from another site ?
6th Is there any php that have raids spawn-top pvp/pk-castle control with interlude map and 7th signs progress?
7th can i force to put username and passowrd so i can login to http://myip/a/?so only i can atleast see the stats ?
Server is Interlude l2jfree rev 2741, is on almost 2 weeks now with players playing.
Soz for the big post but i prefer to gather all the questions than post 1 by 1.
Ελληνικά:
Συγχαρητήρια για την καλη δουλεία σας.
1ον Ο mammon merchant δεν εμφανιζετε πουθενα υστερα απο την ληξη του 7 signs.
2ον Τα Forts δεν δουλεύουν.Υπαρχει καποιο fix?Οποτε κλικαρω πανω σε μια πορτα απο fort ο client crashari.
3ον Μπορω οποτε αλλαζω κατι απο τον navicat να γινετε αυτοματα στον Server και το αντιθετο ?
4ον Υπαρχει καποιος τρόπος να μπορώ να συνδεθω στο www του server mu αλλα χωρις να πρεπει να βαζω την ip Μου ?
5ον μπορώ να συνδεθω στο navicat απο καποιο αλλο site μεσω php ωστε να μπορω να στειλω η να λαβω πληροφορίες?
6ον Υπάρχει καποιο PHP που να εμφανίζει raids spawn-top pvp/pk-castle control με interlude χάρτη και την πορεία του 7th signs?
7ον μπορώ τουλαχιστον να πρεπει να βάλω ενα κωδικό για να συνδεθώ στο www του diskw http://myip/a ωστε μόνο εγω να μπορώ να δω τα στοιχεία?
o server ειναι Interlude 2741 εκδ ειναι On 2 βδομαδες σχεδον με κοσμο μεσα.
Υπαρχει περίπτωση οποιος ενδιαφέρετε και εχει χρονο να μου δωσει μεσω Pm το msn του ετσι ωστε να μπορω να επικοινωνώ ποιό άμεσα?
Tyyy
Last edited by kiutsitsu; 20-05-08 at 10:25 PM.
GR
pedes heeeelp!!!exo megalo prvlima...exo stin katoxh mou l2j server edo kai 1 xrono...meta apo ena format pou ekana sto pc mou.....kolaei to game sto "login in please wait" exo dokimasei :Oneo,l2jfree kai tpt...exo anoiksei ta ports 7777,kai klista ola ta firewall alla pali tpt,,,tin proti fora pou anoiksa ton server mou den eixa piraksei kan ta hosts kai oloi emenan kanonika...exei edo kai kati mines,exo kolisei...peite mou ti na kano???
ENG
guys heeeelp!!i got a big problem...i have a l2j server since 1 year...after the last format that i did to my pc....the game is freez to "login in please wait" i've try :Oneo,l2jfree and...nothing....i got open the ports 7777,and all of my firewalls are off but nohting again..the first time that i open my server i never touch the hosts file and everybody login normaly...i got this problem 2 months ago, tell me what to do???