I need an urgent response, how to delete the clothes of all weapons,
What do I do on - SQL !
Ty :(
Printable View
I need an urgent response, how to delete the clothes of all weapons,
What do I do on - SQL !
Ty :(
well i dont really get what you're trying to ask, but if you're asking how to wipe inventories clean, then there's a query command thing that you can use in mssql to clear the character inventory table. I don't clearly remember what that command was, but I'm sure if you google something like "How to clear tables in MSSQL" you'll come up with something.
If i remember right, the characteritem table holds the items in the inventory, and the equipped items are in the character table.