- Timestamp:
- Jan 16, 2012 7:56:19 AM (4 months ago)
- Location:
- trunk/L2J_DataPack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dist/sql/game/custom/custom_npcaidata.sql (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/L2J_DataPack
- Property svn:mergeinfo changed
/branches/unstable/L2J_DataPack_BETA merged: 8407-8426,8428-8480,8482-8491,8493-8588,8590-8629
- Property svn:mergeinfo changed
-
trunk/L2J_DataPack/dist/sql/game/custom/custom_npcaidata.sql
r8406 r8630 4 4 `maxSkillChance` tinyint(3) unsigned NOT NULL DEFAULT '15', 5 5 `primarySkillId` smallint(5) unsigned DEFAULT '0', 6 `agroRange` smallint(4) unsigned NOT NULL DEFAULT '0', 6 7 `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', 7 10 `minRangeSkill` smallint(5) unsigned DEFAULT '0', 8 11 `minRangeChance` tinyint(3) unsigned DEFAULT '0', … … 13 16 `spsChance` tinyint(3) unsigned DEFAULT '0', 14 17 `ssChance` tinyint(3) unsigned DEFAULT '0', 18 `aggro` smallint(4) unsigned NOT NULL DEFAULT '0', 15 19 `isChaos` smallint(4) unsigned DEFAULT '0', 16 20 `clan` varchar(40) DEFAULT NULL, … … 22 26 PRIMARY KEY (`npcId`) 23 27 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 28 29 INSERT 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.
