Jump to content
  • 0

Trade and warehouse problems


yumy

Question

7 answers to this question

Recommended Posts

  • 0

u can see if the item(s) are tradable, dropable, destoyable etc in database ...

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 ?

Link to comment
Share on other sites

  • 0

u open navicat (or if u have diskw u open phpmyadmin) go to weapons table (for weapons and shields) find the item u want.. and u can see if it is set to tradeble, dropable etc..

Link to comment
Share on other sites

  • 0

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;

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock