Help with Boosters
#1

Hey Guys,

i have a problem with my server, i want auto refill expb like in normal Ep4. I Editet the Expb in Itemall editor but it wont work ^^ it just shows the frame but doesnt refill 

I use the Reza June Windows files 

22

#2

oh okay ? thank you!Smile could anyone help me with this feature?

#3

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

#4

Add:

item flag is: 8858370331

#5
Hi there.As your topic has been answered, and from this topic you can solve your problem or already have I am going to move this topic into our Solved section database.Thankyou,-LCKB Staff



Forum Jump:


Users browsing this thread: 2 Guest(s)