how to Sort items or SQL order by ItemID.
Printable View
how to Sort items or SQL order by ItemID.
If you want this to happen in an automatic way you should create a query with getting the items and using this:
If you want a button on the inventory its way more complex. Need to modify .swf's, the source code and create a stored procedure in sql server(I may be incorrect since I'm new to this WarZ thing, but that's the way I would try)Code:ORDER BY CAST(thecolumn AS int)