6 lines
349 B
XML
6 lines
349 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<PublicQuestPointTable decayStartSec="30" decayRate="0.2" decayMinValue="1" resetSec="60">
|
|
<PointEntry aggro="0" point="0" /> <!-- If there is no Aggro, set it to 0 -->
|
|
<PointEntry aggro="100" point="100" /> <!-- If Aggro is greater than or equal to 1000, earn 100 points -->
|
|
</PublicQuestPointTable>
|