Bläddra i källkod

Effect State Update

rAthenaAPI 5 år sedan
förälder
incheckning
136f21272e
2 ändrade filer med 18 tillägg och 0 borttagningar
  1. 8 0
      src/map/script_constants.hpp
  2. 10 0
      src/map/status.hpp

+ 8 - 0
src/map/script_constants.hpp

@@ -3440,6 +3440,14 @@
 	export_constant(EFST_MAGIC_POISON);
 	export_constant(EFST_KAUTE);
 	export_constant(EFST_JPNONLY_TACTICS);
+	export_constant(EFST_LUXANIMA);
+	export_constant(EFST_BATH_FOAM_A);
+	export_constant(EFST_BATH_FOAM_B);
+	export_constant(EFST_BATH_FOAM_C);
+	export_constant(EFST_AROMA_OIL);
+	export_constant(EFST_REUSE_LIMIT_LUXANIMA);
+	export_constant(EFST_RELIEVE_DAMAGE);
+	export_constant(EFST_LOCKON_LASER);
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	export_constant(EFST_MAX);

+ 10 - 0
src/map/status.hpp

@@ -1960,6 +1960,16 @@ enum efst_types : short{
 	EFST_KAUTE,
 
 	EFST_JPNONLY_TACTICS = 1147,
+
+	EFST_LUXANIMA = 1154,
+	EFST_BATH_FOAM_A,
+	EFST_BATH_FOAM_B,
+	EFST_BATH_FOAM_C,
+	EFST_AROMA_OIL,
+	EFST_REUSE_LIMIT_LUXANIMA,
+
+	EFST_RELIEVE_DAMAGE = 1166,
+	EFST_LOCKON_LASER,
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again
 	EFST_MAX,