HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!
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:
C++:
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;
}
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 10
- Görüntüleme
- 961
- Cevaplar
- 12
- Görüntüleme
- 728
Altın Konu
[C++] Prevent Ride in War (PvP) Maps
- Cevaplar
- 7
- Görüntüleme
- 2K
- Cevaplar
- 1
- Görüntüleme
- 251
- Kilitli
- Cevaplar
- 10
- Görüntüleme
- 1K
