30 lines
936 B
XML
30 lines
936 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Betting related Npc menu
|
|
Create a menu of betting type in VillagerMenu and match it with menuId.
|
|
Input data according to which system the Npc is connected to for betting; currently, betting is only used in npc arenas.
|
|
ex) <Param type="npcArena" value="1"/>
|
|
: This is a betting menu related to npc arena with id 1.
|
|
-->
|
|
|
|
<FloatingCastleMenuList>
|
|
<FloatingCastleMenu menuId="50009">
|
|
<Authority id="1"/>
|
|
</FloatingCastleMenu >
|
|
<FloatingCastleMenu menuId="50010">
|
|
<Authority id="2"/>
|
|
</FloatingCastleMenu >
|
|
<FloatingCastleMenu menuId="50011">
|
|
<Authority id="3"/>
|
|
</FloatingCastleMenu >
|
|
<FloatingCastleMenu menuId="50012">
|
|
<Authority id="4"/>
|
|
</FloatingCastleMenu >
|
|
<FloatingCastleMenu menuId="50013">
|
|
<Authority id="5"/>
|
|
</FloatingCastleMenu >
|
|
<FloatingCastleMenu menuId="50014">
|
|
<Authority id="6"/>
|
|
</FloatingCastleMenu >
|
|
</FloatingCastleMenuList>
|