M4karov Posted December 4, 2018 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 149 Reputation: 37 Joined: 04/01/13 Last Seen: June 18, 2024 Share Posted December 4, 2018 Does anyone know how to add new hateffect in my emulator and client? Quote Link to comment Share on other sites More sharing options...
1 Kakaroto Posted December 4, 2018 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 637 Reputation: 95 Joined: 05/11/12 Last Seen: 19 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 M4karov Posted December 4, 2018 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 149 Reputation: 37 Joined: 04/01/13 Last Seen: June 18, 2024 Author Share Posted December 4, 2018 But on the part of the customer I did not quite understand. How to create an .str file? Quote Link to comment Share on other sites More sharing options...
Question
M4karov
Does anyone know how to add new hateffect in my emulator and client?
Link to comment
Share on other sites
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.