32 lines
1.6 KiB
XML
32 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<EnchantBroadCastCondition>
|
|
<!--
|
|
BroadCastItem@
|
|
isUse: Whether to use this entry. If not used, the message will not appear under any circumstances.
|
|
broadCastItemRank: The rank of the item to be displayed. Only items of the specified rank or higher will be displayed.
|
|
broadCastEnchantGrade: The enhancement grade for which the message will be displayed. Can be used with multiple grades (separated by commas).
|
|
broadCastMasterpiece: Whether to display a message for masterpieces. The default is false. If the parameter is not provided, it is processed as false.
|
|
broadCastArea: Specifies the area to display the message.
|
|
Default: Personal range (no message displayed)
|
|
Guard: Users within the same guard area
|
|
World: Displays to the entire world
|
|
|
|
ExceptionalItem@
|
|
itemTemplateId: A list of items to be displayed regardless of rank.
|
|
-->
|
|
|
|
<BroadCastItem isUse="TRUE" broadCastItemRank="6" broadCastEnchantGrade="12" broadCastMasterpiece="true" broadCastArea="Guard">
|
|
<!--ExceptionalItem itemTemplateId="0"/-->
|
|
<!--ExceptionalItem itemTemplateId="1"/-->
|
|
</BroadCastItem>
|
|
<BroadCastItem isUse="TRUE" broadCastItemRank="6" broadCastEnchantGrade="15" broadCastMasterpiece="true" broadCastArea="World">
|
|
<!--ExceptionalItem itemTemplateId="0"/-->
|
|
<!--ExceptionalItem itemTemplateId="1"/-->
|
|
</BroadCastItem>
|
|
|
|
<!--<BroadCastItem isUse="TRUE" broadCastItemRank="12" broadCastEnchantGrade="9" broadCastArea="World">-->
|
|
<!--ExceptionalItem itemTemplateId="0"/-->
|
|
<!--ExceptionalItem itemTemplateId="1"/-->
|
|
<!--</BroadCastItem>-->
|
|
</EnchantBroadCastCondition>
|