DairyPresto Posted December 20, 2017 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 151 Reputation: 2 Joined: 04/03/17 Last Seen: Tuesday at 02:31 PM Share Posted December 20, 2017 Please someone help m about my single strip, if the stalker with link strip helm the player and successful strip how to remove the single strip using fcp again? Quote Link to comment Share on other sites More sharing options...
0 chowking Posted December 21, 2017 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 178 Reputation: 17 Joined: 06/25/12 Last Seen: September 22, 2022 Share Posted December 21, 2017 in status.cpp find: case SC_STRIPHELM: if (sd && !(flag&SCSTART_LOADED)) { short i; if(sd->bonus.unstripable_equip&EQP_HELM) return 0; i = sd->equip_index[EQI_HEAD_TOP]; if ( i < 0 || !sd->inventory_data[i] ) return 0; pc_unequipitem(sd,i,3); } if (tick == 1) return 1; // Minimal duration: Only strip without causing the SC break; add below break; case SC_CP_ARMOR: status_change_end(bl, SC_STRIPARMOR, INVALID_TIMER); break; case SC_CP_WEAPON: status_change_end(bl, SC_STRIPWEAPON, INVALID_TIMER); break; case SC_CP_SHIELD: status_change_end(bl, SC_STRIPSHIELD, INVALID_TIMER); break; case SC_CP_HELM: status_change_end(bl, SC_STRIPHELM, INVALID_TIMER); break; save and recompile Quote Link to comment Share on other sites More sharing options...
0 DairyPresto Posted December 21, 2017 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 151 Reputation: 2 Joined: 04/03/17 Last Seen: Tuesday at 02:31 PM Author Share Posted December 21, 2017 wow i try it later, But sir @chowking can u please help me about this? https://rathena.org/board/topic/113587-q-about-acid-demonstration-skill/ Quote Link to comment Share on other sites More sharing options...
0 chowking Posted December 22, 2017 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 178 Reputation: 17 Joined: 06/25/12 Last Seen: September 22, 2022 Share Posted December 22, 2017 (edited) @nestymow that should be default you probably did something there compare to rathena skill.cpp for you to see whats wrong Edited December 22, 2017 by chowking mentioned user Quote Link to comment Share on other sites More sharing options...
0 DairyPresto Posted December 28, 2017 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 151 Reputation: 2 Joined: 04/03/17 Last Seen: Tuesday at 02:31 PM Author Share Posted December 28, 2017 On 22/12/2017 at 8:07 PM, chowking said: @nestymow that should be default you probably did something there compare to rathena skill.cpp for you to see whats wrong in which part ? i dont know where to edit it Quote Link to comment Share on other sites More sharing options...
0 chowking Posted January 4, 2018 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 178 Reputation: 17 Joined: 06/25/12 Last Seen: September 22, 2022 Share Posted January 4, 2018 (edited) I checked your code its the same as the original, What to do: -Check if there are errors in map console when using acid demo -Double check item db if item are set to indestructible -Recompile -check skill db might be something there Compare your skill.c to github working skill.c find all cr_acid demo compare of theyre the same If you still dont solve i recommend getting a new clean rathena implement mods 1 by 1, test it before implemwnting a new one to detect errors l/bugs Edited January 4, 2018 by chowking Quote Link to comment Share on other sites More sharing options...
Question
DairyPresto
Please someone help m about my single strip, if the stalker with link strip helm the player and successful strip how to remove the single strip using fcp again?
Link to comment
Share on other sites
5 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.