Kichi Posted March 15, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 509 Reputation: 80 Joined: 11/20/11 Last Seen: October 3, 2020 Share Posted March 15, 2013 (edited) Helo i wanna make status unlimited (time)status icon, like when sit or ride peco. example i got the EXP BOOST icon when im using some item bonus so the EXP BOOST icon not related from SC_START EXP_BOOST,0,0; Edited August 1, 2013 by OceanBlue Quote Link to comment Share on other sites More sharing options...
Kichi Posted August 1, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 509 Reputation: 80 Joined: 11/20/11 Last Seen: October 3, 2020 Author Share Posted August 1, 2013 bumb Quote Link to comment Share on other sites More sharing options...
Evelynn Posted August 1, 2013 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 93 Reputation: 14 Joined: 12/12/11 Last Seen: October 25, 2015 Share Posted August 1, 2013 Setting SC is one way you go through with this... I am not too sure what it is you want still though. Inside status.c There is an area where you set or add scs. If you have a specific status to have an icon ( like a custom one ) you can use other status icons to show up. set_sc( SM_PROVOKE , SC_PROVOKE , SI_PROVOKE , SCB_DEF|SCB_DEF2|SCB_BATK|SCB_WATK ); The SI_PROVOKE is what will make your status icon show up. ( SI = Status Icon ). So if you have a custom status. It would look something like this set_sc( SKILLNAME , STATUSNAME , SI_PROVOKE , SCB_NONE ); Your new status that you've create will now show up as the Provoke icon ingame. Quote Link to comment Share on other sites More sharing options...
Question
Kichi
Helo
i wanna make status unlimited (time)status icon, like when sit or ride peco.
example
i got the EXP BOOST icon when im using some item bonus
so the EXP BOOST icon not related from SC_START EXP_BOOST,0,0;
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.