๐Ÿ”ExchangeByPoints

Troca por por pontos

ENG:

INFO:

  • Exchange a customizable requirement for an amount of temporary points

RESOURCES:

  • Customizable duration and amount of points.

  • Ability to create multiple NPCs with different configurations

  • Requirements:

    • Itens

    • Coins

    • SQL Querys

    • More

PT-BR:

INFO:

  • Troque um requerimento customizรกvel por uma quantidade de pontos temporรกrios

RECURSOS:

  • Duraรงรฃo e quantidade de pontos customizรกveis

  • Capacidade de criaรงรฃo de mรบltiplos NPCs com configuraรงรตes diferentes

  • Requerimentos:

    • Itens

    • Moedas

    • SQL Querys

    • Mais

CONFIG EXAMPLE:

ExchangeByPoints.Configs.Switch = true -- true = ENABLE SCRIPT | false = DISABLE SCRIPT
ExchangeByPoints.Configs.CoinNames = {
    Zen = "Zen",
    Ruud = "Ruud",
    WCoinC = "WCoinC",
    WCoinP = "WCoinP",
    GoblinPoint = "GoblinPoint",
}
ExchangeByPoints.Configs.Commands = {
    BonusStr = 1112,
    BonusAgi = 1113,
    BonusVit = 1114,
    BonusEne = 1115,
    BonusCmd = 1116,
}
ExchangeByPoints.Configs.List = {
    {
        Active = true, -- true = ENABLE CONFIG | false = DISABLE CONFIG
        NPC = {Id = 380, Map = 0, MapX = 143, MapY = 123, Dir = -1, Text = "Deseja comprar 5000 pontos por 1 bless e 1 soul? Clique."}, -- NPC Configs
        PointAmount = 5000, -- Amount of points 
        PointDuration = 60, -- Duration of points in seconds
        TimeToConfirm = 10, -- Time to confirm the exchange
        Requirements = {
            ReqItem = {
                { -- FREE
                    {1,7181,-1, "Jewel of Bless"},
                    {1,7182,-1, "Jewel of Soul"},
                },
                { -- VIP
                    {1,7181,-1, "Jewel of Bless"},
                    {1,7182,-1, "Jewel of Soul"},
                },
                { -- VIP 2
                    {1,7181,-1, "Jewel of Bless"},
                    {1,7182,-1, "Jewel of Soul"},
                },
                { -- VIP 3
                    {1,7181,-1, "Jewel of Bless"},
                    {1,7182,-1, "Jewel of Soul"},
                },
            },
        },
    },
}

VIDEO:

VALUES:

Last updated