LCKB
Help with Boosters - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Guides & Help Section (https://lckb.dev/forum/forumdisplay.php?fid=193)
+---- Forum: Help & Support (https://lckb.dev/forum/forumdisplay.php?fid=157)
+----- Forum: Ep4 Support (https://lckb.dev/forum/forumdisplay.php?fid=128)
+------ Forum: Solved topics (https://lckb.dev/forum/forumdisplay.php?fid=158)
+------ Thread: Help with Boosters (/showthread.php?tid=2225)



- XTheReturnX - 01-11-2021


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




- XTheReturnX - 01-11-2021


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




- rondo157 - 01-12-2021


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




- rondo157 - 01-12-2021


Add:

item flag is: 8858370331




- cooldude - 01-24-2021

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