Jump to content

zoltir

Members
  • Posts

    28
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by zoltir

  1. Hi! Im looking for FULL C3 OFF Files. Anyone know site where I can download it? Because I cant find it :( Bye.
  2. Not :| If he said 4k+ player... do you think that l2j can do it?
  3. Hi. I have got 1.57 l2w (IG) and i have question: What is better and work in 100%: 1). Main option in walker [Auto Sell Crops] (dont know why but walker dont see all my seeds >.>) 2). This script: Thx for answer.
  4. привет всем! у нас на сервере есть казино т.е делаешь ставку к примеру 1к если все удачно то получаешь 2к поставил 10к получил 20к...Так что проблемма..слышал что есть такая фишка типо 100% удача. Так расскажите как это делается или нужна спец прога? спасибо
  5. Ye. Im looking for horn. Pay in $ or Euro. PM me at forum.
  6. <3 you for this rly...
  7. for sure CS :)
  8. Imo its point less O_O Just relog like 5times = 100cp pots in 3mins?
  9. imo its most stupid thing at this site/forum.... Its like donate and you will see it. 270 posts at "cheat tools forum"? What i can talk about here? Most of people just read new cheats, tricks in lineage 2. thats why i just dont know why you make that shit with penalty.
  10. "The file is suspected of illegal or copyrighted content." mmm
  11. I need script for making Quest like: Go there->talk with npc [Quest->BlaBlaBla->OK], now we have quest items->go to other npc->[Quest->BlaBlaBla->OK]->go to other npc->[Quest->BlaBlaBla->OK]->come back to main npc and get rewards->Starta again quest. Can someone make for me scructure or this? thx
  12. Hi. Im looking for L2Walker INgame for Dragon-Network. If anyone have it plz *.zip with it and .host :) thx btw im looking too for delevel script: one char hit npc other ress him and again...again...again.. thx
  13. Ok ok it work now :P i changed ip in gameserver config and it work :P But dont know how to change stats like p.atk, con, dex ext ect hmm
  14. Login: http://img88.imageshack.us/img88/1167/90553400pu4.jpg Game Server: http://img88.imageshack.us/img88/6849/72405614wu2.jpg ect ect ect http://img81.imageshack.us/img81/3724/44534730ff6.jpg
  15. Hmm again somethin wrong. OMG Login work (i can login) -> accept ruers -> and i see Server Online [Light] Ping 193? :O but when i click OK nothing heppen. why?
  16. uff thx but i have 2 more question: what ID shoul i put in serverregister? cuz 1 = "To high"; 0 and -1,2,3 ect = "id must be positive" 0_o so ee wtf? ->>>>>>>>>>>>>>>>>>>>> Ok found it. 2. What lvl have admin and GMs (1lvl, 2lvl)
  17. omg next shit >.< (but its full config file [login]): # 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://l2jserver.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 !!! # ================================================================ # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname ExternalHostname=127.0.0.1 # 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 # Bind ip of the loginserver, use * to bind on all available IPs LoginserverHostname=* LoginserverPort=2106 LoginTryBeforeBan=100 GMMinLevel=1 # The port on which login will listen for GameServers LoginPort=9014 # If set to true any GameServer can register on your login's free slots AcceptNewGameServer = True # 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 MaximumDbConnections=10 # 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) IpUpdateTime=15 # ============================================================== # 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 and problem is with create table: java.sql.SQLException: Can't create table '.\l2jdb\connection_test_table.frm' (e rrno: 121) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2870) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1573) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1665) at com.mysql.jdbc.Connection.execSQL(Connection.java:3176) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.ja va:1153) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java :1404) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java :1318) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java :1303) at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewP roxyPreparedStatement.java:105) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.initializeAu tomaticTestTable(C3P0PooledConnectionPoolManager.java:792) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.createPooled ConnectionPool(C3P0PooledConnectionPoolManager.java:696) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0 PooledConnectionPoolManager.java:257) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0 PooledConnectionPoolManager.java:271) at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(A bstractPoolBackedDataSource.java:128) at net.sf.l2j.L2DatabaseFactory.<init>(L2DatabaseFactory.java:112) at net.sf.l2j.L2DatabaseFactory.getInstance(L2DatabaseFactory.java:183) at net.sf.l2j.loginserver.GameServerTable.load(GameServerTable.java:127) at net.sf.l2j.loginserver.GameServerTable.<init>(GameServerTable.java:84 ) at net.sf.l2j.gsregistering.GameServerRegister.main(GameServerRegister.j ava:42) Welcome to l2j GameServer Regitering Enter The id of the server you want to register or type help to get a list of id s: Your choice: i try to change login-root to login=l2jbd (name of base) but still nothing.
  18. Hmm you talking about login\config? Cuz in my config file i have: and still same shit ;/ Btw why login=root? I didnt name it root when i instaled it (just dont see option to change it)
  19. Im making server l2j by: http://www.maxbastards.gr/forum/index.php?topic=889.0 When i try to run RegisterGameServer i have error: What is wrong?
  20. 3. I need script to use Mana Potions. Any one have it?
  21. Hi. I have two questions: 1. Is posible to make a script that if i say (in party): HP - my bot start heal me (use great heal)? 2. How to do that: Im play main char and when im target and HIT mob my bot (spoiler) use skill spoil and after death use sweeper? [move]************ THX for answer. ************[/move]
  22. Hi. Can anyone make for me zip with walker for l2 phoenix? Cuz im noob :> Thx
  23. nope ;] im nightmare player... but nm is "down" so i must play somewher
×
×
  • 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