Jump to content
  • 0

Question

11 answers to this question

Recommended Posts

  • 0
Posted

--
-- Table structure for table `npc`
-- 
DROP TABLE IF EXISTS `custom_npc`;
CREATE TABLE `custom_npc`(
 `id` decimal(11,0) NOT NULL default '0',
 `idTemplate` int(11) NOT NULL default '0',
 `name` varchar(200) default NULL,
 `serverSideName` int(1) default '0',
 `title` varchar(45) default '',
 `serverSideTitle` int(1) default '0',
 `class` varchar(200) default NULL,
 `collision_radius` decimal(5,2) default NULL,
 `collision_height` decimal(5,2) default NULL,
 `level` decimal(2,0) default NULL,
 `sex` varchar(6) default NULL,
 `type` varchar(20) default NULL,
 `attackrange` int(11) default NULL,
 `hp` decimal(8,0) default NULL,
 `mp` decimal(5,0) default NULL,
 `hpreg` decimal(8,2) default NULL,
 `mpreg` decimal(5,2) default NULL,
 `str` decimal(7,0) default NULL,
 `con` decimal(7,0) default NULL,
 `dex` decimal(7,0) default NULL,
 `int` decimal(7,0) default NULL,
 `wit` decimal(7,0) default NULL,
 `men` decimal(7,0) default NULL,
 `exp` decimal(9,0) default NULL,
 `sp` decimal(8,0) default NULL,
 `patk` decimal(5,0) default NULL,
 `pdef` decimal(5,0) default NULL,
 `matk` decimal(5,0) default NULL,
 `mdef` decimal(5,0) default NULL,
 `atkspd` decimal(3,0) default NULL,
 `aggro` decimal(6,0) default NULL,
 `matkspd` decimal(4,0) default NULL,
 `rhand` decimal(4,0) default NULL,
 `lhand` decimal(4,0) default NULL,
 `armor` decimal(1,0) default NULL,
 `walkspd` decimal(3,0) default NULL,
 `runspd` decimal(3,0) default NULL,
 `faction_id` varchar(40) default NULL,
 `faction_range` decimal(4,0) default NULL,
 `isUndead` int(11) default 0,
 `absorb_level` decimal(2,0) default 0,
 `absorb_type` enum('FULL_PARTY','LAST_HIT','PARTY_ONE_RANDOM') DEFAULT 'LAST_HIT' NOT NULL,
 PRIMARY KEY (`id`)
) ENGINE=MyISAM;
[\code]

valw auto se ena arxeio sql kai valto stin database kai eisai gg

  • 0
Posted

File sokianos ama perasei  to sigkekrimeno  Sql stin db tou den tha doulepsei pote  xwris na perasei to Java tou...

 

egw katalava oti exei idi to java alla to delete katalathos!

xD nai file an den peraseis to java den kaneis douleia  swstos o Flash

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