📑ConsumableTicket
File for creating and configuring consumable items that add VIP to the player's account.
Last updated
File for creating and configuring consumable items that add VIP to the player's account.
Maximum consumable items are 50. Explanation: Index = Follow the sequence from 0 to 49. ItemIndex = Calculate the item's index with the example below to obtain the required number. VipType = Add the type of VIP that will be added to the account. Days = Number of days that will be added to the chosen VIP. Item index calculation ItemIndex = ( ( Section x 512 ) + Item ) - Section and Item from Item.txt Vip Type 0 = Free / Level Account 0 1 = Vip 1 / Level Account 1 2 = Vip 2 / Level Account 2 3 = Vip 3 / Level Account 3
Last updated