30 lines
914 B
XML
30 lines
914 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Betting related NPC menu
|
|
In the VillagerMenu, create a menu of betting type and match it with the menuId.
|
|
Enter the data depending on which system the NPC is connected to for betting. Currently, betting is used only in the NPC arena.
|
|
|
|
Example:
|
|
<Param type="npcArena" value="1"/>
|
|
: This betting menu is related to the NPC arena with ID 1.
|
|
-->
|
|
|
|
<BettingMenuList>
|
|
<BettingMenu menuId="2191030">
|
|
<SystemInfo type="npcArena" value="1"/>
|
|
</BettingMenu>
|
|
<BettingMenu menuId="2197010">
|
|
<SystemInfo type="npcArena" value="2"/>
|
|
</BettingMenu>
|
|
<BettingMenu menuId="2197011">
|
|
<SystemInfo type="npcArena" value="3"/>
|
|
</BettingMenu>
|
|
<!--<BettingMenu menuId="2197010">
|
|
<SystemInfo type="npcArena" value="4"/>
|
|
</BettingMenu>
|
|
<BettingMenu menuId="2197010">
|
|
<SystemInfo type="npcArena" value="5"/>
|
|
</BettingMenu> -->
|
|
|
|
</BettingMenuList>
|