04-13-2021, 03:42 PM
Hello.
Many Thanks.
I don't know exactly what to do with the second part.
if I insert it at line 7667 I get an error
"
doFuncItem.cpp:7771: error: expected initializer before ‘bool’
make[1]: *** [doFuncItem.o] Error 1
make[1]: Leaving directory `/root/Desktop/Server/GameServer'
make: *** [usa] Error 2
"
the first part works but the second part doesn't.
I hope you understand what i mean
bool do_ItemUse_IONCE_ETC(CPC* ch, const CItemProto* itemproto, int nExtar1, CItem* item)
case 11111: // Cash Ticket
return do_ItemUse_CashTicket(ch, itemproto);
break;

