Jump to content

how to i do for People can´t drop gold


Recommended Posts

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?

 

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 1

      Where can i found the armors

    2. 1

      Where can i found the armors

    3. 0
    4. 0

      [Advice]Clever way to add just specific bonuse range from item_attr_rare?

    5. 28

      Experimental Renderer

    6. 80

      Ship Defense (Hydra Dungeon)

    7. 11

      Loyal Metin2 Homepage

    8. 0

      Metin2Hyperion PvM 120 easy

    9. 29

      Shiva.international | Finest Oldschool | Official Start 16.09.2022

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.