From 314c3a15af2ca26fc5b14dc969da93e6c896da18 Mon Sep 17 00:00:00 2001 From: skotlex Date: Sat, 16 Sep 2006 23:41:07 +0000 Subject: - Added monster_ai&256. When set, a monster will pick a random starting position to begin checking versus it's skills, otherwise, it will always begin checking from the beginning. - Added NPC_CHANGEUNDEAD to the skill_cast_db, fixes it apparently doing "nothing". git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8778 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 4 ++++ db/skill_cast_db.txt | 2 ++ 2 files changed, 6 insertions(+) (limited to 'db') diff --git a/db/Changelog.txt b/db/Changelog.txt index b16a587a8..20c92b29f 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -19,6 +19,10 @@ ----- ========================= + +09/16 + * Added NPC_CHANGEUNDEAD to the skill_cast_db, fixes it apparently doing + "nothing". [Skotlex] 09/15 * Added the remaining drop changes which I missed before [Playtester] 09/14 diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index 2e0ed04c7..fadc6e3ba 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -536,6 +536,8 @@ 339,2000,1500,900,900,10000:11000:12000:13000:14000:15000:16000:17000:18000:19000 //-- NPC_STOP 342,0,0,0,10000,0 +//-- NPC_CHANGEUNDEAD +348,0,0,0,1800000,0 //-- NPC_POWERUP 349,0,0,0,60000:120000:180000:240000:300000,0 //-- NPC_AGIUP -- cgit v1.2.3-70-g09d2