Test your luck, test your luck!
Monster | Drop Chances |
---|---|
Yetifly | 1% |
You'd like to see behind the curtain? Then you are here at the right place - lots of data only contributors would normally see.
Open raw JSONID | 7500 |
aegisName ❔ | MercBoxA |
Script to execute when the item is used/equipped.
if (BaseLevel >= 80)
.@v1=50;
if (BaseLevel >= 60)
.@v2=250;
else
.@v2=BaseLevel*2;
if (BaseLevel >= 40) {
.@v3=1250;
.@v4=5750;
.@v5=4250;
} else {
.@v3=BaseLevel*3;
.@v4=3750;
.@v5=6250;
}
callfunc "merc_boxset", .@v1, .@v2, .@v3, .@v4, .@v5;
if (rand(10000) < (REBIRTH+1)*BaseLevel)
callfunc "merc_boxset", 5, 4, 3, 2, 10000;