Jump to content
  • 0

2010 04 10 Ragexe Cash Shop


- Mariel

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  02/23/13
  • Last Seen:  

So as the title says, I have a problem regarding the cash shop. When I used 2012 04 10 and click on the cash shop the client crashes and there's a packet_db error so I put the error in my packet_db. After fixing the client crash, when I click on the cash shop, nothing happens. Can someone help me ?

I'm using 2012 04 10 Ragexe 

 

screenNostalgicRagnarok005_zps468f96f6.j

Link to comment
Share on other sites

19 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

Add this to your 2012-04-10 packet_db.txt

 

0x0844,2,cashshopopen,0
0x084a,2,cashshopclose,0
0x08c9,4,cashshopitemlist,0
0x0848,-1,cashshopbuy,0
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  02/23/13
  • Last Seen:  

Still, nothing happens when I click it. :(



//2012-04-10aRagexeRE
packet_ver: 30
0x0844,2
0x08c9,2
0x01FD,15,repairitem,2
0x089C,26,friendslistadd,2
0x0885,5,hommenu,2:4
0x0961,36,storagepassword,0
0x0288,-1,cashshopbuy,4:8
0x091C,26,partyinvite2,2
0x094B,19,wanttoconnection,2:6:10:14:18
0x0369,7,actionrequest,2:6
0x083C,10,useskilltoid,2:4:6
0x0439,8,useitem,2:4
0x0945,-1,itemlistwindowselected,2:4:8
0x0815,-1,reqopenbuyingstore,2:4:8:9:89
0x0817,2,reqclosebuyingstore,0
0x0360,6,reqclickbuyingstore,2
0x0811,-1,reqtradebuyingstore,2:4:8:12
0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15
0x0835,2,searchstoreinfonextpage,0
0x0838,12,searchstoreinfolistitemclick,2:6:10
0x0437,5,walktoxy,2
0x0886,6,ticksend,2
0x0871,5,changedir,2:4
0x0938,6,takeitem,2
0x0891,6,dropitem,2:4
0x086C,8,movetokafra,2:4
0x08A6,8,movefromkafra,2:4
0x0438,10,useskilltopos,2:4:6:8
0x0366,90,useskilltoposinfo,2:4:6:8:10
0x0889,6,getcharnamerequest,2
0x0884,6,solvecharname,2
0x08E5,41,bookingregreq,2:4	//Added to prevent disconnections
0x08E6,4
0x08E7,10,bookingsearchreq,2
0x08E8,-1
0x08E9,2,bookingdelreq,2
0x08EA,4
0x08EB,39,bookingupdatereq,2
0x08EC,73
0x08ED,43
0x08EE,6
0x08EF,6,bookingignorereq,2
0x08F0,6
0x08F1,6,bookingjoinpartyreq,2
0x08F2,36
0x08F3,-1
0x08F4,6
0x08F5,-1,bookingsummonmember,2:4
0x08F6,22
0x08F7,3
0x08F8,7
0x08F9,6
0x08FA,6
0x08FB,6,bookingcanceljoinparty,2
0x0907,5,moveitem,2:4
0x0908,5
0x08D7,28,battlegroundreg,2:4 //Added to prevent disconnections
0x08CF,10 //Amulet spirits
0x0977,14 //Monster HP Bar
0x0916,26,guildinvite2,2
0x0844,2,cashshopopen,0
0x084a,2,cashshopclose,0
0x08c9,4,cashshopitemlist,0
0x0848,-1,cashshopbuy,0
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  63
  • Reputation:   0
  • Joined:  01/09/13
  • Last Seen:  

check your #define PACKETVER it should be 20120410

#define PACKETVER location scr/common/mmo.h

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  296
  • Reputation:   2
  • Joined:  04/11/13
  • Last Seen:  

also check your clif.c

 

at line 14391 and 16360

 

replace the packetver of that to 20120410

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  02/23/13
  • Last Seen:  

Ya, done. And in the packet_db I edit this

 

 

packet_db_ver: 30
//packet_db_ver: default

 

#ifndef PACKETVER
	#define PACKETVER	20120410
	//#define PACKETVER 20130320
	//#define PACKETVER 20111116
#endif 

 

 

 



also check your clif.c

 

at line 14391 and 16360

 

replace the packetver of that to 20120410

 

Let me try this.



also check your clif.c

 

at line 14391 and 16360

 

replace the packetver of that to 20120410


Recompiled. Start server. Still, nothing happens when clicking the cash shop.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  296
  • Reputation:   2
  • Joined:  04/11/13
  • Last Seen:  

you should do also the one in mmo.h and the one in that clif.h

 

NOTE:
put items on yor item_cash_db2 so you will not encounter any error

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  02/23/13
  • Last Seen:  

Ya, in the mmo.h. I've done already this.

#ifndef PACKETVER
	#define PACKETVER	20120410
	//#define PACKETVER 20130320
	//#define PACKETVER 20111116
#endif 
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

what svn version are you using ? rAthena implemented cashshop on r17242

 

SlashGeeGee

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  296
  • Reputation:   2
  • Joined:  04/11/13
  • Last Seen:  

Ya, in the mmo.h. I've done already this.

#ifndef PACKETVER
	#define PACKETVER	20120410
	//#define PACKETVER 20130320
	//#define PACKETVER 20111116
#endif 

 

Dont tab in the line of #define PACKETVER, just use space.

 

also are you using latest rAthena version? if not, update first then re edit all.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  02/23/13
  • Last Seen:  

 

Ya, in the mmo.h. I've done already this.

#ifndef PACKETVER
	#define PACKETVER	20120410
	//#define PACKETVER 20130320
	//#define PACKETVER 20111116
#endif 

 

Dont tab in the line of #define PACKETVER, just use space.

 

also are you using latest rAthena version? if not, update first then re edit all.

 

Gonna try this one. 

what svn version are you using ? rAthena implemented cashshop on r17242

 

SlashGeeGee

 

 

17224. LOOOL

Edited by - Mariel
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  296
  • Reputation:   2
  • Joined:  04/11/13
  • Last Seen:  

 

 

Ya, in the mmo.h. I've done already this.

#ifndef PACKETVER
	#define PACKETVER	20120410
	//#define PACKETVER 20130320
	//#define PACKETVER 20111116
#endif 

 

Dont tab in the line of #define PACKETVER, just use space.

 

also are you using latest rAthena version? if not, update first then re edit all.

 

Gonna try this one. 

>what svn version are you using ? rAthena implemented cashshop on r17242

 

SlashGeeGee

 

 

17224. LOOOL

 

 

update your svn, I suggest making a test server to test all the updates. Cuz sometimes linking your main server to the latest rA svn is bad. dunno why, but this is what  I do :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  02/23/13
  • Last Seen:  

 

 

 

Ya, in the mmo.h. I've done already this.

#ifndef PACKETVER
	#define PACKETVER	20120410
	//#define PACKETVER 20130320
	//#define PACKETVER 20111116
#endif 

 

Dont tab in the line of #define PACKETVER, just use space.

 

also are you using latest rAthena version? if not, update first then re edit all.

 

Gonna try this one. 

>what svn version are you using ? rAthena implemented cashshop on r17242

 

SlashGeeGee

trong>

 

 

17224. LOOOL

 

update your svn, I suggest making a test server to test all the updates. Cuz sometimes linking your main server to the latest rA svn is bad. dunno why, but this is what  I do :)

 

