Jump to content

reymido

Inactive Member
  • Posts

    51
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by reymido

  1. hello guys

    i have problem in syserr server ----Ch1

    SYSERR: May 22 13:17:27.35544 :: RunState: LUA_ERROR: [string "guild_war_join"]:1: attempt to call field `get_any_war' (a nil value)
    SYSERR: May 22 13:17:27.35579 :: WriteRunningStateToSyserr: LUA_ERROR: quest guild_war_join.start letter  

    quest in drag

    I wish I could find an answer quickly  thanks .

    This is the hidden content, please

  2. 4 hours ago, .T4Ump said:

    Show your input_main.cpp on pastebin

    
    char chatbuf[CHAT_MAX_LEN + 1];
    int len = snprintf(chatbuf, sizeof(chatbuf), "%s : %s", ch->GetName(), buf);


    replace

    
    const char* KolorKrolestwa[3] = {"BF1212", "F9E04B", "1E6EBA"}; // Shinsoo, Chunjo, Jinno
    char chatbuf[CHAT_MAX_LEN + 1];
    int len;	
    if (pinfo->type == CHAT_TYPE_SHOUT)
    {
    	len = snprintf(chatbuf, sizeof(chatbuf), "|cFF%s%s|r : %s",KolorKrolestwa[ch->GetEmpire()-1], ch->GetName(), buf);
    }
    else
    {
    	len = snprintf(chatbuf, sizeof(chatbuf), "%s : %s", ch->GetName(), buf);
    } 

    don't change  ...       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.