Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/04/19 in all areas

  1. M2 Download Center Download Here ( Internal ) Hello guys, here's free metin2 server presentation + editable logo for you.
    2 points
  2. M2 Download Center Download Here ( Internal ) Hello guys, here's free logo for you.
    2 points
  3. Thread to /cl i recommend man above me @Wahmon
    1 point
  4. Might be interesting if someone made a release of this system fixed.
    1 point
  5. You asked for LUA dude.
    1 point
  6. We can use CTRL+H for unmount/mount horse, but when we are riding a costume mount, we get an error if we try to use CTRL+H. So if you wanna be able to use it just follow this guide: cmd_general.cpp Go to function ACMD(do_user_horse_ride) Replace the if block (ch->GetMountVnum()) With this code: if (ch->GetMountVnum()) { LPITEM item = ch->GetWear(WEAR_COSTUME_MOUNT); if (item && item->IsRideItem()) ch->UnequipItem(item); if (ch->UnEquipSpecialRideUniqueItem()) { ch->RemoveAffect(AFFECT_MOUNT); ch->RemoveAffect(AFFECT_MOUNT_BONUS); } //ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("ÀÌ¹Ì Å»°ÍÀ» ÀÌ¿ëÁßÀÔ´Ï´Ù.")); return; }
    1 point
×
×
  • 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.