Jump to content

mogo

Members
  • Posts

    268
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by mogo

  1. Well post your quests already. And the script you've made so far. Someone will help for sure. P.S. This section is english. [pl][/pl] tags is not an exception ;)
  2. Well you can give the items. You can also search this forum for a fix. Or you can hire someone skilled enough to fix it.
  3. This has nothing to do with L2J. Go to mysql forums, email the support.
  4. The error says that access to database is denied for user root, which is connecting from localhost (same computer) because you didn't supply any password. Edit your configs... If you know nothing about the password, try 'root' or 'mysql' - those are the usual default passwords for user root
  5. You said you can connect to ssh (using putty). What else do you need? Any graphical user interface is a waste of resources in a server :)
  6. mysqldump -u USERNAME -pPASSWORD DATABASE > backup.sql Combine that with crontab/scheduled tasks, filenames including the date and you have a perfect auto-backup system :)
  7. Yeah, you may be right actually. So the whole INSERT query and the table structure would tell what's the problem :)
  8. Yes he is missing some columns, which MIGHT be the "hero" and "donator" like xAddytzu said. It would be easier to determine if the author at least posted the structure of characters' table.
  9. Mysql> char_creation_items. You can set starting items for each class
  10. Edit the mysql query that is used to store a new character in the db. It's located in l2pcinstance.java and the string name is CHARACTER_INSERT.
  11. Give the character all buff skills via admin panel or sql
  12. The sql file wouldn't be so simple if you wanted to also delete the characters/items/macros/shortcuts/whatever of the unused account :)
  13. Do it the hard way... MapRegionTable.java
  14. //spawn_once is for spawning once (duh). And //delete is used for... wanna guess what?
  15. An ExceptionInInitializerError is thrown to indicate that an exception occurred during evaluation of a static initializer or the initializer for a static variable.
  16. Yeah, sorry. char_creation_items table is what you need.
  17. It's better to do it like this if(player.isGm() || target.isGm()) this should also prevent regular players from requesting a trade with gm.
  18. character_templates table, if i remember correctly
  19. Well have you received my private message?
  20. This case needs some debuging. Begin by editing your startGameserver.bat. Add full path to the 'java +parameters' command. It should look something like this 'c:\program files\java\bin\java.exe +parameters'. If you do it correctly and there are no other problems, the server should run fine. Edit: please post the output of the PATH variable by typing echo %PATH% in the cmd window
  21. Do you have the source files in svn? I'm looking for some coding experience, so if you're interested pm me :)
×
×
  • 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