Jump to content

MikeJ

Members
  • Posts

    348
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by MikeJ

  1. Μπράβο για τον κόπο σου, καλό collection.
  2. Yeah, download Notepad++.
  3. I don't have any antivirus now but Avast is a good one. (for a free solution)
  4. Εκτός από αυτό, μπορείς να βάλεις αντιθερμική πάστα πάνω στο CPU και θα κατεβούν αρκετά οι θερμοκρασίες.
  5. InTheEnd, don't try disabling chat logs (it's disabled by default anyway and I guess that you left it disabled) as this is not the cause of your errors. The actual cause is the logging in the "_all.txt" file in the log/game folder. (it's logging character creations etc)
  6. EDIT: That's not the problem.
  7. EDIT: The error occurs when java tries to write at _all.txt file.
  8. Έχεις Teamviewer; Αν ναι, στείλε στοιχεία σε PM να δω αν μπορώ να κάνω κάτι. EDIT: Τώρα βγαίνω, ίσως αύριο.
  9. Ποιο SVN βάζεις εκεί;
  10. It's in config/functions/l2jfrozen.properties. # -------------------------- # Custom Tables - # -------------------------- # Enable / Disable custom tables. # The rest of the custom tables are already activated. # Custom Spawnlist Table CustomSpawnlistTable = False # Gm Spawn gets saved on custom_spawnlist Table? SaveGmSpawnOnCustom = False # Gm Spawn gets deleted on custom_spawnlist Table? DeleteGmSpawnOnCustom = False
  11. Alright. By the way, you can add more things or make some things better but I'll let you find them out yourself. Good luck.
  12. Provide a virus scan for the new file because the virus scan is for the old file. (I compared the SHA256 hashes)
  13. What are you talking about? Didn't quite get your point.
  14. Alright then. By the way, I didn't want to offend you in any way. (just saying)
  15. Yeah, now primary key is gone buddy. Try restarting and see if it's ok now.
  16. So you're saying it would be like that? ALTER TABLE spawnlist DROP PRIMARY KEY AUTOINCREMENT; It doesn't even work but nice try.
  17. I never said that, now you put words in my mouth? (my point was that many people are just fine with primary keys) OP, try that one. ALTER TABLE spawnlist MODIFY id INT NOT NULL; ALTER TABLE spawnlist DROP PRIMARY KEY;
  18. Many others never encountered that error and their tables are fine with primary keys but thanks for trying to make me look like I don't know what I'm talking about. So what if Official removed primary keys? By the way, thanks for ignoring the data loss part.
  19. That thing doesn't happen usually, as he said it was working fine before. There's no need for a change in the sql code but never mind. By the way, with your solution he would lose all the data he may entered in there but my solution won't harm its data.
  20. He doesn't have to re-execute the SQL code. He just needs to execute this query: ALTER TABLE spawnlist DROP PRIMARY KEY;
  21. Thanks for the quick transaction, SterlingVG. Vouch for that guy.
  22. I was thinking of coding a similar program aswell, if anyone got nice ideas let me know. Sorry for going offtopic.
  23. I'm writing this post just because I can see that you did put effort in this. 1) I'll start with a spelling mistake (not important at all, I know but still), title has "Searchig" instead of "Searching". 2) It would be better if you would make the select boxes (By name, By ID) read-only because now you can write anything in it. 3) If the items/skills dir (in settings) is incorrect, it returns an error and program is being terminated. 4) If you leave the password field blank, it puts 0 in the config. (because of the encryption thing) so you should put an if-statement if field is blank, it should leave it blank) 5) MySQL is connecting only at program startup. It would be better if it would try connecting when the user changes his settings. 6) When I did leave the password blank manually by editing config.ini, it still had a character in the password textbox field. That's my review from a quick look, good luck with your program.
  24. Wishing is not all you can do. You can search for information around the forum, gain the knowledge you need and make it yourself. Trust me, that way you will actually learn new things. Getting another people to do it for you won't make you learn anything in the very end. Good luck.
  25. Λάθος γραμμή πείραξες, την πρώτη πρέπει να αλλάξεις. Όταν βλέπεις "REM" στην αρχή κάποιας πρότασης, σημαίνει ότι είναι απλά ένα σχόλιο, δηλαδή δεν εκτελείται/κάνει κάτι. Επίσης, άλλαξες λάθος αριθμό. Το Xms είναι το minimum RAM που θα χρησιμοποιεί, εσύ θέλεις να βάλεις το maximum 7024, όχι το minimum. Ορίστε ένα παράδειγμα: java -Dfile.encoding=UTF8 -Xmx7024m -Xms1024m -Xmn512m -XX:PermSize=128m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -XX:+UseSerialGC -cp ./lib/*;l2jfrozen-core.jar com.l2jfrozen.gameserver.GameServer
×
×
  • 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