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...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and 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..