forked from TERA_p3104/Server-Datasheets
Translated some Korean comments to english, added some abnormalities for AINM/HM
This commit is contained in:
@@ -2,23 +2,24 @@
|
||||
<ClassExceptionData>
|
||||
|
||||
<!--
|
||||
Condition : 조건입력 노드(값이 입력된 Attribute 만큼 AND 조건)
|
||||
Condition@class : 종족 제한
|
||||
Condition@underLevel : 레벨 제한(초과)
|
||||
Condition@upperLevel : 레벨 제한(미만)
|
||||
Condition: Condition input node (AND condition for each attribute entered)
|
||||
Condition@class: Race restriction
|
||||
Condition@underLevel: Level restriction (greater than)
|
||||
Condition@upperLevel: Level restriction (less than)
|
||||
-->
|
||||
<!--
|
||||
Conditions must not overlap (since there is no priority). If you want to apply to all levels, for non-testing cases, you must apply both ranges, e.g., 1~57 and 58~65.
|
||||
-->
|
||||
|
||||
<!-- 조건 범위가 중복되면 안된다(우선순위가 없기 때문) 전 레벨에 걸쳐 적용하고 싶다면, 비검사의 경우 1~57, 58~65 두개 구간 모두에 적용해야 한다 -->
|
||||
<Condition class="soulless" minLevel="1" maxLevel="57">
|
||||
<ForbidQuest>
|
||||
<!-- 수주할 수 없는 퀘스트 -->
|
||||
<!-- Quests that cannot be accepted -->
|
||||
<StoryGroupList idList="7011,7012,7013,7021,7022"/>
|
||||
<Quest idList="6388,49491,8403"/>
|
||||
</ForbidQuest>
|
||||
<DisableItem idList="301,331,96417,96418,139709,168011,170020,179887,179888,179889,179953,181963,181964,181965,210729,210730,212448,212449,212450,212451,212452,212453,210729,213302"/>
|
||||
<Restriction partyMatch="false" battleField="false" dungeon="false" partySummon="false"/>
|
||||
<Reputation forbidNpcGuildIdList="605,901,902"/>
|
||||
<TeleportRestriction continentId="7087" questId="8708" taskId="3"/> <!--퀘스트와 태스크를 완료하지 못하면 설정된 대륙이 아닌 곳으로 이동이 불가 -->
|
||||
<TeleportRestriction continentId="7087" questId="8708" taskId="3"/> <!-- If the quest and tasks are not completed, the player cannot move to the specified continent -->
|
||||
</Condition>
|
||||
|
||||
<Condition class="soulless" minLevel="58" maxLevel="65">
|
||||
|
||||
Reference in New Issue
Block a user