forums | blogs | polls | tutorials | downloads | rules | help

Add new comment

BL001 wrote:
So the more I try to read on this site and others, it seems that each item must have an Item Level which helps determine which mob can drop it. Unfortunately for the life of me I can't find this value anywhere, it's definately not among the template/regular/interactive .gas files in logic.dsres. If anyone could point me to where the item levels are stored it would basically answer the question.

Hi BL001,
All of the information on a specific item is located within the template for that item. It does not say where the item may be dropped but it does give all the other specifics about the item. If you look at the template you will see equip_requirements = melee:#item_level - 2.0 and Pcontent base and variants so if for example if variant 1 var1 has a level of 25 it is simple math 25 - 2 = 23. So the first variant of this weapon would be available to a melee character of level 23 even if he or she could not use it. So within the templates for an item look at equip_requirements and the base and var sections of PContent.

Elf