Jump to content

ATAG

Active Member
  • Posts

    236
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by ATAG

  1. It sounds like permission problem. chown -R youruser:youruser /home/game/or_whatever_yourfiles_are If you run the server as root (what is highly NOT recommended) then i don't know what's wrong.
  2. Ok, i did some logical mistake. Above code edited and must work. ban1dia is the timestamp, when ban will expire. If current timestamp is lowerthen ban1dia, ban is active...
  3. If you set the "ban1dia" to 0, then get_time() > 0 always will be true. Try when login begin if get_time() < pc.getqf("ban1dia") then say("Personagem Banida durante 1 dia") say("[DELAY value; 1000]. . . . .[/DELAY]") command("quit") end
  4. Change -mtune to the target cpu type. [Hidden Content] Eg. with enabled ssse3 program will run 10% faster (if the CPU supports)...
  5. Anyway it seems to be a mysql 4.1+ password, not md5.
  6. Get a good password cracker and a good dictionary with a good VGA card and decrypt it yourself.
  7. "No mob data" means it's missing from mob_proto. (or group/group_group.txt?)
  8. And the game calcutale monsters speed from these files (with the speed field in proto). Accumulation must be the same in server/client.
  9. Just a note: you can open the txt proto with openoffice calc (as csv), and you can edit it quickly
  10. Header 254 is the PONG, but now it's deprecated so don't worry about it.
  11. Are refine_vnum and refine_set correct in item proto? Is the refine set exists in refine proto?
  12. Block special chars in input forms by javasript and/or AT LEAST use mysql_real_escape_string() before concatenate a given string (by GET or POST) to a sql command.
  13. Use the search box, it's already answered about 100 times.
  14. Ther's an SPT importer in the modeler.
  15. Exporters for 3DS MAX and Maya are in the modeller.
  16. Screen from a SDK? How? I can't use modeller, i only share it for the community.
  17. It's a known bug, but there isn't any fix yet (as i know).
  18. M2 Download Center Download Here ( Internal - Modeler + Library ) Hi community! Today i found this stuff, maybe it will be useful to make Metin2 a little bit better. SDK: [Hidden Content] 7z pass: the name of this board Others: [Hidden Content] Warning: SpeedtreeModeler.exe has bad detection on Virustotal, use it at you own risk! Enjoy
  19. It was caused by the badly compiled db core for me.
  20. install gcc48 (or gcc49) and copy /usr/local/lib/gcc48/libstdc++.so.6 to /usr/lib32
  21. Try item.set_value(idx, type, value), but i've got no idea why set_socket doesn't work.
  22. Maybe you have an error in the quest. If you named a variable to "item" it will overwrite the "userdata object" and a function call on it may cause a "attempt to index global `item' (a string value)" like error.
  23. No, it's data from the database. Choose a valid locale (eg: romania)
  24. Maybe this is a bug in the core, because xy.use should only work with ITEM_QUEST items.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.