Moubootaur Legends

Dungeon Map - Item DB

Dungeon Map | 679

The X marks the spot! Use F10 to see your coordinates.

Find a dungeon! Maybe. You must have a shovel to open the entrance.
ID 679
type IT_USABLE
weight 14

Mobs that drop this item:

No Monsters drop this item.

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 679
aegisName DungeonMap
keepAfterUse true
Script

Script to execute when the item is used/equipped.

if (!ShovelQuests_DungeonX) {
	callfunc "shovel_genranddungeon";
}
.@c$ = callfunc("shovel_getcity", ShovelQuests_DungeonMAP$);
dispbottom l("A dungeon is burried in @@, (@@, @@)", .@c$, ShovelQuests_DungeonX, ShovelQuests_DungeonY);