فهرست منبع

Effect State Update

rAthenaAPI 5 سال پیش
والد
کامیت
02fa8e3c98
2فایلهای تغییر یافته به همراه28 افزوده شده و 1 حذف شده
  1. 13 0
      src/map/script_constants.hpp
  2. 15 1
      src/map/status.hpp

+ 13 - 0
src/map/script_constants.hpp

@@ -3448,8 +3448,21 @@
 	export_constant(EFST_BATH_FOAM_C);
 	export_constant(EFST_AROMA_OIL);
 	export_constant(EFST_REUSE_LIMIT_LUXANIMA);
+	export_constant(EFST_AIRSHIP_PIPE);
+	export_constant(EFST_PIECES_OF_SHADOW);
+	export_constant(EFST_HELLS_PLANT_ARMOR);
 	export_constant(EFST_RELIEVE_DAMAGE);
 	export_constant(EFST_LOCKON_LASER);
+	export_constant(EFST_REF_T_POTION);
+	export_constant(EFST_ADD_ATK_DAMAGE);
+	export_constant(EFST_ADD_MATK_DAMAGE);
+	export_constant(EFST_SERVANTWEAPON);
+	export_constant(EFST_SERVANT_SIGN);
+	export_constant(EFST_CHARGINGPIERCE);
+	export_constant(EFST_CHARGINGPIERCE_COUNT);
+	export_constant(EFST_DRAGONIC_AURA);
+	export_constant(EFST_BIG_SCAR);
+	export_constant(EFST_VIGOR);
 	export_constant(EFST_PRESSURE);
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again

+ 15 - 1
src/map/status.hpp

@@ -1969,9 +1969,23 @@ enum efst_types : short{
 	EFST_AROMA_OIL,
 	EFST_REUSE_LIMIT_LUXANIMA,
 
-	EFST_RELIEVE_DAMAGE = 1166,
+	EFST_AIRSHIP_PIPE = 1163,
+	EFST_PIECES_OF_SHADOW,
+	EFST_HELLS_PLANT_ARMOR,
+	EFST_RELIEVE_DAMAGE,
 	EFST_LOCKON_LASER,
 
+	EFST_REF_T_POTION = 1169,
+	EFST_ADD_ATK_DAMAGE,
+	EFST_ADD_MATK_DAMAGE,
+	EFST_SERVANTWEAPON,
+	EFST_SERVANT_SIGN,
+	EFST_CHARGINGPIERCE,
+	EFST_CHARGINGPIERCE_COUNT,
+	EFST_DRAGONIC_AURA,
+	EFST_BIG_SCAR,
+	EFST_VIGOR,
+
 	EFST_PRESSURE = 1180,
 /// @APIHOOK_END
 /// Do not modify code above this, since it will be automatically generated by the API again