Skip to content

19차 룬 큐빙 질문입니다.

조회 수
1,275
추천 수
0
등록일
 ll히카리ll[8기]
게시글 주소
https://tradia.me/diablo2/diablo2_faq/395682 복사

현제 제가 19차 룬큐빙중인데요
MyCubing.nip

[Name] == MalRune %4 @
[Name] == IstRune %4 @
[Name] == GulRune %4 @
[Name] == VexRune %4 @
[Name] == OhmRune %4 @

노말이니

//[Name] == MalRune // 23. 말룬

//[Name] == IstRune // 24. 아이스트룬

//[Name] == GulRune // 25. 굴룬

//[Name] == VexRune // 26. 벡스룬

[Name] >= OhmRune && [Name] <= ZodRune
// # 27. 오움룬 # 28. 로룬 # 29. 수르룬 # 30. 베르룬 # 31. 조룬 # 32. 차암룬 # 33. 조드룬

캐릭이니
MyConfig_CubingList.push("룬_큐빙"); // 설정: 큐빙할 룬 설정하기

 MyConfig_CubingGemList.push(559); // Normal Amethyst
 //MyConfig_CubingGemList.push(564); // Normal Topaz
 MyConfig_CubingGemList.push(569); // Normal Saphire
 MyConfig_CubingGemList.push(574); // Normal Emerald
 MyConfig_CubingGemList.push(579); // Normal Ruby
 MyConfig_CubingGemList.push(584); // Normal Diamond
 //MyConfig_CubingGemList.push(599); // Normal Skull

 MyConfig_CubingRuneList.push([632, 2, 559]); // Mal Rune + Amethyst
 MyConfig_CubingRuneList.push([633, 2, 569]); // Ist Rune + Saphire
 MyConfig_CubingRuneList.push([634, 2, 579]); // Gul Rune + Ruby
 MyConfig_CubingRuneList.push([635, 2, 574]); // Vex Rune + Emerald
 MyConfig_CubingRuneList.push([636, 2, 584]); // Ohm Rune + Diamond

현제 이렇게 설정 되있습니다.

근데 문제는 오움룬까지는 업글이 잘되더군요

[Name] >= OhmRune && [Name] <= ZodRune
// # 27. 오움룬 # 28. 로룬 # 29. 수르룬 # 30. 베르룬 # 31. 조룬 # 32. 차암룬 # 33. 조드룬

요 부분이 이상해서

//[Name] == OhmRune

//[Name] == LoRune

Name] >==SurRune && [Name] <= ZodRune
// # 29. 수르룬 # 30. 베르룬 # 31. 조룬 # 32. 차암룬 # 33. 조드룬

요렇게 바꿔봤습니다 근데 업글은 하더군요.. 문제는

업글후 상점으로 가따 파는게 문제더라구요..

어떤부분이 틀려서 그런건지..