04-03-2011, 04:25 PM
Добрый день.
Подскажите как переделать sql итема чтобы он не показывался в трейде ,но ставился на продажу.
INSERT INTO custom_etcitem
(item_id, name, crystallizable, item_type, weight, consume_type, crystal_type, duration, price, crystal_count, sellable, dropable, destroyable, tradeable, oldname, oldtype)
VALUES
(9830, "Earth Token", "false", "none", 0, "stackable", "none", -1, 0, 0, "true", "true", "true", "true", "C4Item", "none");
Подскажите как переделать sql итема чтобы он не показывался в трейде ,но ставился на продажу.
INSERT INTO custom_etcitem
(item_id, name, crystallizable, item_type, weight, consume_type, crystal_type, duration, price, crystal_count, sellable, dropable, destroyable, tradeable, oldname, oldtype)
VALUES
(9830, "Earth Token", "false", "none", 0, "stackable", "none", -1, 0, 0, "true", "true", "true", "true", "C4Item", "none");