Jump to content

mjst

Members
  • Posts

    1,462
  • Joined

  • Last visited

  • Days Won

    7
  • Feedback

    100%

Everything posted by mjst

  1. hello... www.l2omen.smfnew.com is off line? i can log and vote..
  2. isos na min einai kai toso xrisimo alla einai kati pou ego prosopika den ixera pou itan kai ipa na to mirasto mazi sas.. emena aplos afto to room mou aresei apistefta.. :D
  3. na rotiso... ego exo ena pack 3 click n go.. ean to peraso mono 8a exo provlima?? 8elo na po mipos prepi na kano kati alo? 8a prospa8iso na paro ta stats apoo to //gmspeed 4 k na ta peraso st //gmspeed 3 ... ginete afto?
  4. to pack einai : Preconfigured IL Pack_by_lightmagik L2JFree einai to 3 click n go.. loginserver.prop # ================================================================ # General login server setting !!! REQUIRED to configure to everyone !!! # ================================================================ # Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs LoginServerHostname=0.0.0.0 LoginServerPort=2106 GMMinLevel=100 # The port, ip on which login will listen for GameServers LoginHostname=l2majestic.no-ip.biz LoginPort=9014 # If set to true any GameServer can register on your login's free slots AcceptNewGameServer = False # If false, the licence (after the login) will not be shown ShowLicence = 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=root # Useable values: "True" - "False", use this option to choose whether accounts will be created # automatically or not. AutoCreateAccounts=True # The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic) # (0 = disable) IpUpdateTime=0 # ============================================================== # Test server setting, shoudnt be touched in online game server # ============================================================== Debug = False Assert = False Developer = False # Enforce GG Authorization from client # Login server will kick client if client bypassed GameGuard authentication ForceGGAuth=False #FloodProtection. time in ms EnableFloodProtection=True FastConnectionLimit=15 NormalConnectionTime=700 FastConnectionTime=350 MaxConnectionPerIP=50 #Ban management # number of attempt before a user is banned when he fails his login LoginTryBeforeBan=10 # Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600) LoginBlockAfterBan=600 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server.prop # 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=l2majestic.no-ip.biz # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname InternalHostname=192.168.1.2 # 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 <~~~ edo alazo tpt? tora evala to l2majestic.no-ip.biz # 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=root 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 na kai ti mou vgazi... tora ta evala etsi kai doulepsan :D loginserver.. # ================================================================ # General login server setting !!! REQUIRED to configure to everyone !!! # ================================================================ # Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPs LoginServerHostname=0.0.0.0 LoginServerPort=2106 GMMinLevel=100 # The port, ip on which login will listen for GameServers LoginHostname=0.0.0.0 LoginPort=9014 # If set to true any GameServer can register on your login's free slots AcceptNewGameServer = False # If false, the licence (after the login) will not be shown ShowLicence = 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=root # Useable values: "True" - "False", use this option to choose whether accounts will be created # automatically or not. AutoCreateAccounts=True # The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic) # (0 = disable) IpUpdateTime=0 # ============================================================== # Test server setting, shoudnt be touched in online game server # ============================================================== Debug = False Assert = False Developer = False # Enforce GG Authorization from client # Login server will kick client if client bypassed GameGuard authentication ForceGGAuth=False #FloodProtection. time in ms EnableFloodProtection=True FastConnectionLimit=15 NormalConnectionTime=700 FastConnectionTime=350 MaxConnectionPerIP=50 #Ban management # number of attempt before a user is banned when he fails his login LoginTryBeforeBan=10 # Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600) LoginBlockAfterBan=600 ~~~~~~~~~~~~~~ Servergame # 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=l2majestic.no-ip.biz # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname InternalHostname=127.0.0.1 # 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=root 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 tora doulepsan
  5. thx re c Hax0r alla den ginete alo.. ta parataw.. edo k 3 meres exo kolisi poly asxima.. ola mou pane anapoda :/
  6. okz.. xana den milaw.. nai omos einai sosto afto pou ginete? dld ego otan 8elo help na grafo k ego edo? dld me to -1 pou mou les oti prepi na faw ego einai san na ton epivravevis kai na tou les sinexise etsi kane edo post oti help 8es.. telos padon den 8elo na tsakonome kai den eimai sto forum gia na tsakonome.. sorry gia to pos milisa alla otan ka8ese kai psaxnis kapia post kai vlepis mprosta sou HELP e sou girnane ta miala...
  7. den xero... isos na min kano sosta to install alla isos na exo provlima kai me tin mySQl ... gia windows vista h mySQL mipos dini ali version??
  8. vazelos ti toou apadas more... katarxin giati g..mas to forum? den mporis na pas na grapsis sto http://www.maxcheaters.com/forum/index.php?board=67.0 eleos dld an o ka8enas pou i8ele help egrafe edo tora 8a ginotan mpour...lo edo niosteto ligo 100 fores vlepo edo mesa help... kai ego zitaw help alla sto katalilo meros eleos....
  9. Lineage II Develop [L2J] Greek<~~~~~~~~~~~ speak greek omg.. mpravo re c ty.. alla sti site pou ida elege strike nomizo.. afto pos to alazoume?
  10. tin ekana kamia 2-3 fores... alla tipota.... ase pou exo k provlima me tin my sql... olo mou vgazei provlima.. error 0
  11. connection name localhost already exist (or in other Navicat product) pecify a different connection name afto mou vgaze to navicat... :'( :'( :'( :'( :'( nomizo kai paliotera ekana install ena navicat alla den 8imame eki ti pass ixa vali... to kefali mou paei na spasi lol 11 wres prospa8o na kano ton server mazi me site kai alla.. kai kolisa tora se afto :/ kapios pou na xerei kati as mou pi... to navicat einai to 8... Modify: paw na kimi8o tora kai elpizo na exo kamia apadisi otan xipniso :D
  12. den doulevoun ta link... kapios na to klisi :/ kai kai epsaxna na vro video pfff tlos padon 8a vro alo :D
  13. sto ucoz giati den 8es na kaneis? se ekana add sto msn
  14. ftiaxe ena esy sto blogspot :P vale acc aftomata na ginode, anevase kai to patchaki sou kai 8a eisai GG :D des kai edo http://freegreece.net/ isos kaneis tpt :/
  15. ego ixa mpi se enan alon server kai dokimasa to WH enchant den ginotan alla otan patousa to koumpi mou evaze mesa to weapon alla den ginotan +++ alla to weapon diplasiazotan dldl ixa ena DB +3 ekana to script kai to evaze mesa kai aniga WH kai itan 2 DB to xana ekana kai meta ixe 3 DB lol tixenoun ti na po..
  16. GodPower ego exo connex otenet prepi na paro til kapou nomizo mou ipan.. ali8evei? prepi na mou xeklidosoun aftoi kapies ports.. psit.. as to valei kai kapios sto help
  17. file mpravo gia tin doulia pou kaneis kai gia to proto sou share-guide... otan enas neos prospa8ei na kanei kati xriazete photo... :D mia ikona 1000 lexeis den lene? afto akrivos kaneis...
  18. re c ean den mporis katevase ena 3 click n go na patas 3 koumpakia na sou exoun k etimo to admin acc... ti ka8ese kai pedevese toses wres... apo to mesimeri mou ipes oti psaxnis.. ase pou tora einai arga den exei kai poly kosmo ara tsampa kaneis tosa post.. avrio me to kalo pou 8a mpoune ta alania pou nio8oun 8a sou ta exigisoun min anxonese... kalo sou vradi...
  19. lipon.. teleftea fora grafo se esena edo giati den xero kai kapion alon tropo na kaneis acc GM.. ti na po exeis kanei poses fores double post.. mpori kai na fas kanena -12121212 h kanena ban gia kamia mera :P telos padon .. .. .. ego pou exo k ena 3 clik n go ston skliro C:\serverXxX\login exei to startAccountManager anixeto des ti leei kai kane acc.. kai pali den xero ean ginete.. mpori na leo kai xazomara.. eki pou 8a sou zitisi access lvl vale 1 h 100 h 150 h 200........... telos den xero tpt alo.. den 8a ekana pos alla mou spamares kai to mail m :D [move] Modify Modify Modify Modify Modify[/move]
  20. ta evgala kai ola einai ok doulevoun mia xara.... afta gia tin wra.. thx k pali
  21. ok to provlima li8ike... opios exei paromio provlima me vista h windows 7 edo einai mia kali lisi http://www.maxcheaters.com/forum/index.php?topic=83634.0 mporite na to klidosete ean kapios mod nomizi thx
  22. dld ta l2login l2login1 l2login2 na ta kratiso? mesa exoun ta gnosta ports.. kai to ena to java to kato na to vgaloto klik?
  23. ma fisika xriazete to tixos prostasia... min mas paroun kai ta sovraka :D ida kati stin foto... eki pou leei: java Platform SE binary kai to exeis me kli vlepo oti exei alo ena java Platform SE binary opou den to exeis me klik eno to diko mou exei kai ta 2 me klik.. na to vgalo to deftero? ektos apo afto exo vali kai stis exeresis l2login l2login1 l2login2 opou exoun mesa ta port.. http://www.imagehack.gr/images/th9ej2fbexzit5sv6deb.jpg[/img]
  24. nai file mou to ida kai tora me afto asxoloume ... ty all gia to help :)
  25. file symeon24 ilikrina sou milaw me helpares apistefta ali8ia sou leo...... des ti epa8a edo http://www.maxcheaters.com/forum/index.php?topic=101227.0 epsaxna mia wra tis ri8misis pou exo stin foto kai ta windows vista den to ixan.. mono sta xp itan etsi.. (to laptop apo ton kotsovolo to pires? to idio pira kai ego ida to fodo pou exeis... :P )
×
×
  • 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