아이온 분류
아이온 초기 시작템 수정법
컨텐츠 정보
- 115 조회
- 1 댓글
- 1 추천
- 0 비추천
- 목록
본문
\AL_game_server\data\static_data
데이타 폴더 안 player_initial_data.html 파일 여시면
<?xml version="1.0" encoding="UTF-8"?>
<player_initial_data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="player_initial_data.xsd">
<asmodian_spawn_location map_id="220010000" heading="32" x="571.0388" y="2787.3420" z="299.8750"/>
<elyos_spawn_location map_id="210010000" heading="32" x="1212.9423" y="1044.8516" z="140.75568"/>
<player_data class="WARRIOR">
<items>
<item id="182400001" count="100000000"/><!-- 키나 -->
<item id="100000094" count="1"/>
<item id="110500003" count="1"/>
<item id="113500001" count="1"/>
<item id="160000001" count="12"/>
<item id="169300002" count="20"/>
<item id="162000002" count="100"/>
<item id="162000007" count="100"/>
<!-- Custom bonus items -->
<item id="169610158" count="1"/><!-- 아이온 처형자 타이틀 -->
<item id="188053624" count="999"/><!-- 통합 귀환 주문서 -->
<item id="164002116" count="50"/><!-- 30min 30% speed -->
<item id="164002117" count="50"/><!-- 30min 9% atk speed -->
<item id="164002118" count="50"/><!-- 30min 9% cast speed -->
<item id="169620005" count="2"/><!-- 2h 20% boost, 4h cooldown -->
<item id="164002039" count="1"/><!-- Administrator's Boon – 3-Day Pass -->
</items>
</player_data>
각 직업별로 나뉘어 있습니다..각 직업별로 아이템 코드 번호 찾으셔서 추가 해 주시면 됩니다.
데이타 폴더 안 player_initial_data.html 파일 여시면
<?xml version="1.0" encoding="UTF-8"?>
<player_initial_data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="player_initial_data.xsd">
<asmodian_spawn_location map_id="220010000" heading="32" x="571.0388" y="2787.3420" z="299.8750"/>
<elyos_spawn_location map_id="210010000" heading="32" x="1212.9423" y="1044.8516" z="140.75568"/>
<player_data class="WARRIOR">
<items>
<item id="182400001" count="100000000"/><!-- 키나 -->
<item id="100000094" count="1"/>
<item id="110500003" count="1"/>
<item id="113500001" count="1"/>
<item id="160000001" count="12"/>
<item id="169300002" count="20"/>
<item id="162000002" count="100"/>
<item id="162000007" count="100"/>
<!-- Custom bonus items -->
<item id="169610158" count="1"/><!-- 아이온 처형자 타이틀 -->
<item id="188053624" count="999"/><!-- 통합 귀환 주문서 -->
<item id="164002116" count="50"/><!-- 30min 30% speed -->
<item id="164002117" count="50"/><!-- 30min 9% atk speed -->
<item id="164002118" count="50"/><!-- 30min 9% cast speed -->
<item id="169620005" count="2"/><!-- 2h 20% boost, 4h cooldown -->
<item id="164002039" count="1"/><!-- Administrator's Boon – 3-Day Pass -->
</items>
</player_data>
각 직업별로 나뉘어 있습니다..각 직업별로 아이템 코드 번호 찾으셔서 추가 해 주시면 됩니다.