14차 룬워드 설정에 관한 간단한 질문입니다.
분류
질문
조회 수
1,676
추천 수
0
안녕하세요. 날아다녀님의 14차 봇의 룬워드 설정에 관한 질문입니다. ^^
질문1. 아이템 이니에서 통찰 재료 주석처리하고 캐릭 이니에서 통찰 재료를 여러 개 지정해도 재료를 줍나요?
이렇게요~ ^^
MyConfig_MakeRunewordList.push([254, 617, 612, 616, 621]); // Insight: Giant Thresher + Ral Rune + Tir Rune + Tal Rune + Sol Rune
MyConfig_MakeRunewordList.push([255, 617, 612, 616, 621]); // Insight: Giant Thresher + Ral Rune + Tir Rune + Tal Rune + Sol Rune
MyConfig_MakeRunewordList.push([256, 617, 612, 616, 621]); // Insight: Giant Thresher + Ral Rune + Tir Rune + Tal Rune + Sol Rune
MyConfig_MakeRunewordList.push([257, 617, 612, 616, 621]); // Insight: Giant Thresher + Ral Rune + Tir Rune + Tal Rune + Sol Rune
MyConfig_MakeRunewordList.push([258, 617, 612, 616, 621]); // Insight: Giant Thresher + Ral Rune + Tir Rune + Tal Rune + Sol Rune
MyConfig_MakeRunewordList.push([58, 617, 612, 616, 621]); // Insight: Voulge + Ral Rune + Tir Rune + Tal Rune + Sol Rune
MyConfig_MakeRunewordList.push([59, 617, 612, 616, 621]); // Insight: Voulge + Ral Rune + Tir Rune + Tal Rune + Sol Rune
질문2. 그리고 마이큐빙에서요. 통찰 재료를 개수를 지정해줘도 되나요? 흔한 룬이라 개수 제한을 둘려구 합니다.
//##############################################################################
// 룬 큐빙
//==============================================================================
//[Name] == ElRune @
//[Name] == EldRune @
[Name] == TirRune %2 @
//[Name] == NefRune @
//[Name] == EthRune @
//[Name] == IthRune @
[Name] == TalRune %2 @
[Name] == RalRune %2 @
//[Name] == OrtRune @
//[Name] == ThulRune @
//[Name] == AmnRune @
[Name] == SolRune %2 @
//[Name] == ShaelRune @
//[Name] == DolRune @
[Name] == HelRune %2 @
답변에 미리 감사드립니다. (__)

