Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.52 KB | None | 0 0
  1. if (ch->GetMountVnum())
  2.         {
  3.  
  4.             LPITEM item = ch->GetWear(WEAR_COSTUME_MOUNT);
  5.  
  6.             if (item && item->IsRideItem())
  7.                 ch->UnequipItem(item);
  8.    
  9.             if (ch->UnEquipSpecialRideUniqueItem())
  10.             {
  11.                 ch->RemoveAffect(AFFECT_MOUNT);
  12.                 ch->RemoveAffect(AFFECT_MOUNT_BONUS);
  13.             }
  14.            
  15.             //ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("ÀÌ¹Ì Å»°ÍÀ» ÀÌ¿ëÁßÀÔ´Ï´Ù."));
  16.             return;
  17.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement