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)
[email protected]=50;
if (BaseLevel >= 60)
[email protected]=250;
else
[email protected]=BaseLevel*2;
if (BaseLevel >= 40) {
[email protected]=1250;
[email protected]=5750;
[email protected]=4250;
} else {
[email protected]=BaseLevel*3;
[email protected]=3750;
[email protected]=6250;
}
callfunc "merc_boxset", [email protected], [email protected]v2, [email protected], [email protected], [email protected];
if (rand(10000) < (REBIRTH+1)*BaseLevel)
callfunc "merc_boxset", 5, 4, 3, 2, 10000;