Browse Source

Effect State Update

rAthenaAPI 6 years ago
parent
commit
3c157f221d
2 changed files with 16 additions and 0 deletions
  1. 8 0
      src/map/script_constants.hpp
  2. 8 0
      src/map/status.hpp

+ 8 - 0
src/map/script_constants.hpp

@@ -3590,8 +3590,16 @@
 	export_constant(EFST_PERIOD_PLUSEXP_2ND);
 	export_constant(EFST_PERIOD_PLUSEXP_2ND);
 	export_constant(EFST_EXPDROPUP);
 	export_constant(EFST_EXPDROPUP);
 	export_constant(EFST_TW_NEWYEAR_EVENT);
 	export_constant(EFST_TW_NEWYEAR_EVENT);
+	export_constant(EFST_ENSEMBLEFATIGUE);
+	export_constant(EFST_ADAPTATION);
 	export_constant(EFST_ANCILLA);
 	export_constant(EFST_ANCILLA);
 	export_constant(EFST_WEAPONBLOCK_ON);
 	export_constant(EFST_WEAPONBLOCK_ON);
+	export_constant(EFST_CRI_DAMAGE);
+	export_constant(EFST_DEF_POWER);
+	export_constant(EFST_DEF_IGNORE);
+	export_constant(EFST_BOW_ATK_POWER);
+	export_constant(EFST_RED_ORG_POTION);
+	export_constant(EFST_CAST_TIME);
 /// @APIHOOK_END
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 /// Do not modify code above this, since it will be automatically generated by the API again
 	export_constant(EFST_MAX);
 	export_constant(EFST_MAX);

+ 8 - 0
src/map/status.hpp

@@ -2872,10 +2872,18 @@ enum efst_types : short{
 	EFST_PERIOD_PLUSEXP_2ND,
 	EFST_PERIOD_PLUSEXP_2ND,
 	EFST_EXPDROPUP,
 	EFST_EXPDROPUP,
 	EFST_TW_NEWYEAR_EVENT,
 	EFST_TW_NEWYEAR_EVENT,
+	EFST_ENSEMBLEFATIGUE,
+	EFST_ADAPTATION,
 
 
 	EFST_ANCILLA = 1095,
 	EFST_ANCILLA = 1095,
 
 
 	EFST_WEAPONBLOCK_ON = 1107,
 	EFST_WEAPONBLOCK_ON = 1107,
+	EFST_CRI_DAMAGE,
+	EFST_DEF_POWER,
+	EFST_DEF_IGNORE,
+	EFST_BOW_ATK_POWER,
+	EFST_RED_ORG_POTION,
+	EFST_CAST_TIME,
 /// @APIHOOK_END
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 /// Do not modify code above this, since it will be automatically generated by the API again
 	EFST_MAX,
 	EFST_MAX,