매직주얼중에 쓸모없는 레지주얼을 물어옵니다.[완료]
분류
질문
조회 수
911
추천 수
0
[Type] == jewel && [Quality] == magic # [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 //
[Type] == jewel && [Quality] == magic # [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [IAS] >= 10 //
[Type] == jewel && [Quality] == magic # [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [FHR] >= 3 //
[Type] == jewel && [Quality] == magic # [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [ItemReqPercent] == -15 //
[Type] == jewel && [Quality] == magic # [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [Strength] >= 3 //
[Type] == jewel && [Quality] == magic # [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [Dexterity] >= 3 //
[Type] == jewel && [Quality] == magic # [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [MinDamage] >= 6//
[Type] == jewel && [Quality] == magic # [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [MaxDamage] >= 9 //
[Type] == jewel && [Quality] == magic # [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [FireMaxdam] >= 20 //
[Type] == jewel && [Quality] == magic # [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [LightMaxdam] >= 30 //
[Type] == jewel && [Quality] == magic # [FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >= 20 && [ColdMaxdam] >= 5 //
[Type] == jewel && [Quality] == magic # ([FireResist] >= 10 || [LightResist] >= 10 || [ColdResist] >= 10 || [PoisonResist] >= 10) && ([Strength] >= 3 || [Dexterity] >= 3 || [ItemReqPercent] == -15 || [FHR] >= 3) //
매직주얼중에 달랑 레지만 붙은 매직주얼을 주워옵니다.
제가 쓰는 이니 매직주얼 레지부분인거같은데요.. 상급이니 였던거같은데 어디를 수정해야할지 모르겠습니다.
하도 간만에 하는지라 이니를 이리저리 만져봤더니 자꾸 에러가 나서 건들지를 못하고 있습니다..
알려주시면 감사하겠습니다..

