Petey Pablo Posted November 5, 2012 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 569 Reputation: 11 Joined: 11/24/11 Last Seen: March 7, 2022 Share Posted November 5, 2012 Help me about union skill. I would like to disable the union skill of star gladiator upon character selection. Quote Link to comment Share on other sites More sharing options...
lekkereten Posted November 5, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 148 Reputation: 46 Joined: 11/02/11 Last Seen: November 25, 2024 Share Posted November 5, 2012 What do you mean? To disable the skill for being used or remove the status or something? Quote Link to comment Share on other sites More sharing options...
Petey Pablo Posted November 5, 2012 Group: Members Topic Count: 152 Topics Per Day: 0.03 Content Count: 569 Reputation: 11 Joined: 11/24/11 Last Seen: March 7, 2022 Author Share Posted November 5, 2012 I think to remove the status. The problem is when my users using Union Skill and relogin, gravity error handle pop-up. Im using eA emulator. Thank you Quote Link to comment Share on other sites More sharing options...
lekkereten Posted November 5, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 148 Reputation: 46 Joined: 11/02/11 Last Seen: November 25, 2024 Share Posted November 5, 2012 Go to src/map/map.c Find: if (battle_config.debuff_on_logout&1) { Add after: status_change_end(&sd->bl, SC_FUSION, INVALID_TIMER); This will remove the status when someone logs out Quote Link to comment Share on other sites More sharing options...
Question
Petey Pablo
Help me about union skill. I would like to disable the union skill of star gladiator upon character selection.
Link to comment
Share on other sites
3 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.