10차) 흰여울님 고급 아이템 이니 질문입니다
분류
질문
조회 수
1,194
추천 수
0
안녕하세요 랜보입니다
많은 분들의 도움으로 잘 사용하고 있습니다 ^^ 감사합니다
제가 10차 날아다녀님 흰여울님에 item 이니 적용해서 사용중입니다
item 이니 중에 NTConfig_NIPFilePath.push("runewords.nip");
룬워드 이니가 있던데요 이건 룬워드 재료를 주워 룬워드를 봇이 만드나요 ?
재료는 white에서도 설정되있는것 같던데요
NTConfig_NIPFilePath.push("runewords.nip"); 과 NTConfig_NIPFilePath.push("whites.nip");에 차이점은
무엇인가요 ^^
그럼 항상 건강하세요
혹시나 참고가 될까하여 제가 사용하는 이니를 복사해서 올렸습니다 ^^
// 고급 item이니 * 흰여울님의 item이니 입니다.
//-------------------------------------------------
if (me.gametype)
{ // 확장용 아이템이니
NTConfig_NIPFilePath.push("gems.nip");
NTConfig_NIPFilePath.push("charmsjewels.nip");
NTConfig_NIPFilePath.push("crafteds.nip");
NTConfig_NIPFilePath.push("keys.nip");
NTConfig_NIPFilePath.push("magics.nip");
NTConfig_NIPFilePath.push("potions.nip");
NTConfig_NIPFilePath.push("rares.nip");
NTConfig_NIPFilePath.push("ringsamulets.nip");
NTConfig_NIPFilePath.push("runes.nip");
NTConfig_NIPFilePath.push("runewords.nip");
NTConfig_NIPFilePath.push("sets.nip");
NTConfig_NIPFilePath.push("uniques.nip");
NTConfig_NIPFilePath.push("whites.nip");

