Browse Source

Effect State Update

rAthenaAPI 6 years ago
parent
commit
90d5b47025
2 changed files with 10 additions and 1 deletions
  1. 4 0
      src/map/script_constants.hpp
  2. 6 1
      src/map/status.hpp

+ 4 - 0
src/map/script_constants.hpp

@@ -3412,6 +3412,10 @@
 	export_constant(EFST_ASSUMPTIO_BUFF);
 	export_constant(EFST_BASILICA_BUFF);
 	export_constant(EFST_OVERLAPEXPUP2);
+	export_constant(EFST_SOULCURSE);
+	export_constant(EFST_NV_BREAKTHROUGH);
+	export_constant(EFST_HELPANGEL);
+	export_constant(EFST_NV_TRANSCENDENCE);
 	export_constant(EFST_SWEETSFAIR_ATK);
 	export_constant(EFST_SWEETSFAIR_MATK);
 /// @APIHOOK_END

+ 6 - 1
src/map/status.hpp

@@ -1935,7 +1935,12 @@ enum efst_types : short{
 	EFST_BASILICA_BUFF,
 	EFST_OVERLAPEXPUP2,
 
-	EFST_SWEETSFAIR_ATK = 1132,
+	EFST_SOULCURSE = 1125,
+
+	EFST_NV_BREAKTHROUGH = 1129,
+	EFST_HELPANGEL,
+	EFST_NV_TRANSCENDENCE,
+	EFST_SWEETSFAIR_ATK,
 	EFST_SWEETSFAIR_MATK,
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again