Sure ! Thanks. Gonna do it now.

Last question, how to take away the "you rathena is running on root privileges"

your*

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  117
  • Topics Per Day:  0.03
  • Content Count:  312
  • Reputation:   34
  • Joined:  10/15/12
  • Last Seen:  

So as the title says, I have a problem regarding the cash shop. When I used 2012 04 10 and click on the cash shop the client crashes and there's a packet_db error so I put the error in my packet_db. After fixing the client crash, when I click on the cash shop, nothing happens. Can someone help me ?

I'm using 2012 04 10 Ragexe 

 

screenNostalgicRagnarok005_zps468f96f6.j

how did you make the cash shop button appear? O.O

 

i have already done everything im using 2012 04 10 client rev 17339

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  02/23/13
  • Last Seen:  

So as the title says, I have a problem regarding the cash shop. When I used 2012 04 10 and click on the cash shop the client crashes and there's a packet_db error so I put the error in my packet_db. After fixing the client crash, when I click on the cash shop, nothing happens. Can someone help me ?

I'm using 2012 04 10 Ragexe 

 

screenNostalgicRagnarok005_zps468f96f6.j

how did you make the cash shop button appear? O.O

 

i have already done everything im using 2012 04 10 client rev 17339

 

Dude use 2012-04-10 Ragexe not 2012-04-10 Ragexe RE

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  117
  • Topics Per Day:  0.03
  • Content Count:  312
  • Reputation:   34
  • Joined:  10/15/12
  • Last Seen:  

 

So as the title says, I have a problem regarding the cash shop. When I used 2012 04 10 and click on the cash shop the client crashes and there's a packet_db error so I put the error in my packet_db. After fixing the client crash, when I click on the cash shop, nothing happens. Can someone help me ?

I'm using 2012 04 10 Ragexe 

 

screenNostalgicRagnarok005_zps468f96f6.j

how did you make the cash shop button appear? O.O

 

i have already done everything im using 2012 04 10 client rev 17339

 

Dude use 2012-04-10 Ragexe not 2012-04-10 Ragexe RE

where did you get your undiffed client ? i cant search it ragexe RE always apears T_T

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  296
  • Reputation:   2
  • Joined:  04/11/13
  • Last Seen:  

search for Brynner and look for his signature :))

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

and the tool to diff and the diff?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

and the tool to diff and the diff?

 

ShinsDiffPatcher with the latest plugins. Download

 

 

 

SlashGeeGee

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

ow oke thanks, i didn't know that support Ragexe

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...