Jump to content

ondry

Member
  • Posts

    127
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Community Answers

  1. ondry's post in game.core with party flag system was marked as the answer   
    try to change
    if (!pkVictim->GetParty()) to
    if (pkVictim && !pkVictim->GetParty())  
  2. ondry's post in (Question)Check if npc is in map was marked as the answer   
    game.set_event_flag("isSpawned", 1)
    if game.get_event_flag("isSpawned") == 1 then return end
  3. ondry's post in Chat color with pen error was marked as the answer   
    try this
    https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif
×
×
  • 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.