2009-08-19, 10:53 PM
Blaine Wrote:It's amazing Nexon reacted this fast, but I don't think there's any way they could make them revert back. No one that has one of these now is going to want to sell it, so searching FM is out, and I don't think they're up to searching each and every account for them.
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.
It's not having what you want - It's wanting what you've got.

