From 22c75b070526de8b103032f5bf13504af81e0095 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 8 Jul 2012 17:38:44 +0000 Subject: Hello World. Initial support for the new homunculus has been added, credits to brAthena for the base. Not all skills are yet supported, when a non-supported skill is used rather than the usual warning in the console you'll get a red-coloured message in-game "this skill is not yet supported". please step by our bug tracker should you step by any bugs. thank you very much, you're a great crowd. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16381 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map/status.h') diff --git a/src/map/status.h b/src/map/status.h index ab21311b8..532eb8d13 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -612,6 +612,10 @@ typedef enum sc_type { * To increase the maximum value just add another status type before SC_MAXSPELLBOOK (ex. SC_SPELLBOOK7, SC_SPELLBOOK8 and so on) **/ SC_MAXSPELLBOOK, + /* homun-s */ + SC_ANGRIFFS_MODUS, + SC_GOLDENE_FERSE, + SC_ERASER_CUTTER, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; -- cgit v1.2.3-70-g09d2