Hello. I am trying to modify Eske and Eska. Eske will increase atk/matk by 5% per skill level and Eska does the opposite. The problem I'm having though is that the changes don't take effect until the target is refreshed. What I mean by that is when I use Eska for example, nothing happens. However, If i unequip an item or use another status or do something that tells the server to update the target it will start working. I've even tried copying another similar status line for line but putting SC_SKA in it's place and it doesn't help. The statuses I'm trying to copy work just fine though. Is there any way to fix that?
EDIT: NEVERMIND. I finally got it. I'm so happy. This has been stumping me for a long time.
This part in bold is what was getting me. I guess I had to tell the status what to look for or something. Now that I added those SCB flags it works fine!
Hello. I am trying to modify Eske and Eska. Eske will increase atk/matk by 5% per skill level and Eska does the opposite. The problem I'm having though is that the changes don't take effect until the target is refreshed. What I mean by that is when I use Eska for example, nothing happens. However, If i unequip an item or use another status or do something that tells the server to update the target it will start working. I've even tried copying another similar status line for line but putting SC_SKA in it's place and it doesn't help. The statuses I'm trying to copy work just fine though. Is there any way to fix that?
EDIT: NEVERMIND. I finally got it. I'm so happy. This has been stumping me for a long time.
set_sc( SL_SKA , SC_SKA , SI_BLANK , SCB_BATK|SCB_WATK|SCB_MATK );
This part in bold is what was getting me. I guess I had to tell the status what to look for or something. Now that I added those SCB flags it works fine!
Edited by prismShare this post
Link to post
Share on other sites