denied150 Posted April 27, 2016 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 07/03/15 Last Seen: August 24, 2016 Share Posted April 27, 2016 (edited) hi, i have problem in my server, i add npc cash_trader.txt in my serverand i buy one item and that show "The Purchase ... NPC Doesn't exit"Btw, I have 2 server, Server A have this problem, when i copy trunk to server B, that normalno error find and i can buy the cash item. I using client 20120410RagexeRE Diffed mmo.h i set to 20120410 since i using that clientpacket_db.txt set to packetver 30 and i using svn r17762 version i already read on many thread that because i dont declare in clif.ci dont find any solution with this r17762 versionWhat should i do? how to fix my problem in server A? Edited April 27, 2016 by denied150 Quote Link to comment Share on other sites More sharing options...
0 Promise Posted April 27, 2016 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 386 Reputation: 38 Joined: 04/28/13 Last Seen: March 22, 2024 Share Posted April 27, 2016 https://rathena.org/board/topic/98611-quick-fix-2012-04-10aragexe-cash-shop/ Quote Link to comment Share on other sites More sharing options...
0 denied150 Posted April 28, 2016 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 07/03/15 Last Seen: August 24, 2016 Author Share Posted April 28, 2016 @Promise I Already use that. But, that not solve my problem, Message " The Purchase... Npc doesn't exist" is gone but when i buy the cash item, i don't get the item and my cash is not reduced Btw, think that not for version 17762 Quote Link to comment Share on other sites More sharing options...
0 Promise Posted April 28, 2016 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 386 Reputation: 38 Joined: 04/28/13 Last Seen: March 22, 2024 Share Posted April 28, 2016 (edited) PM me, i can try to fix your problem. Edited April 28, 2016 by Promise Quote Link to comment Share on other sites More sharing options...
0 Cinquedea Posted May 7, 2016 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 31 Reputation: 0 Joined: 02/05/14 Last Seen: August 3, 2017 Share Posted May 7, 2016 Better if not private so guys with same problem can see it too..Unless if you're getting paid for it... Quote Link to comment Share on other sites More sharing options...
0 Promise Posted May 9, 2016 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 386 Reputation: 38 Joined: 04/28/13 Last Seen: March 22, 2024 Share Posted May 9, 2016 (edited) clif.c if( sd->state.trading || !sd->npc_shopid || !cash_shop_defined) { to if( sd->state.trading || !sd->npc_shopid ) { and unsigned short nameid = RFIFOW(fd,info->pos[0]); to short nameid = RFIFOW(fd,info->pos[0]); Edited May 9, 2016 by Promise Quote Link to comment Share on other sites More sharing options...
Question
denied150
hi, i have problem in my server, i add npc cash_trader.txt in my server
and i buy one item and that show "The Purchase ... NPC Doesn't exit"
Btw, I have 2 server, Server A have this problem, when i copy trunk to server B, that normal
no error find and i can buy the cash item.
I using client 20120410RagexeRE Diffed
mmo.h i set to 20120410 since i using that client
packet_db.txt set to packetver 30
and i using svn r17762 version
i already read on many thread that because i dont declare in clif.c
Edited by denied150i dont find any solution with this r17762 version
What should i do? how to fix my problem in server A?
Link to comment
Share on other sites
5 answers 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.