Jump to content

selmo

Members
  • Posts

    26
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

About selmo

Profile Information

  • Gender
    Not Telling

selmo's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Hi Mxc community Could anyone tell me, what is the best config for my hardware: 4core 9550 2.83 12mb cash , 8gb ram ddr2 800mhz Os=Xp64bit harddrives is 7500rpm Below goes my Thread current config, you think its possible to increase? ThreadPoolSizeEffects = 30 # Default: 13 ThreadPoolSizeGeneral = 39 # Default: 2 UrgentPacketThreadCoreSize = 6 # Default: 4 GeneralPacketThreadCoreSize = 12 # Default: 4 GeneralThreadCoreSize = 12 # Default: 6 AiMaxThread = 12 Note: When i go to task manager i see cpu usage 3%,8% max And about Java could you help me getting the best server java allocation memory? My current config: java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xmx5120m -Xms2048m -Xmn1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer If you know a better line for this i would apreciate!! Im running Epilogue server, doesnt have lag, but population is low to I already tried 120+ people, with bots and real people ofc, offlineshops etc
  2. Could you tell me your `id` `current_cycle` `period` `olympiad_end` `validation_end` `next_weekly_change` settings?
  3. My olympiad doesnt end, i dont really know why, but i have a strong guess its due to this: `id` `current_cycle` `period` `olympiad_end` `validation_end` `next_weekly_change` 0 1 0 128333880085 1282716000 1283136507859 Could anyone explain me how to set this up I used : http://www.onlineconversion.com/unix_time.htm I never seen any tutorial about this.... Best regards to maxcheaters
  4. My olympiad doesnt end, i dont really know why, but i have a strong guess its due to this: `id` `current_cycle` `period` `olympiad_end` `validation_end` `next_weekly_change` 0 1 0 128333880085 1282716000 1283136507859 Could anyone explain me how to set this up I used : http://www.onlineconversion.com/unix_time.htm I never seen any tutorial about this.... Best regards to maxcheaters
  5. Full fix for the Port edit is: (Someone might need this) Go to Mysql Comand line Client and use this to create a username CREATE USER 'Your Username'@'%' IDENTIFIED BY 'Your Password'; GRANT ALL PRIVILEGES ON *.* TO 'Your Username'@'%' WITH GRANT OPTION; CREATE USER 'Your Username'@'localhost' IDENTIFIED BY 'Your Password'; GRANT ALL PRIVILEGES ON *.* TO 'Your Username'@'%' WITH GRANT OPTION; Example: Go to Mysql Comand line Client and use this to create a username CREATE USER 'Dreamsonline'@'%' IDENTIFIED BY '12345'; GRANT ALL PRIVILEGES ON *.* TO 'Dreamsonline'@'%' WITH GRANT OPTION; CREATE USER 'dreamsonline'@'localhost' IDENTIFIED BY '12345'; GRANT ALL PRIVILEGES ON *.* TO 'Dreamsonline'@'%' WITH GRANT OPTION; This is to create a new Username in Mysql You can drop username root DROP USER 'root'@'%'; Reconfigure your mysql password to the password you defined in comand line. Go to my.ini and change port number Usually C:\Program Files\MySQL\MySQL Server 5.1\my.ini # CLIENT SECTION # ---------------------------------------------------------------------- port=3306 <----- Edit this port to the one you want # SERVER SECTION # ---------------------------------------------------------------------- # The TCP/IP Port the MySQL Server will listen on port=3306 <----- Edit this port to the one you want We are finished with Mysql Now lets go to database ; for example i use Navicat New Conection Conection properties: fill in your information that you created in mysql comand line and port number that you edited in my.ini OK now the finall part Go to Server.properties and login.properties and change this line: URL = jdbc:mysql://localhost/l2jdb Change to URL = jdbc:mysql://localhost:port ip/l2jdb Example: URL = jdbc:mysql://192.168.1.2:6877 /l2jdb The 192.168.1.2 is your internal IP The :6877 is the mysql port of server/login will listen to Ok this might be helpfull for others, Good luck have fun
  6. Thanks so much i figurid it out googling, thanks for your fast replys The fix is: URL = jdbc:mysql://localhost/l2jdb Instead of localhost URL = jdbc:mysql://yourip:mysqlport/l2jdb Example: URL = jdbc:mysql://174.120.165.10:3778/l2jdb
  7. Hi, IM trying to change the port that connects trow mysql and navicat, and i succefuly did it. But when i try to start Loginserver.bat and gameserver.bat they give me a error saying there isnt a connection trow java to mysql. Could anyone help me solve this problem? The only missing thing is connect the new port from login/gameserver.bat to mysql/navicat. Notes: L2j Rev 7571 EP I search the forum and there isnt a tutorial about this.....(Could anyone do it,very hellpful)
  8. I dont know what should i answer on this, sorry .... If i delete from database armor,armor set and xml stats, then re-add them will it fix the clan restriction ? Because i just want to fix the Apella, i want to use it as Titanium armor I already changed the itemname.dat,the crystal type in db to s84,added new stats, but ingame the armor can only be used by Barons, or elders (i want to remove this restriction) regards
  9. Remove from database, what do you mean? In what sql do i remove the restriction? Pack is Rev 7571 l2j
  10. OK hi all, I have a question Does Epilogues revisions dont have the Apellaarmorrestriction=True/False option? I use l2j 7571 very nice pack, but doesnt have this option in config.properties Is there any other way to change it? Note: I dont have much java knoledge, but xml,html,sql,php,client mods, .dat i can handle good. Could anyone help? Best regards,
  11. New added: ..... Subclass can be added without quest item ..... Nobless needs quest items ..... Npc added quest item hellfire,lunargent ..... The 1st character is given Xp lvl 76 and Full A grade More coming ;) ......
  12. Yes, its growing every day ;) I loved the Last night event, all A-grades (armor/weapon/jewls) 1vs1. Tonight Gmt +0 at 22.00 will be another event, very nice come try it out Best Regards,
  13. Sorry but its low populated of course, its starting ;) But we all want you to try it out and leave your comment here, if you like it or not. Its nice, in my point of view (admin ofc) If i dont believe on my server, who will !!! Come and help populating this server ;)
  14. New info: Town Buffer is for lvl 40 and above, get buffs adventurer Herbs will help you trow the game untill lvl40 Some more things will be added soon Regards, ;)
×
×
  • Create New...