3.1 sp 서버스타트 오류
컨텐츠 정보
- 492 조회
- 1 댓글
- 0 추천
- 0 비추천
- 목록
본문
관련자료
댓글 1

pieceB님의 댓글
해당 아이디에 트레져 박스에 대한 정보가 없기때문에 오류를 밷는 현상입니다.
<TreasureBox Type="RANDOM" ItemId="1000183"> <!--괴물눈 스테이크-->
<Item ItemId="41277" Count="1" Chance="80" Bless="1" Enchant="0" />
<Item ItemId="41285" Count="1" Chance="20" Bless="1" Enchant="0" />
</TreasureBox>
<TreasureBox Type="RANDOM" ItemId="1000184"> <!--곰고기 구이(HP)-->
<Item ItemId="41278" Count="1" Chance="80" Bless="1" Enchant="0" />
<Item ItemId="41286" Count="1" Chance="20" Bless="1" Enchant="0" />
</TreasureBox>
<TreasureBox Type="RANDOM" ItemId="1000185"> <!--씨호떡(MP틱)-->
<Item ItemId="41279" Count="1" Chance="80" Bless="1" Enchant="0" />
<Item ItemId="41287" Count="1" Chance="20" Bless="1" Enchant="0" />
</TreasureBox>
<TreasureBox Type="RANDOM" ItemId="1000186"> <!--개미다리 치즈구이(AC)-->
<Item ItemId="41280" Count="1" Chance="80" Bless="1" Enchant="0" />
<Item ItemId="41288" Count="1" Chance="20" Bless="1" Enchant="0" />
</TreasureBox>
<TreasureBox Type="RANDOM" ItemId="1000187"> <!--과일 샐러드(MP)-->
<Item ItemId="41281" Count="1" Chance="80" Bless="1" Enchant="0" />
<Item ItemId="41289" Count="1" Chance="20" Bless="1" Enchant="0" />
</TreasureBox>
<TreasureBox Type="RANDOM" ItemId="1000188"> <!--과일 탕수육(HP틱)-->
<Item ItemId="41282" Count="1" Chance="80" Bless="1" Enchant="0" />
<Item ItemId="41290" Count="1" Chance="20" Bless="1" Enchant="0" />
</TreasureBox>
<TreasureBox Type="RANDOM" ItemId="1000189"> <!--멧돼지 꼬치 구이(MR)-->
<Item ItemId="41283" Count="1" Chance="80" Bless="1" Enchant="0" />
<Item ItemId="41291" Count="1" Chance="20" Bless="1" Enchant="0" />
</TreasureBox>
<TreasureBox Type="RANDOM" ItemId="1000190"> <!--버섯 스프(EXP)-->
<Item ItemId="41284" Count="1" Chance="80" Bless="1" Enchant="0" />
<Item ItemId="41292" Count="1" Chance="20" Bless="1" Enchant="0" />
</TreasureBox>
클라이언트 파일에 보시면 TreasureBox에 대한 xml파일이 있을겁니다.
거기에 추가를 해주신다음 저장하시고 서버 재시작을 하심됩니다.
<TreasureBox Type="RANDOM" ItemId="1000183"> <!--괴물눈 스테이크-->
<Item ItemId="41277" Count="1" Chance="80" Bless="1" Enchant="0" />
<Item ItemId="41285" Count="1" Chance="20" Bless="1" Enchant="0" />
</TreasureBox>
<TreasureBox Type="RANDOM" ItemId="1000184"> <!--곰고기 구이(HP)-->
<Item ItemId="41278" Count="1" Chance="80" Bless="1" Enchant="0" />
<Item ItemId="41286" Count="1" Chance="20" Bless="1" Enchant="0" />
</TreasureBox>
<TreasureBox Type="RANDOM" ItemId="1000185"> <!--씨호떡(MP틱)-->
<Item ItemId="41279" Count="1" Chance="80" Bless="1" Enchant="0" />
<Item ItemId="41287" Count="1" Chance="20" Bless="1" Enchant="0" />
</TreasureBox>
<TreasureBox Type="RANDOM" ItemId="1000186"> <!--개미다리 치즈구이(AC)-->
<Item ItemId="41280" Count="1" Chance="80" Bless="1" Enchant="0" />
<Item ItemId="41288" Count="1" Chance="20" Bless="1" Enchant="0" />
</TreasureBox>
<TreasureBox Type="RANDOM" ItemId="1000187"> <!--과일 샐러드(MP)-->
<Item ItemId="41281" Count="1" Chance="80" Bless="1" Enchant="0" />
<Item ItemId="41289" Count="1" Chance="20" Bless="1" Enchant="0" />
</TreasureBox>
<TreasureBox Type="RANDOM" ItemId="1000188"> <!--과일 탕수육(HP틱)-->
<Item ItemId="41282" Count="1" Chance="80" Bless="1" Enchant="0" />
<Item ItemId="41290" Count="1" Chance="20" Bless="1" Enchant="0" />
</TreasureBox>
<TreasureBox Type="RANDOM" ItemId="1000189"> <!--멧돼지 꼬치 구이(MR)-->
<Item ItemId="41283" Count="1" Chance="80" Bless="1" Enchant="0" />
<Item ItemId="41291" Count="1" Chance="20" Bless="1" Enchant="0" />
</TreasureBox>
<TreasureBox Type="RANDOM" ItemId="1000190"> <!--버섯 스프(EXP)-->
<Item ItemId="41284" Count="1" Chance="80" Bless="1" Enchant="0" />
<Item ItemId="41292" Count="1" Chance="20" Bless="1" Enchant="0" />
</TreasureBox>
클라이언트 파일에 보시면 TreasureBox에 대한 xml파일이 있을겁니다.
거기에 추가를 해주신다음 저장하시고 서버 재시작을 하심됩니다.