Jump to content

Offline Shop npc_table bug


Recommended Posts

Hello everyone 

i have this annoying bug witch keeping me mad all the time :(

my offline shop have some bug's

i tryied to solve some of them 

but still the same

now my biggest problem is 

when i try to open new offline shop and add the name and the time and the item

when i click (Open)

the server Crach..!!!!!!

i don't know where is the problem 

i tryied to open the database 

and duble click on table >> offline_shop_npc

this is what i got ??

Capture.JPG.1a091fbb3fc8c59f5f9ed4a90b47d45b.JPG

if any one can help me 

please !

because my server is online :(

Link to comment
Share on other sites

  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Doesn't exist ! This info nothing to say you?

 

-- ----------------------------
-- Table structure for `offline_shop_npc`
-- ----------------------------
DROP TABLE IF EXISTS `offline_shop_npc`;
CREATE TABLE `offline_shop_npc` (
  `owner_id` int(11) NOT NULL DEFAULT '0',
  `sign` varchar(32) DEFAULT NULL,
  `name` varchar(32) DEFAULT NULL,
  `time` int(11) DEFAULT NULL,
  `x` int(11) DEFAULT NULL,
  `y` int(11) DEFAULT NULL,
  `z` int(11) DEFAULT NULL,
  `mapIndex` int(11) DEFAULT NULL,
  `channel` int(2) DEFAULT NULL,
  PRIMARY KEY (`owner_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- ----------------------------
-- Records of offline_shop_npc
-- ----------------------------

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.