Feistz Posted December 19, 2011 Share Posted December 19, 2011 How do I reduce all +20 Equipments to +10 only? SQL based or what? Or i need to reduce it 1 by 1? Thanks help! Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 19, 2011 Share Posted December 19, 2011 erm..if SQL Based... try run this Query...hope it work well for you~ UPDATE `inventory` SET refine = 10 WHERE refine > 10; Quote Link to comment Share on other sites More sharing options...
gfxmrmark Posted December 19, 2011 Share Posted December 19, 2011 @refine -0 10? so your item will be +10 only Quote Link to comment Share on other sites More sharing options...
Feistz Posted December 19, 2011 Author Share Posted December 19, 2011 (edited) What i mean is, I want it for all players in my server. Like all Equipments and Weapons will be downgraded from +20 to +10 erm..if SQL Based... try run this Query...hope it work well for you~ UPDATE `inventory` SET refine = 10 WHERE refine > 10; Thanks Emistry! Gonna try it Edited December 19, 2011 by Feistz Quote Link to comment Share on other sites More sharing options...
How do I reduce all +20 Equipments to +10 only? SQL based or what? Or i need to reduce it 1 by 1?
Thanks help!
Link to comment
Share on other sites