๐Ÿ”Reset Reward

ENG:

INFO:

  • It works automatically!

RESOURCES:

  • Reward reset

  • Different prizes for each reset

  • Complete Reward System:

    • Itens

    • Buffs

    • Coins

    • SQL Querys

    • More

PT-BR:

INFO:

  • Funciona de forma automรกtica

RECURSOS:

  • Reward Reset

  • Reward diferente para cada reset

  • Sistema completo de recompensa:

    • Itens

    • Buffs

    • Moedas

    • SQL Querys

    • Mais

CONFIG EXAMPLE:

ResetReward.Reward = {
    
	[0] = { -- FREE CONFIGS
		{ -- can add infinite options
			Min = 0, -- start range
			Max = 999, -- end range
			Reward = {
				GoblinPoint = 1000,
			}
		},     
	
	},
	[1] = { -- VIP CONFIGS
		{ -- can add infinite options
			Min = 0, -- start range
			Max = 999, -- end range
			Reward = {
				GoblinPoint = 2000,
			}
		},   
	
	},
	[2] = { -- VIP2 CONFIGS
		{ -- can add infinite options
			Min = 0, -- start range
			Max = 999, -- end range
			Reward = {
				GoblinPoint = 3000,
			}
		},   
	
	},
	[3] = { -- VIP 3 CONFIGS
		{ -- can add infinite options
			Min = 0, -- start range
			Max = 999, -- end range
			Reward = {
				GoblinPoint = 5000,
			}
		},   
	
	},
}

VALUES:

Last updated