try to edit this on clif.c
#if PACKETVER < 20130320
change it to 20120410
There is so many #if PACKETVER < I don't know which one.
just try to search this.
// TODO: find a more accurate date for this
#if PACKETVER < 20130320
/// Request to buy item(s) from cash shop (CZ_PC_BUY_CASH_POINT_ITEM).
and
// TODO: find a more accurate date for this
#if PACKETVER >= 20130320
void clif_parse_cashshop_buy( int fd, struct map_session_data *sd ){
its on the line 14397 and 16366
hmmm we only change the #if PACKETVER < 20120410
only line 14479 and 16483.
in rAthena 13705 I can't Find it.
lol it's an outdated revision. the cash shop system was release on r17242.
do you have the hex code for ignore missing file/pallete?
try to diff it and include the ignore missing file/palette.
it works but No Items inside how to put some ?
try to edit this on clif.c
#if PACKETVER < 20130320
change it to 20120410
There is so many #if PACKETVER < I don't know which one.
just try to search this.
// TODO: find a more accurate date for this
#if PACKETVER < 20130320
/// Request to buy item(s) from cash shop (CZ_PC_BUY_CASH_POINT_ITEM).
and
// TODO: find a more accurate date for this
#if PACKETVER >= 20130320
void clif_parse_cashshop_buy( int fd, struct map_session_data *sd ){
its on the line 14397 and 16366
hmmm we only change the #if PACKETVER < 20120410
only line 14479 and 16483.
in rAthena 13705 I can't Find it.
lol it's an outdated revision. the cash shop system was release on r17242.
do you have the hex code for ignore missing file/pallete?
try to diff it and include the ignore missing file/palette.
it works but No Items inside how to put some ?
It's Working But when I Purchase an Item it says:
" The Purchase has failed because the NPC does not exist "
What's the PROBLEM pops ?