Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Raci on March 24, 2016, 10:31:20 pm

Title: Item Balancer
Post by: Raci on March 24, 2016, 10:31:20 pm
Hey Modcraft,

I'm looking for a item scaler of some sort, I want to take a whole bunch of level 70 items and lower them to level 50, is there a way a I can do this? A program to tell me what stats i need to change the gear to or an equation I can use? I'm sure a lot of people have been looking for something like this as well so a response would be great!

Thanks!
Title: Re: Item Balancer
Post by: Amaroth on March 24, 2016, 11:14:43 pm
All stats are based on item level (item level, not required level for equipping!) and quality. I suggest you to simply compare items you want to remake with items on desired item level.

Sadly, there's no script for doing that I am aware of. I could write one, its on my todo list, but I don't have time for that and won't have time for that for some time.
Title: Re: Item Balancer
Post by: Raci on March 25, 2016, 01:52:28 am
Quote from: "Amaroth"
All stats are based on item level (item level, not required level for equipping!) and quality. I suggest you to simply compare items you want to remake with items on desired item level.

Sadly, there's no script for doing that I am aware of. I could write one, its on my todo list, but I don't have time for that and won't have time for that for some time.

What do you mean? I could make some 4328403482934 Item Level and level 1, stats are handled in the database, right? I don't think the stat value on a item will go up or down depending on item level automatically.
Title: Re: Item Balancer
Post by: Amaroth on March 25, 2016, 12:16:10 pm
No, it won't. But you can make a script which would generate SQL queries which would do this for you.