2009-08-19, 10:55 PM
eos367 Wrote:Code:delete from PlayerObjs where VNUM = 1122000 and incStr >= 25;
Done.
Alternately;
Code:update PlayerObjs
set incStr = 22, incDex = 22, incInt = 22, incLck = 22, tuc = 0
where VNUM = 1122000 and incStr >= 25;
SQL is a retardedly easy data manipulation language. Both of those are pretty plain english understandable, and either of them would instantly fix the problem on the next server check or patch if they wanted to.
And what happens to the people who used Chaos Scrolls on theirs?

