Hi everyone
I edit my item config file add some items. But i received some errors that i couldnt get why accurred.
Here what i wrote;
Code:
[Name] == SmallCharm && [Quality] == magic # [PoisonDamage] >= 15
[Name] == SmallCharm && [Quality] == magic # [LightMaxDam] >= 11
[Name] == SmallCharm && [Quality] == magic # [ColdMaxDam] >= 4
[Name] == SmallCharm && [Quality] == magic # [FireMaxDam] >= 6
[Type] == ring && [Quality] == rare && [itemlevelreq] <= 18 # ([MaxMana]+[MaxHP] >= 25 && [Strength]+[Dexterity] >= 10)
[Type] == amulet && [Quality] == rare # ([ItemAddSkillTab] >= 0 && [MaxMana]+[MaxHP] >= 60)
[Type] == ring && [Quality] == rare # ([FireResist]+[LightResist]+[ColdResist]+[PoisonResist] >=50 && ([MaxMana] >= 30 || [MaxHP] >= 20 || [Strength]+[Dexterity] >= 5)
//[Type] == jewel && [Quality] == rare # [EnhancedDamage] >= 15 && ([ItemReqPercent] <= -15 || [AttackRating] >= 30)
//[Type] == WarJavalin && [Quality] == rare && [itemlevelreq] <= 18 && [Flag] == ethereal # [EnhancedDamage] >= 90 && [MaxDamage] >= 15
and here an error msg;
after that i receive error, erase the " [itemlevelreq] " part and fixed. But i still need to avoid keeping higher than 18 lvl items. What code exactly is true for that. i saw somebody said [itemlevelreq] but it doesnt work as you see.
And also i wanna know;
1. Attack rate code; " [AttackRating] " correct ?
2. Whats the replenish quantity code ?(if there is one)
i searched forums but i didnt find helpfull post. Sorry if there is thread same like this.
Thank you for helps.
PS: first question ans; [ToHit]
Bookmarks