bWolfie 138 Posted June 18, 2018 (edited) Description: When a Star Gladiator is Soul Linked, the 'Lord of Vermilion' and 'Parrying' skills become available for them to use. This must be the most requested source edit of all time? Idk why. Anyway, here you go - in plugin form. https://github.com/bWolfie/HPM-Plugins/blob/master/src/plugins/sg_parrying_lov.c Edited April 4, 2019 by bWolfie 1 Begin reacted to this Quote Share this post Link to post Share on other sites
Begin 11 Posted June 18, 2018 Thanks for sharing this Myriad! I hope you can help us about the @pk off and on plugin too. It's a most requested to modify too. Dastgir's pk plugin is a good one too but it cannot be used on a PK Server. If you want an explanation, I will. Quote Share this post Link to post Share on other sites
bWolfie 138 Posted June 19, 2018 (edited) Update: - skill_get_requirement_post was missing a 'sd' check. - Configuration for which skills become available is now set in an array. - Console will print a warning if the array is not configured correctly. // Configuration int extra_skill[] = { // Add the skills/levels here // Format: skill_id, skill_lv, WZ_VERMILION, 10, LK_PARRYING, 10 }; // End Configuration Edited June 19, 2018 by Myriad Quote Share this post Link to post Share on other sites
Rebel 23 Posted June 24, 2018 In file included from sg_parrylov.c:23:0: sg_parrylov.c: In function 'plugin_init': ../plugins/HPMHooking.h:54:11: error: 'HPMHOOK_post_pc_calc_skilltree_clear' undeclared (first use in this function) (void)((HPMHOOK_post_ ## ifname ## _ ## funcname)0 == (hook)), \ ^ sg_parrylov.c:75:3: note: in expansion of macro 'addHookPost' addHookPost(pc, calc_skilltree_clear, pc_calc_skilltree_clear_post); ^ ../plugins/HPMHooking.h:54:11: note: each undeclared identifier is reported only once for each function it appears in (void)((HPMHOOK_post_ ## ifname ## _ ## funcname)0 == (hook)), \ ^ sg_parrylov.c:75:3: note: in expansion of macro 'addHookPost' addHookPost(pc, calc_skilltree_clear, pc_calc_skilltree_clear_post); ^ ../plugins/HPMHooking.h:54:52: error: expected ')' before numeric constant (void)((HPMHOOK_post_ ## ifname ## _ ## funcname)0 == (hook)), \ ^ sg_parrylov.c:75:3: note: in expansion of macro 'addHookPost' addHookPost(pc, calc_skilltree_clear, pc_calc_skilltree_clear_post); ^ ../plugins/HPMHooking.h:54:64: warning: left-hand operand of comma expression has no effect [-Wunused-value] (void)((HPMHOOK_post_ ## ifname ## _ ## funcname)0 == (hook)), \ ^ sg_parrylov.c:75:3: note: in expansion of macro 'addHookPost' addHookPost(pc, calc_skilltree_clear, pc_calc_skilltree_clear_post); ^ @Myriad I got this when i compile.. Quote Share this post Link to post Share on other sites
bWolfie 138 Posted June 24, 2018 Have you edited file at all? Using updated Hercules? I am using updated Hercules and it works fine. Quote Share this post Link to post Share on other sites
Rebel 23 Posted June 24, 2018 (edited) 3 hours ago, Myriad said: Have you edited file at all? Using updated Hercules? I am using updated Hercules and it works fine. Well our src revision is not the latest.. we are using this.. https://github.com/shadow-mo0n/Hercules Edit: Its working now. I just applied the updates for the HPM Hooking and the splitted pc_calc_skilltree. Edited June 24, 2018 by Rebel Quote Share this post Link to post Share on other sites
Bringer 0 Posted June 29, 2018 do you have src code of this can be use on rathena? Quote Share this post Link to post Share on other sites
bWolfie 138 Posted July 3, 2018 (edited) On 6/30/2018 at 10:13 AM, Bringer said: do you have src code of this can be use on rathena? under version I already link the code it is sourced from also rathena noob. moreso than habnoobis. use herc. thank. Edited July 3, 2018 by Myriad Quote Share this post Link to post Share on other sites
Deadly Brothers 0 Posted July 10, 2018 how to make download this? Quote Share this post Link to post Share on other sites
bWolfie 138 Posted July 10, 2018 37 minutes ago, Deadly Brothers said: how to make download this? Use git to clone my repo or just click the link and copy the code lol. Quote Share this post Link to post Share on other sites
Deadly Brothers 0 Posted July 10, 2018 16 hours ago, Myriad said: Use git to clone my repo or just click the link and copy the code lol. ok men thank you Quote Share this post Link to post Share on other sites
Rebel 23 Posted September 21, 2018 @Myriad How to make auto cast level 1 parry instead when linked? Quote Share this post Link to post Share on other sites
KTBRDGTT 0 Posted April 29, 2020 Hello! Sorry for reviving this thread, I don't like to post it bc i know this request is too much.. Well I installed this plugin by @bWolfie, the skill shows up when SG gets Linked, however I cannot use the skill even tho I made changed on skilldb to enable the skill on Books (Weapon) also LOV doesn't work. Quote Share this post Link to post Share on other sites
bWolfie 138 Posted May 3, 2020 sorry i dont have time to update this Quote Share this post Link to post Share on other sites