Jump to content

Exygo

Active Member
  • Posts

    534
  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    0%

Everything posted by Exygo

  1. Just read all what is on Wiki page Metin2 about the mounts and then you will realize that your topic is useless
  2. You just need to fiind a convertor and voila or make manually one with navicat and then make more queries for the other pet seals it's so easy
  3. There must be another way, i saw some people with game 2089.. and succed to make the automatic events
  4. So any idea to replace the usage of server_timer with other function :? I want to use os.date to make events on a specific hour, i'm trying to make it automatic, something like Tanaka event every 48h, but actually this structure when (os.date("%A %H %M %S") == "Friday 19 05 01") begin doesn't work so i need something to check constantly instead of server_timer becouse it's not efficient And when i say server_timer i mean this: when auto_event.server_timer begin if (os.date("%A %H %M %S") == "Friday 19 05 01") then again i need something to work like this: when (os.date("%A %H %M %S") == "Friday 19 05 01") begin [ This actually doesn't work ]
  5. Don't be sure the server si crashing only becouse that's the last syserr, i had so many strange crashing along the time, i checked mob_drop_item.txt, fi fixed it!, i checked quests i fixed it. You need to remember what you changed and when you changed and when the server started to crash, it could be from quests, drop, or any other big issues You need to investigate who and when logged in, what the players done last time.
  6. I'm trying to not use server_timer becouse it's not what i need, i'm searching something to check constantly if os.date..etc etc
  7. It's the same, we called it Budokan in SG and Dojang in WoM. The tournament was originaly made by Musicinstructor for the LongDong server in 2010. The owner of this server used to play SG and he showed us the quest, and we hired Musicinstructor to adapt it for us. Nowadays our version has a lot of new features, some integrated with the source. There's an old, public version of it in german, in epvp. Mission accepted Thanks for telling us
  8. It's not ok.. i have timers what call other timers what call respawn in a specific map... so with that every player will activate the timer again and again and again
  9. I need to be global.. like server_timer but server timer is not a wise choose for what i need, if i restart the server i need to activate again and again, and if i /reload q timer dissapear
  10. Hey, i want to ask some quest masters something I can do something like this in quest? (doesn't work but you understand the purspose of the function) when (os.date("%A %H %M %S") == "Friday 19 05 01") begin automatic event start code#
  11. I fixed it, the server was shutting down randomly becouse of string.match function when a character with name with 3 letter like "FCP" coresponding with [VIP] in the function this should fix it, but this time was becouse some issues with some quest when i reloaded quest. The thread need to be closed.
  12. YMIR never have done something with Brain and with a Reason ? We both know it That happens when you have too much information on you brain haha )
  13. or the function itself, i had issues with that function too and i aborted the project what i was working to...
  14. You need to update just the .TXT file for map1 like HellBoy said outdoorA1, B1, C1 with the snow, you can fiind it via google or put the Sohan Mountain .TXT extureset inside outdoorA1 B1 C1
  15. Try to put a say("test") in front of local x = mysql_query("SELECT x FROM player.eventos WHERE tipo='pvm'") local y = mysql_query("SELECT y FROM player.eventos WHERE tipo='pvm'") if this doesn't work then the quest is stuck at local x = mysql_query("SELECT x FROM player.eventos WHERE tipo='pvm'") local y = mysql_query("SELECT y FROM player.eventos WHERE tipo='pvm'") Also try local x = mysql_query("SELECT x FROM player.eventos WHERE tipo="pvm"") local y = mysql_query("SELECT y FROM player.eventos WHERE tipo="pvm"") or local x = mysql_query('SELECT x FROM player.eventos WHERE tipo="pvm"') local y = mysql_query('SELECT y FROM player.eventos WHERE tipo="pvm"')
  16. Does anyone know what this Dec 22 23:45:23 :: PLAYER_LOAD: FCP PREMIUM 1672488000 1672488000, LOGGOFF_INTERVAL 752 PTR: 0x43c47800 means ? "FCP" is the name o the player and sometimes when that player login -> ch1 crash. That Dec 22 23:45:23 :: PLAYER_LOAD: FCP PREMIUM 1672488000 1672488000, LOGGOFF_INTERVAL 752 PTR: 0x43c47800 is in the syslog
  17. Then login on skype.. or explain us how to fix this easy
×
×
  • 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.