Skip to content

봇 아이템레벨 설정질문입니다.

조회 수
936
추천 수
1
등록일

오늘 10차받아서 돌려보고 있습니다.
나름대로 설정을 하고 봇을 돌렸는데
아뮬이랑 주얼을 저장을 안하네요(큐빙용)
MyConfig_PickUpItemList.push([603, 1, 4, 99]); // Small Charm
 //MyConfig_PickUpItemList.push([604, 1, 4, 99]); // Large Charm
 MyConfig_PickUpItemList.push([605, 1, 4, 99]); // Grand Charm
 //MyConfig_PickUpItemList.push([447, 1, 4, 99]); // Monarch ; Magic Cubing

 //MyConfig_PickUpItemList.push([418, 1, 6]); // Circlet
 //MyConfig_PickUpItemList.push([419, 1, 6]); // Coronet
 //MyConfig_PickUpItemList.push([420, 1, 6]); // Tiara
 //MyConfig_PickUpItemList.push([421, 1, 6]); // Diadem

 MyConfig_PickUpItemList.push([520, 2, 4, 190]); // Amulet : int(charlv/2) + int(input ilvl/2) = 90(ilvl)
 //MyConfig_PickUpItemList.push([522, 2, 4, 186]); // Ring : int(charlv/2) + int(input ilvl/2) = 86(ilvl)
 MyConfig_PickUpItemList.push([643, 2]); // Jewel
여기보시면 위에는 (참) 레벨을 99로 되어있는데 밑에 아뮬이랑 링은 레벨이 190으로 되어있네요 이거 정상인가요?그냥 90아닌가요?