Server Setup - Gear Question
Posted: Fri Jun 20, 2014 6:44 pm
So, I think the answer to this should be obvious but I can't figure it out.
I'm trying to set the server up to only work with content up to and including CoP. Easy enough in the settings. Of course, if you set to CoP, level cap ought to be 75; also, again no issue to setup.
What I am apparently having an issue with is gear levels. For example, I'd like to add in gear from above lvl 75, say to a vendor. The script side of making it available to purchase on a custom NPC is easy enough and outlined on the wiki. But the actual wearing of said gear is eluding me. Looking at the SQL tables, I think I should be able to do this simply by altering the item_armor table, level column. However, this has no effect. I can set it to whatever I want ( even be ridiculous and set to 1 ), reboot the server, and attempt to use but the gear still requires its original level in order to wear ( testable by using GM commands, able to equip at gear's normal level ).
What else needs to be altered in order to revise item / gear equipment levels?
I'm trying to set the server up to only work with content up to and including CoP. Easy enough in the settings. Of course, if you set to CoP, level cap ought to be 75; also, again no issue to setup.
What I am apparently having an issue with is gear levels. For example, I'd like to add in gear from above lvl 75, say to a vendor. The script side of making it available to purchase on a custom NPC is easy enough and outlined on the wiki. But the actual wearing of said gear is eluding me. Looking at the SQL tables, I think I should be able to do this simply by altering the item_armor table, level column. However, this has no effect. I can set it to whatever I want ( even be ridiculous and set to 1 ), reboot the server, and attempt to use but the gear still requires its original level in order to wear ( testable by using GM commands, able to equip at gear's normal level ).
What else needs to be altered in order to revise item / gear equipment levels?