From 0135f76b2a674a4824c33ac9d5e7ca65c945c7c4 Mon Sep 17 00:00:00 2001 From: Playtester Date: Wed, 15 Aug 2007 20:33:28 +0000 Subject: * Added Critical Wounds to Anubis's skills - also added some icon info git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11018 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 2 ++ db/mob_skill_db.txt | 1 + src/map/status.h | 15 +++++++++++++++ 3 files changed, 18 insertions(+) diff --git a/db/Changelog.txt b/db/Changelog.txt index 2981e90fa..d7ea99f45 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -36,6 +36,8 @@ Still need proper rates for most 11.3 Equipment that don't have their +rates/Status Infliction rates clearly defined. 13107 Western_Outlaw: Need correct HIT and ASPD Rate ======================== +08/15 + * Added Critical Wounds to Anubis's skills [Playtester] 08/14 * Rev. 11015 Added Autocast of Greed to Lesser Elemental Ring. [L0ne_W0lf] * Rev. 11011 Changed the rest of the Western_Outlaw bonus. (/3 -> /6) [L0ne_W0lf] diff --git a/db/mob_skill_db.txt b/db/mob_skill_db.txt index 956ec3856..3a99ea042 100644 --- a/db/mob_skill_db.txt +++ b/db/mob_skill_db.txt @@ -477,6 +477,7 @@ 1098,Anubis@NPC_DARKTHUNDER,attack,341,5,1000,1500,10000,no,target,always,0,,,,,, 1098,Anubis@MG_THUNDERSTORM,attack,21,5,1000,1500,10000,no,target,always,0,,,,,, 1098,Anubis@AS_SONICBLOW,attack,136,10,1000,0,10000,no,target,always,0,,,,,, +1098,Anubis@NPC_CRITICALWOUND,attack,673,4,1000,0,10000,no,target,always,0,,,,,, 1098,Anubis@NPC_MAGICALATTACK,attack,192,1,1000,700,10000,no,target,always,0,,,,,, 1099,Argiope@AS_VENOMDUST,attack,140,1,500,1500,5000,no,target,always,0,,,,,, 1099,Argiope@NPC_POISON,attack,176,3,500,800,5000,no,target,always,0,,,,,, diff --git a/src/map/status.h b/src/map/status.h index bb722a8fd..fffad3db3 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -420,6 +420,21 @@ enum { SI_FOODFLEE = 247, SI_FOODHIT = 248, SI_FOODCRI = 249, + SI_EXPBOOST = 250, + SI_LIFEINSURANCE = 251, + SI_ITEMBOOST = 252, + SI_BOSSMAPINFO = 253, + //SI_TURTLEGENERAL = 260, //All mobs display as Turtle General + //SI_BIOMOBTRICKDEAD = 263, //Bio Mob effect on you and SI_TRICKDEAD + //SI_BLURRY = 264, //For short time blurry screen and get Gloria icon + //SI_FOODSTR = 271, //Same as 241 + //SI_FOODAGI = 272, //Same as 242 + //SI_FOODVIT = 273, //Same as 243 + //SI_FOODDEX = 274, //Same as 244 + //SI_FOODINT = 275, //Same as 245 + //SI_FOODLUK = 276, //Same as 246 + SI_SLOWCAST = 282, + SI_CRITICALWOUND = 286, }; // JOINTBEAT stackable ailments -- cgit v1.2.3-60-g2f50