yokki lanet şey
nerden ekledinyokki lanet şey
hasanmacit in konusununerden ekledin
ftp syserdemi yok
ftp bu şekilde kankamftp syserdemi yok
71124 ¹é»çÀÚÀÌ¿ë±Ç ITEM_COSTUME COSTUME_MOUNT 1 ANTI_DROP | ANTI_SELL | ANTI_GIVE | ANTI_PKDROP | ANTI_MYSHOP QUEST_USE_MULTIPLE | LOG NONE NONE 0 0 0 0 0 LEVEL 0 REAL_TIME 360000 APPLY_MOUNT 20114 APPLY_MALL_EXPBONUS 30 APPLY_NONE 0 2400 20114 0 0 0 0 0 0 0Proto satırını paylaşır mısın
case POINT_MOUNT:
SetPoint(type, GetPoint(type) + amount);
val = GetPoint(type);
MountVnum(val);
break;
MountVnum(val); bunu kontrol et yoksa ekle
else if (ITEM_UNIQUE == item->GetType() && 0 != item->GetSIGVnum())
{
const CSpecialItemGroup* pGroup = ITEM_MANAGER::instance().GetSpecialItemGroup(item->GetSIGVnum());
if (NULL != pGroup)
{
const CSpecialAttrGroup* pAttrGroup = ITEM_MANAGER::instance().GetSpecialAttrGroup(pGroup->GetAttrVnum(item->GetVnum()));
if (NULL != pAttrGroup)
{
const std::string& std = pAttrGroup->m_stEffectFileName;
SpecificEffectPacket(std.c_str());
}
}
}
#ifdef ENABLE_ACCE_COSTUME_SYSTEM
else if ((item->GetType() == ITEM_COSTUME) && (item->GetSubType() == COSTUME_ACCE))
this->EffectPacket(SE_EFFECT_ACCE_EQUIP);
#endif
// burasi kontrol et
if (item->IsOldMountItem()) // @fixme152
quest::CQuestManager::instance().SIGUse(GetPlayerID(), quest::QUEST_NO_NPC, item, false);
}
return true;
}
Bu kodu bul
case POINT_MOUNT:
SetPoint(type, GetPoint(type) + amount);
val = GetPoint(type);
Bununla değiştir.
case POINT_MOUNT:
SetPoint(type, GetPoint(type) + amount);
val = GetPoint(type);
MountVnum(val);
break;