Jump to content

Question

Posted

hye this might be rather dumb question but still i need some answer, how could i put vip account buyable on cash shop? and how can i setup 3 variant of vip, 7 day vip, 14 day vip and 30 day vip

i have setup enable vip, just need to know how to put those 3 type of vip buyable on cash shop with cash points ( donation points )

cash.png.65db8cca33da77ac5e130f7ebfe74a1f.png

8 answers to this question

Recommended Posts

  • 0
Posted
43 minutes ago, Dolphin86 said:

hye this might be rather dumb question but still i need some answer, how could i put vip account buyable on cash shop? and how can i setup 3 variant of vip, 7 day vip, 14 day vip and 30 day vip

i have setup enable vip, just need to know how to put those 3 type of vip buyable on cash shop with cash points ( donation points )

cash.png.65db8cca33da77ac5e130f7ebfe74a1f.png

first you need create item for VIP at item_db_usable.yml, after you create item you need input the id item at item_cash_db.txt. Done.

  • 0
Posted
7 hours ago, Dolphin86 said:

hye this might be rather dumb question but still i need some answer, how could i put vip account buyable on cash shop? and how can i setup 3 variant of vip, 7 day vip, 14 day vip and 30 day vip

i have setup enable vip, just need to know how to put those 3 type of vip buyable on cash shop with cash points ( donation points )

cash.png.65db8cca33da77ac5e130f7ebfe74a1f.png

1. Create item or box for it. Set the effect depends on the expire time for each boxes.
2. Add in cash shop with the required cashpoints needed for the box.

 

  • 0
Posted
On 4/2/2022 at 9:54 PM, Chaos92 said:

1. Create item or box for it. Set the effect depends on the expire time for each boxes.
2. Add in cash shop with the required cashpoints needed for the box.

 

how can i create an item box for a vip account? any example i could try?

 

hye i found these on rathena, i was trying to put vip account for sale on cash shop, as some members recommend me to create an item for player open the item and get their account upgrade to vip account as the limited time shown,

could someone translate these to item_db_usable.yml version since i confused how to...

3001,VIP Pass 1,VIP Pass 1,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ vip_time(60*24*7); },{},{} //VIP ID for 7 days
3002,VIP Pass 2,VIP Pass 2,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ vip_time(60*24*14); },{},{} //VIP ID for 14 days
3003,VIP Pass 3,VIP Pass 3,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ vip_time(60*24*30); },{},{} //VIP ID for 30 days

  

  • 0
Posted
8 hours ago, Dolphin86 said:

how can i create an item box for a vip account? any example i could try?

 

Something like this, but if you use YML, then just convert it to YML format.

  • 0
Posted
  - Id: 3001
    AegisName: spriteName
    Name: Vip Pass 1
    Type: Usable
    Buy: 0
    Weight: 1
    Trade:
      Override: 1
      NoDrop: false
      NoTrade: false
      NoSell: true
      NoCart: false
      NoGuildStorage: true
      NoMail: true
      NoAuction: true
    Script: |
      atcommand "@vip +1d/j "+strcharinfo(0)+"";

Let me know if this works.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...