• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua need help add function

Larb

New Member
Joined
Nov 26, 2016
Messages
85
Reaction score
1
how can I put it to be 100%, to always come if not drop others?

Lua:
[1] = {
        prefix = 'rare',
        showattr = true, -- attr prefix will be shown instead
        [B]always = true,[/B]
        extra = {0, 0},
        chance = {
            [1] = 10000, -- chance for basic stat
            [2] = 5000 -- chance for second stat
        }
    },
 
Last edited:
how can I put it to be 100%, to always come if not drop others?

Lua:
[1] = {
        prefix = 'rare',
        showattr = true, -- attr prefix will be shown instead
        [B]always = true,[/B]
        extra = {0, 0},
        chance = {
            [1] = 10000, -- chance for basic stat
            [2] = 5000 -- chance for second stat
        }
    },

let's say the chances are Legendary = 10% Epic = 20% Rare = everything greater than 20%

BUMP
 
Back
Top