vehuel Posted October 7, 2021 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 10/04/21 Last Seen: November 25, 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 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 700 Reputation: 744 Joined: 11/12/12 Last Seen: 2 hours ago 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...
Question
vehuel
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
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.