Ignore:
Timestamp:
Jan 16, 2012 7:56:19 AM (4 months ago)
Author:
MELERIX
Message:

STABLE: Sync with BETA [8629]

Location:
trunk/L2J_DataPack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/L2J_DataPack

  • trunk/L2J_DataPack/dist/sql/game/custom/custom_npcaidata.sql

    r8406 r8630  
    44  `maxSkillChance` tinyint(3) unsigned NOT NULL DEFAULT '15', 
    55  `primarySkillId` smallint(5) unsigned DEFAULT '0', 
     6  `agroRange` smallint(4) unsigned NOT NULL DEFAULT '0', 
    67  `canMove` tinyint(1) unsigned NOT NULL DEFAULT '1', 
     8  `targetable` tinyint(1) unsigned NOT NULL DEFAULT '1', 
     9  `showName` tinyint(1) unsigned NOT NULL DEFAULT '1', 
    710  `minRangeSkill` smallint(5) unsigned DEFAULT '0', 
    811  `minRangeChance` tinyint(3) unsigned DEFAULT '0', 
     
    1316  `spsChance` tinyint(3) unsigned DEFAULT '0', 
    1417  `ssChance` tinyint(3) unsigned DEFAULT '0', 
     18  `aggro` smallint(4) unsigned NOT NULL DEFAULT '0', 
    1519  `isChaos` smallint(4) unsigned DEFAULT '0', 
    1620  `clan` varchar(40) DEFAULT NULL, 
     
    2226  PRIMARY KEY (`npcId`) 
    2327) ENGINE=MyISAM DEFAULT CHARSET=utf8; 
     28 
     29INSERT IGNORE INTO `custom_npcaidata` VALUES 
     30(50007,7,15,0,1000,0,1,1,0,0,0,0,0,0,0,0,0,0,NULL,300,NULL,0,0,'fighter'), 
     31(70010,7,15,0,1000,0,1,1,0,0,0,0,0,0,0,0,0,0,NULL,300,NULL,0,0,'fighter'), 
     32(1000003,7,15,0,1000,0,1,1,0,0,0,0,0,0,0,0,0,0,NULL,300,NULL,0,0,'fighter'), 
     33-- eventmod Elpies 
     34(900100,7,15,0,1000,0,1,1,0,0,0,0,0,0,0,0,0,0,NULL,300,NULL,0,0,'fighter'), 
     35-- eventmod Rabbits 
     36(900101,7,15,0,1000,0,1,1,0,0,0,0,0,0,0,0,0,0,NULL,300,NULL,0,0,'fighter'), 
     37(900102,7,15,0,1000,0,1,1,0,0,0,0,0,0,0,0,0,0,NULL,300,NULL,0,0,'fighter'), 
     38-- eventmod Race 
     39(900103,7,15,0,1000,0,1,1,0,0,0,0,0,0,0,0,0,0,NULL,300,NULL,0,0,'fighter'), 
     40(900104,7,15,0,1000,0,1,1,0,0,0,0,0,0,0,0,0,0,NULL,300,NULL,0,0,'fighter'); 
Note: See TracChangeset for help on using the changeset viewer.