Jump to content

How to set item disappear time after 3 seconds on source


Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

  • Former Staff
14. Dropped item time:
common:
Searc this in item.h:
StartDestroyEvent(int iSec=300);
Edit the 300. 300=300sec, 100=100sec etc..
 
Only by players: (char_item.cpp)
ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¶łľîÁř ľĆŔĚĹŰŔş 3şĐ ČÄ »ç¶óÁý´Ď´Ů."));
pkItemToDrop->StartDestroyEvent();
 
Edit like this for 30sec:
ChatPacket(CHAT_TYPE_INFO, LC_TEXT("¶łľîÁř ľĆŔĚĹŰŔş 3şĐ ČÄ »ç¶óÁý´Ď´Ů."));
pkItemToDrop->StartDestroyEvent(30);

http://metin2dev.org/board/index.php?/forum/25-c/

Edited by Shisui
  • Love 3
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 0

      QuickSell in SpecialInventory Problem

    2. 12

      Legendary items effect

    3. 0

      M2Project Research | Teamler - Beta Tester

    4. 5

      How To Directx9 Device Creation with Multiple Thread Support

    5. 25

      Increase Safebox / Warehouse

    6. 25

      Increase Safebox / Warehouse

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