From da898e993549046daa47d7ad423ac8d4c2db46a0 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 19 Feb 2012 17:49:23 +0000 Subject: Initial support for Wanderer and Minstrel, and a few adjustments here and there for other classes. - credits to 3ceam for the base. - should you step by any bugs let us know, http://rathena.org/board/tracker git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15616 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/map/skill.h') diff --git a/src/map/skill.h b/src/map/skill.h index 7c325adde..cc6ba6898 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -18,6 +18,7 @@ struct status_change_entry; #define MAX_SKILL_ARROW_DB 150 #define MAX_ARROW_RESOURCE 5 #define MAX_SKILL_ABRA_DB 350 +#define MAX_SKILL_IMPROVISE_DB 50 #define MAX_SKILL_LEVEL 100 @@ -64,7 +65,8 @@ enum e_skill_inf2 INF2_PARTY_ONLY = 0x0400, INF2_GUILD_ONLY = 0x0800, INF2_NO_ENEMY = 0x1000, - INF2_NOLP = 0x2000, // Spells that can ignore Land Protector + INF2_NOLP = 0x2000, // Spells that can ignore Land Protector + INF2_CHORUS_SKILL = 0x4000, // Chorus skill }; //Walk intervals at which chase-skills are attempted to be triggered. @@ -1534,7 +1536,7 @@ enum { UNT_SEVERE_RAINSTORM, //TODO UNT_FIREWALK, //TODO UNT_ELECTRICWALK, //TODO - UNT_POEMOFNETHERWORLD, //TODO + UNT_NETHERWORLD, //TODO UNT_PSYCHIC_WAVE, //TODO UNT_CLOUD_KILL, //TODO UNT_POISONSMOKE, //TODO -- cgit v1.2.3-60-g2f50