Moubootaur Legends

Mercenary Boxset A - Item DB

Mercenary Boxset A | 7500

Test your luck, test your luck!

ID 7500
type IT_USABLE
weight 85

Mobs that drop this item:

Monster Drop Chances
Yetifly 1%

This Item has Trade restrictions

ID for use in Discord:
Expert View

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 JSON
ID 7500
aegisName MercBoxA
Script

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;