Dev Blaze Posted July 15, 2013 Posted July 15, 2013 (edited) Emulator 17415 RagExe - 20120410 I cant Buy Any items on my cash shop box any guide to fix this problem?? Edited July 15, 2013 by D3vBlaze Quote
Archetype Saber Posted July 15, 2013 Posted July 15, 2013 *Fixed thru Facebook.ProblemMissing Line /// Request to buy item(s) from cash shop (CZ_PC_BUY_CASH_POINT_ITEM). /// 0288 <name id>.W <amount>.W /// 0288 <name id>.W <amount>.W <kafra points>.L (PACKETVER >= 20070711) /// 0288 <packet len>.W <kafra points>.L <count>.W { <amount>.W <name id>.W }.4B*count (PACKETVER >= 20100803) void clif_parse_cashshop_buy(int fd, struct map_session_data *sd) Must Be#if PACKETVER < 20120410/// Request to buy item(s) from cash shop (CZ_PC_BUY_CASH_POINT_ITEM). /// 0288 <name id>.W <amount>.W /// 0288 <name id>.W <amount>.W <kafra points>.L (PACKETVER >= 20070711) /// 0288 <packet len>.W <kafra points>.L <count>.W { <amount>.W <name id>.W }.4B*count (PACKETVER >= 20100803) void clif_parse_cashshop_buy(int fd, struct map_session_data *sd) Quote
Question
Dev Blaze
Emulator 17415
RagExe - 20120410
I cant Buy Any items on my cash shop box any guide to fix this problem??

Edited by D3vBlaze1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.