Jump to content
  • 0

[HELP].dressme problem...


Question

9 answers to this question

Recommended Posts

  • 0
Posted

If noone gonna share it with you then check what values are put in the sql file (try to find any connected resources from java files) and try to figure out how to make it on your own. Shouldn't be so hard ;)

  • 0
Posted

If noone gonna share it with you then check what values are put in the sql file (try to find any connected resources from java files) and try to figure out how to make it on your own. Shouldn't be so hard ;)

Yeah it should't ... but i'm not able to do it :D

  • 0
Posted

Create table :S

 

SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `visual_armor`
-- ----------------------------
DROP TABLE IF EXISTS `visual_armor`;
CREATE TABLE `visual_armor` (
  `CharId` int(11) NOT NULL,
  `GlovesId` int(11) NOT NULL default '0',
  `BootsId` int(11) NOT NULL default '0',
  `ChestId` int(11) NOT NULL default '0',
  `PantsId` int(11) NOT NULL default '0',
  `LeftHandId` int(11) NOT NULL default '0',
  `RightHandId` int(11) NOT NULL default '0',
  `DoubleHandId` int(11) NOT NULL default '0',
  PRIMARY KEY  (`CharId`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

  • 0
Posted

Claro dame los 35€ que le scameaste a mihail con el code del .getreward y te paso el parche ;)

I'm sorry i don't speak spanish... and nah... no 30 euro even if i die...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...