Jump to content

myenglishisbad

Inactive Member
  • Posts

    26
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by myenglishisbad

  1. i dont want players drop gold so what i need to do is delete :

    bool CHARACTER::DropGold(int gold)
    {
    return false;

    if (!CanHandleItem())
    return false;

    if (0 != g_GoldDropTimeLimitValue)
    {
    if (get_dword_time() < m_dwLastGoldDropTime+g_GoldDropTimeLimitValue)
    {
    ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¾ÆÁ÷ °ñµå¸¦ ¹ö¸± ¼ö ¾ø½À´Ï´Ù."));
    return false;
    }
    }

     

     

    Right?

     

     

×
×
  • 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.