Samuel 83 Posted July 20, 2016 Hello everyone! Just saw this topic and just gave a try to make a mapflag plugin for it.. //===== Description: =========================================//= Disable Homunculus in a certain map//===== Usage: ===============================================//= alberta <tab> mapflag <tab> nohomunc//============================================================ Plugin Link 4 bWolfie, evilpuncker, Quazi and 1 other reacted to this Quote Share this post Link to post Share on other sites
bWolfie 138 Posted July 20, 2016 Omg. omg! You are awesome. If I wasn't a poor student I would totally buy you a coffee. Quote Share this post Link to post Share on other sites
Eternity 1 Posted July 20, 2016 Hello everyone! Just saw this topic and just gave a try to make a mapflag plugin for it.. //===== Description: ========================================= //= Disable Homunculus in a certain map //===== Usage: =============================================== //= alberta <tab> mapflag <tab> nohomunc //============================================================ Plugin Link Any by chance for rAthena emulator. Quote Share this post Link to post Share on other sites
Samuel 83 Posted July 20, 2016 Hello everyone! Just saw this topic and just gave a try to make a mapflag plugin for it.. //===== Description: =========================================//= Disable Homunculus in a certain map//===== Usage: ===============================================//= alberta <tab> mapflag <tab> nohomunc//============================================================ Plugin Link sir samuel is it possible for you to convert this Bonus_Script by Cydh into Plugin?... Coffee for you why not use the charm plugin instead? Hello everyone! Just saw this topic and just gave a try to make a mapflag plugin for it.. //===== Description: =========================================//= Disable Homunculus in a certain map//===== Usage: ===============================================//= alberta <tab> mapflag <tab> nohomunc//============================================================ Plugin Link Any by chance for rAthena emulator. rathena doesn't have a plugin feature. but this could be converted to a patch, Quote Share this post Link to post Share on other sites
Eternity 1 Posted July 20, 2016 Hello everyone! Just saw this topic and just gave a try to make a mapflag plugin for it.. //===== Description: ========================================= //= Disable Homunculus in a certain map //===== Usage: =============================================== //= alberta <tab> mapflag <tab> nohomunc //============================================================ Plugin Link sir samuel is it possible for you to convert this Bonus_Script by Cydh into Plugin?... Coffee for you why not use the charm plugin instead? > Hello everyone! Just saw this topic and just gave a try to make a mapflag plugin for it.. //===== Description: ========================================= //= Disable Homunculus in a certain map //===== Usage: =============================================== //= alberta <tab> mapflag <tab> nohomunc //============================================================ Plugin Link Any by chance for rAthena emulator. rathena doesn't have a plugin feature. but this could be converted to a patch, Well you make .patch for rAthena please? Quote Share this post Link to post Share on other sites
Samuel 83 Posted July 20, 2016 hmmm but how to make this charm like a food buff.. for example: i get apple that gives +5 Damage to demi-human for 5 minutes Duration.. I see, you want to set bonus with certain duration and conditions, just saw rathena's script command section and it comes handy, i think it's better to make a pull request of it rather than making it a plugin, will try to do so as it's a little complicated one. Hello everyone! Just saw this topic and just gave a try to make a mapflag plugin for it.. //===== Description: ========================================= //= Disable Homunculus in a certain map //===== Usage: =============================================== //= alberta <tab> mapflag <tab> nohomunc //============================================================ Plugin Link sir samuel is it possible for you to convert this Bonus_Script by Cydh into Plugin?... Coffee for you why not use the charm plugin instead? > Hello everyone! Just saw this topic and just gave a try to make a mapflag plugin for it.. //===== Description: ========================================= //= Disable Homunculus in a certain map //===== Usage: =============================================== //= alberta <tab> mapflag <tab> nohomunc //============================================================ Plugin Link Any by chance for rAthena emulator. rathena doesn't have a plugin feature. but this could be converted to a patch, Well you make .patch for rAthena please? Hmmm, as of now I only support Herc/RagEmu but will try to do so when I'm free and motivated to do so.. Quote Share this post Link to post Share on other sites
bWolfie 138 Posted June 21, 2017 Wondering if anybody could update this plugin? Seems it no longer works. nohomunc.c: In function ‘clif_parse_LoadEndAck_post’: nohomunc.c:62:21: warning: variable ‘hd’ set but not used [-Wunused-but-set-variable] struct homun_data *hd; ^ nohomunc.c: In function ‘homunculus_call_post’: nohomunc.c:85:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (retVal___ = true) { ^ nohomunc.c:79:21: warning: variable ‘hd’ set but not used [-Wunused-but-set-variable] struct homun_data *hd; ^ nohomunc.c: In function ‘homunculus_create_post’: nohomunc.c:104:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (retVal___ = true) { ^ nohomunc.c:97:21: warning: variable ‘hd’ set but not used [-Wunused-but-set-variable] struct homun_data *hd; Quote Share this post Link to post Share on other sites
Begin 11 Posted June 30, 2018 (edited) No errors found when build. But the nohomunc is unrecognized. [Error]: npc_parse_mapflag: unrecognized mapflag 'nohumunc' in file 'npc/mapflag/nohomunc.txt', line '6'. How to fix? Thanks in advance. EDIT: type error "nohumunc". The plugin is working. Edited June 30, 2018 by Begin It works fine. Quote Share this post Link to post Share on other sites