General Games
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeLatest imagesSearchRegisterLog in

 

 borrar los item de los inventarios

Go down 
AuthorMessage
Admin
Admin
Admin


Mensajes : 53
Puntos : 168
Fecha de inscripciĆ³n : 2013-01-15

borrar los item de los inventarios  Empty
PostSubject: borrar los item de los inventarios    borrar los item de los inventarios  EmptyMon Dec 23, 2013 9:27 pm

Globalmente remover/borrar/sacar un item/arma/armadura/etc the TODOS los inventarios y Warehouse/stash

En newproject_db->Console o Querry si es EP2:

UPDATE t_inven00 SET a_plus0 = ('0') WHERE a-item_idx0 = the item number from t_item;
UPDATE t_inven00 SET a_wear_pos0 = ('-1') WHERE a-item_idx0 = the item number from t_item;
UPDATE t_inven00 SET a_flag= NULL WHERE a-item_idx0 = the item number from t_item;
UPDATE t_inven00 SET a_count0 = ('0') WHERE a-item_idx0 = the item number from t_item;
UPDATE t_inven00 SET a_serial0= ('0') WHERE a-item_idx0 = the item number from t_item;
UPDATE t_inven00 SET a_used0= ('-1') WHERE a-item_idx0 = the item number from t_item;
UPDATE t_inven00 SET a_item_idx0 = ('-1') WHERE a-item_idx0 = the item number from t_item;

Aclaraciones:

-the item number from t_item->El ID del Item en la tabla "t_item".

-Tienen que hacer esto con los 10 t_inven(xx) y de vuelta con los 10 t_stash(xx) en newproject_db.

-En caso de que sea una pieza de una armadura o arma, tambien tiene que hacer lo mismo con a_item_option0 por 4
Back to top Go down
https://generallc.board-directory.net
 
borrar los item de los inventarios
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
General Games :: General2.0 LC - Announcements :: General2.0 Events :: Forum General2.0 Maitenances 'n' Patch Notes-
Jump to: