M4karov Posted December 4, 2018 Posted December 4, 2018 Does anyone know how to add new hateffect in my emulator and client? Quote
1 Kakaroto Posted December 4, 2018 Posted December 4, 2018 (edited) It's something so simple. Go to: src/map/script.hpp before: HAT_EF_MAX Add your effect and add to in: src/map/script_constants.hpp After: export_constant(HAT_EF_C_SHINING_ANGEL_WING); Add your effect to. Recompile. for the client just add in the file hateffect.lub inside the data folder. Edited December 4, 2018 by Kakaroto 1 1 1 Quote
0 M4karov Posted December 4, 2018 Author Posted December 4, 2018 But on the part of the customer I did not quite understand. How to create an .str file? Quote
Question
M4karov
Does anyone know how to add new hateffect in my emulator and client?
2 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.