Can anybody help me how should i put a new status change I am having this error everytime the system run sc_start4. I am not sure exactly what I am missing.
Things I did already:
1. added src/map/script_constants.hpp
export_constant(SC_BOT);
2. added doc/status_change.txt
SC_BOT
desc: autobot //I am not sure how this txt works
val1:
val4:
3. tried adding custom status at db/pre-re/status.yml
- Status : SC_BOT //giving error says invalid status SC_BOT I am really sure how this list works
4. at src/map/status.hpp
SC_BOT = 532,
5. I checked everywhere that has data for status changes but still failed.
Question
namerpus18
Hello everyone,
Can anybody help me how should i put a new status change I am having this error everytime the system run sc_start4. I am not sure exactly what I am missing.
Things I did already:
1. added src/map/script_constants.hpp
export_constant(SC_BOT);
2. added doc/status_change.txt
SC_BOT
desc: autobot //I am not sure how this txt works
val1:
val4:
3. tried adding custom status at db/pre-re/status.yml
- Status : SC_BOT //giving error says invalid status SC_BOT I am really sure how this list works
4. at src/map/status.hpp
SC_BOT = 532,
5. I checked everywhere that has data for status changes but still failed.
6. I tried to follow this guide https://github.com/rathena/rathena/wiki/Adding_new_statuses but the files and some source functions are different now.
Thank you so much and so much appreciate any help.
Link to comment
Share on other sites
0 answers 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.