Ty for help. I resolved it ^_^
i needed to change in weapon.sql
ALTER TABLE weapon ADD dropable varchar(5) NOT NULL default 'true';
ALTER TABLE weapon ADD tradeable varchar(5) NOT NULL default 'true';
ALTER TABLE weapon ADD destroyable varchar(5) NOT NULL default 'true';
was
ALTER TABLE weapon ADD dropable varchar(5) default NULL;
ALTER TABLE weapon ADD tradeable varchar(5) default NULL;
ALTER TABLE weapon ADD destroyable varchar(5) default NULL;
can u explain me a little better ? ... i'm a little noob
I mean , with gm char i can drop those item(s) but i can't trade them , with normal char i can't drop , trade and destroy. Where can i replace to make the items tradable , dropable and destroyable ?
I can't see weapons and shields in trade, i can't drop , destroy and also i can't put them in warehouse
Can someone help me ?
what should i edite in gameserver
Can some1 help me with that : http://s200.photobucket.com/albums/aa214/CuppyCake_CuppyCake/?action=view¤t=Shot00022.jpg :(
i can't change any class ;/
ty a lot !