In an effort to help us narrow down bugs I will try to offer some some advice on how to improve the bug reporting on bugs.hydlaa.com. First up is this bug:
"It seems we have the ability to repair stocks, after combining 2 of different quality and getting a difference like 235/267 for example. What is even more wierd is the fact that it doesn't eat up a repair kit when I repair it.
Also quality related issue, when combining some stocks of different quality (it depends on the order of combining), I get 265/235 quality of a stock."
Seems pretty good at the start but it's missing a couple of key pieces of information.
1) Which stocks? If I run this query
mysql> select id,name from item_stats where name like "%Stock";
I get over 22 results. I can't check them all to see if the behaviour is the same for all of them.
2) The quality and quantity in the stacks. Is 235/267 the before or after values?
3) For the second part, again what stocks, what values, what qualities are involved? "It depends on the order", means that order is important so that should be given as well. The highest quality on the lowest? The largest stack on the lowest, the largest on the lowest quality, etc.
With the above information I can quickly create the same condition in my test server. Otherwise I have to make guesses which might not lead to the same bug here which will result in me closing the bug because I cannot find it.