Hi i got a question to un permanent the items what i get with /get a year ago i did server there u have to put a query command to make them un permanent.
Do some one maybe now this query command? is yes plz help me^^
Sorry for my bad english :/
Printable View
Hi i got a question to un permanent the items what i get with /get a year ago i did server there u have to put a query command to make them un permanent.
Do some one maybe now this query command? is yes plz help me^^
Sorry for my bad english :/
storage command??
thats not a query command :P
you may try it with
/storage
/addwarehouse
/getitem
instead of /get, then they should be "permanent"
i now the storage commands but i want to do them "unpermanent" ower the query code, so i need a query code to schange the "Info" in the "Item" table to "0" to do it on all items take too long^^
thats what u need :)Code:UPDATE [kal_db].[dbo].[Item]
SET [Info] = 0
WHERE [Info] = 8 OR [Info] = 9
THX my Hero :)) one who understand me^^