Jump to content
  • 0

Cash Shop


Josefh

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  09/21/13
  • Last Seen:  

Hello everyone. 
 
well my mistake and the next, when I buy an item in the cash shop store nothing appears and nothing happens. I'll leave the details
 
Revision 17704
2012-04-10 ragexe
src/common/mmo.h
#define PACKETVER 20120410
packet_db_ver: 30
//packet_db_ver: default

//2012-04-10aRagexeRE
packet_ver: 30
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
0x091D,18,bookingregreq,2:4:6
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
// New cashshop
0x0844,2,cashshopopen,0
0x084a,2,cashshopclose,0
0x08c9,4,cashshopitemlist,0
0x0848,-1,cashshopbuy,2:4:6:10

 

 

Print

BSF2wIu.jpg?1

 

2

aSW4nlI.jpg?1

 

I am willingly who can help me


No one could help with this error?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  56
  • Reputation:   0
  • Joined:  12/30/13
  • Last Seen:  

Change your client into 2013-08-07aRagExe.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  08/06/14
  • Last Seen:  

Can help me also? when I go to cash shop...no items there.

 

Offline server

Client: 2013-07-03

 

Do I have to change my client too?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  56
  • Reputation:   0
  • Joined:  12/30/13
  • Last Seen:  

@agadrew87: navigate through db/import/item_cash_db.txt and follow the formats provided inside the txt file.

For example:
1,607,300

That should display the Yggdrasil Berry Item in the Hot Category in Cash Shop

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  08/06/14
  • Last Seen:  

@agadrew87: navigate through db/import/item_cash_db.txt and follow the formats provided inside the txt file.

For example:

1,607,300

That should display the Yggdrasil Berry Item in the Hot Category in Cash Shop

 

 

Thanks, it worked!

 

Anyway, where did you get the "1,607, 300" ?

 

@stitch, sorry to hijack your thread.

Edited by agadrew87
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  56
  • Reputation:   0
  • Joined:  12/30/13
  • Last Seen:  

1 = Hot Item
607 = Item ID of Yggdrasil Berry, which can be found on db/pre-re/item_db.txt or db/re/item_db.txt

300 = CashPoints price of the item.

Just follow these following format.

 

// Cash Shop Database
// Contains the items sold in the ingame cash shop.
//
// Structure of Database:
// Type,ItemID,Price
//
// Type:
//    0: New
//    1: Hot
//    2: Limited
//    3: Rental
//    4: Gear
//    5: Buff
//    6: Heal
//    7: Other
//
// Price:
//    Item cost, in cash points (#CASHPOINTS).
Edited by lionheart
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   0
  • Joined:  08/06/14
  • Last Seen:  

So how you actually buy it? I cannot see a "buy button" or something. Maybe I don't have cash points? Can I edit my character to have a cash point or at least cash point to zeny? 

 

I see a script to convert cash to zeny, but I don't know how to add scripts. Any help?

 

Thanks! It's my first time making a RO server,. /sry

 

EDIT: argg, i cannot see the buy button cause my screen is not full screen. got an error trying to make full screen in opensetup.

Edited by agadrew87
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...