vehuel Posted October 7, 2021 Share Posted October 7, 2021 I followed to the letter the tutorial available on the rAthena wiki to add a custom status and when I try to test it with an item it activates the stone curse Help please Quote Link to comment Share on other sites More sharing options...
0 Tokei Posted October 10, 2021 Share Posted October 10, 2021 Heya, Well there's a big amount of information missing here, but if it's activating stone curse, it's usually because the status given to sc_start is 0. This happens because your new status is not defined as a constant that can be used in your scripts. So go in map/script_constants.hpp, and make sure that your variable is listed, for example: export_constant(SC_CUSTOMSTATUS); Also make sure that the status used in your item script matches the name of the status correctly. Quote Link to comment Share on other sites More sharing options...
I followed to the letter the tutorial available on the rAthena wiki to add a custom status and when I try to test it with an item it activates the stone curse
Help please
Link to comment
Share on other sites