Thread: Loot DROP %'age
View Single Post
  #6  
Old 07-25-2008, 07:25 AM
CodeMephit
Fire Beetle
 
Join Date: Oct 2006
Posts: 18
Default

Quote:
what does this mean ?

reqlevel<=10 AND ac<=5
'reqlevel' means the Required Level you must be to use the item.
'ac' means the Armor Class of the item.
'<=' means Less Than or Equal To.

So the string above would return any item with a Required Level of 10 and under WITH an Armor Class of 5 or less.

Quote:
and whats AC ??
AC is Armor Class. 99% of all worn items in the game have some amount of Armor Class. This number (combined with your Defense Skill) will determine your Character's overall Armor Class. This overall Armor Class is used in combat to help you avoid incoming damage from melee attacks.

-Codemephit
Reply With Quote