Jump to content
  • 0

VIP Account question


Dolphin86

Question


  • Group:  Members
  • Topic Count:  253
  • Topics Per Day:  0.06
  • Content Count:  701
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

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

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

1 hour ago, Dolphin86 said:

took me the whole night until dawn trying to convert that to yml, no progress yet failure

how do you usually convert .txt to .yaml

try this one

item_db.yml

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  218
  • Reputation:   152
  • Joined:  11/28/11
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1529
  • Reputation:   234
  • Joined:  08/03/12
  • Last Seen:  

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.

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  253
  • Topics Per Day:  0.06
  • Content Count:  701
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

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

  

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1529
  • Reputation:   234
  • Joined:  08/03/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  253
  • Topics Per Day:  0.06
  • Content Count:  701
  • Reputation:   16
  • Joined:  01/07/12
  • Last Seen:  

On 4/3/2022 at 8:09 AM, Chaos92 said:

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

took me the whole night until dawn trying to convert that to yml, no progress yet failure

 

On 4/3/2022 at 7:10 PM, AinsLord said:

how do you usually convert .txt to .yaml

try this one

item_db.yml 6.8 kB · 0 downloads

 

thanks i will try it

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   0
  • Joined:  11/16/14
  • Last Seen:  

  - 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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  171
  • Reputation:   68
  • Joined:  10/25/20
  • Last Seen:  

btw, rathena has a tool to convert txt to yml, etc...

There is even a video.

 

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...