01-12-2021, 02:42 AM
Lazy asses...
Assist.cpp
Line 325:
case 882:
Line: 11126
case 882:
addition->hcSepExp = true;
bSkip = true;
break ;
doFuncItem.cpp
Line: 12379
case 836: // јц№Ъ
// °жЗиДЎ БхЖшБ¦ґВ јц№Ъ°ъ єТ°Ў
if (ch->m_assist.FindByItemIndex(882))
{
CNetMsg::SP rmsg(new CNetMsg);
SysCannotDuplcationMsg(rmsg, itemproto->getItemIndex(), 882);
SEND_Q(rmsg, ch->m_desc);
return false;
}
Line: 12514
case 882: // °жЗиДЎ
case 6094:
// БхЖшБ¦ґВ БЯє№ є№їл єТ°Ў
if (ch->m_assist.FindByItemIndex(itemproto->getItemIndex()))
{
CNetMsg::SP rmsg(new CNetMsg);
SysCannotDuplcationMsg(rmsg, itemproto->getItemIndex(), itemproto->getItemIndex());
SEND_Q(rmsg, ch->m_desc);
return false;
}
Line: 12542
if (ch->m_assist.FindByItemIndex(882))
{
CNetMsg::SP rmsg(new CNetMsg);
SysCannotDuplcationMsg(rmsg, itemproto->getItemIndex(), 882);
SEND_Q(rmsg, ch->m_desc);
return false;
}
That's all for autouse expb server side

