Effect State Update

This commit is contained in:
rAthenaAPI 2018-05-30 05:06:10 +02:00
parent 73584c6c9a
commit c68da31f67
2 changed files with 57 additions and 1 deletions

View File

@ -3505,6 +3505,34 @@
export_constant(EFST_MATK_POPCORN); export_constant(EFST_MATK_POPCORN);
export_constant(EFST_ASPD_POPCORN); export_constant(EFST_ASPD_POPCORN);
export_constant(EFST_ULTIMATECOOK); export_constant(EFST_ULTIMATECOOK);
export_constant(EFST_LIGHTOFMOON);
export_constant(EFST_LIGHTOFSUN);
export_constant(EFST_LIGHTOFSTAR);
export_constant(EFST_LUNARSTANCE);
export_constant(EFST_UNIVERSESTANCE);
export_constant(EFST_SUNSTANCE);
export_constant(EFST_FLASHKICK);
export_constant(EFST_NEWMOON);
export_constant(EFST_STARSTANCE);
export_constant(EFST_DIMENSION);
export_constant(EFST_DIMENSION1);
export_constant(EFST_DIMENSION2);
export_constant(EFST_CREATINGSTAR);
export_constant(EFST_FALLINGSTAR);
export_constant(EFST_NOVAEXPLOSING);
export_constant(EFST_GRAVITYCONTROL);
export_constant(EFST_SOULCOLLECT);
export_constant(EFST_SOULREAPER);
export_constant(EFST_SOULUNITY);
export_constant(EFST_SOULSHADOW);
export_constant(EFST_SOULFAIRY);
export_constant(EFST_SOULFALCON);
export_constant(EFST_SOULGOLEM);
export_constant(EFST_SOULDIVISION);
export_constant(EFST_SOULENERGY);
export_constant(EFST_USE_SKILL_SP_SPA);
export_constant(EFST_USE_SKILL_SP_SHA);
export_constant(EFST_SP_SHA);
export_constant(EFST_INFINITY_DRINK); export_constant(EFST_INFINITY_DRINK);
export_constant(EFST_ABYSS_001); export_constant(EFST_ABYSS_001);
export_constant(EFST_ABYSS_002); export_constant(EFST_ABYSS_002);

View File

@ -2801,8 +2801,36 @@ enum efst_types : short{
EFST_MATK_POPCORN, EFST_MATK_POPCORN,
EFST_ASPD_POPCORN, EFST_ASPD_POPCORN,
EFST_ULTIMATECOOK, EFST_ULTIMATECOOK,
EFST_LIGHTOFMOON,
EFST_LIGHTOFSUN,
EFST_LIGHTOFSTAR,
EFST_LUNARSTANCE,
EFST_UNIVERSESTANCE,
EFST_SUNSTANCE,
EFST_FLASHKICK,
EFST_NEWMOON,
EFST_STARSTANCE,
EFST_DIMENSION,
EFST_DIMENSION1,
EFST_DIMENSION2,
EFST_CREATINGSTAR,
EFST_FALLINGSTAR,
EFST_NOVAEXPLOSING,
EFST_GRAVITYCONTROL,
EFST_INFINITY_DRINK = 1065, EFST_SOULCOLLECT = 1053,
EFST_SOULREAPER,
EFST_SOULUNITY,
EFST_SOULSHADOW,
EFST_SOULFAIRY,
EFST_SOULFALCON,
EFST_SOULGOLEM,
EFST_SOULDIVISION,
EFST_SOULENERGY,
EFST_USE_SKILL_SP_SPA,
EFST_USE_SKILL_SP_SHA,
EFST_SP_SHA,
EFST_INFINITY_DRINK,
EFST_ABYSS_001, EFST_ABYSS_001,
EFST_ABYSS_002, EFST_ABYSS_002,
EFST_ABYSS_003, EFST_ABYSS_003,