Skyline 23 Posted January 28, 2015 (edited) EDIT: Solved as of 1/28/2015. Thanks. Edited January 28, 2015 by Skyline Quote Share this post Link to post Share on other sites
astralprojection 35 Posted February 25, 2015 i really don't know how it is connected to this plugin but my Knight skill Pierce only HIT 1 instead of 2 on PVP (no prob against mobs). When i tried to remove this plugin, its back to 2 hits again. Can someone verify this? Thanks Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted February 25, 2015 i really don't know how it is connected to this plugin but my Knight skill Pierce only HIT 1 instead of 2 on PVP (no prob against mobs). When i tried to remove this plugin, its back to 2 hits again. Can someone verify this? Thanks What specific mob? Anyways, Pierce multiple strikes depends on enemy's size: Strikes a single opponent with a spear. Deals multiple strikes depending on the enemy's size: 1 hit on Small foes, 2 hits on Medium foes, 3 hits on Large foes (players are Medium, except for babies, who are Small). A small accuracy bonus is also added; this is added to the hit rate after it is calculated from the player's Hit and the target's Flee. Source: iRO Wiki Quote Share this post Link to post Share on other sites
astralprojection 35 Posted February 25, 2015 i really don't know how it is connected to this plugin but my Knight skill Pierce only HIT 1 instead of 2 on PVP (no prob against mobs). When i tried to remove this plugin, its back to 2 hits again. Can someone verify this? Thanks What specific mob? Anyways, Pierce multiple strikes depends on enemy's size: > Strikes a single opponent with a spear. Deals multiple strikes depending on the enemy's size: 1 hit on Small foes, 2 hits on Medium foes, 3 hits on Large foes (players are Medium, except for babies, who are Small). A small accuracy bonus is also added; this is added to the hit rate after it is calculated from the player's Hit and the target's Flee. Source: iRO Wiki Thank you sir for your response, I dont have problem dealing damage to mob. My problem is dealing damage to Player. Its only 1 hit instead of 2 hits Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted February 26, 2015 i really don't know how it is connected to this plugin but my Knight skill Pierce only HIT 1 instead of 2 on PVP (no prob against mobs). When i tried to remove this plugin, its back to 2 hits again. Can someone verify this? Thanks What specific mob? Anyways, Pierce multiple strikes depends on enemy's size: > Strikes a single opponent with a spear. Deals multiple strikes depending on the enemy's size: 1 hit on Small foes, 2 hits on Medium foes, 3 hits on Large foes (players are Medium, except for babies, who are Small). A small accuracy bonus is also added; this is added to the hit rate after it is calculated from the player's Hit and the target's Flee.iv> Source: iRO Wiki Thank you sir for your response, I dont have problem dealing damage to mob. My problem is dealing damage to Player. Its only 1 hit instead of 2 hits Noted: I can't confirm it at the moment, will check that when I have free time.. I hope someone can confirm this also.. Quote Share this post Link to post Share on other sites
Hadeszeus 15 Posted March 6, 2015 Sir Mhalicot, please update the plugin if you have time Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted March 7, 2015 Sir Mhalicot, please update the plugin if you have time I nearly forgot this update. thanks for informing me.. tomorrow I have a business trip will try if I can update it by that time.. Quote Share this post Link to post Share on other sites
Hadeszeus 15 Posted March 7, 2015 Sir Mhalicot, please update the plugin if you have time I nearly forgot this update. thanks for informing me.. tomorrow I have a business trip will try if I can update it by that time.. Thank you. Waited for this to happen. Quote Share this post Link to post Share on other sites
Radian 9 Posted March 7, 2015 Hi Mhalicot! can i ask a question how do you change the " costume " word when converting the headgear into the users name? if( battle_config.reserved_costume_id && battle_config.reserved_costume_id == charid ) { clif_solved_charname(sd->fd, charid, "Costume"); return; } Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted March 9, 2015 Hi Mhalicot! can i ask a question how do you change the " costume " word when converting the headgear into the users name? if( battle_config.reserved_costume_id && battle_config.reserved_costume_id == charid ) { clif_solved_charname(sd->fd, charid, "Costume"); return; } replace costume into sd->status.name it will become like clif->solved_charname(sd->fd, charid, sd->status.name); Quote Share this post Link to post Share on other sites
Radian 9 Posted March 10, 2015 Hi Mhalicot! can i ask a question how do you change the " costume " word when converting the headgear into the users name? if( battle_config.reserved_costume_id && battle_config.reserved_costume_id == charid ) { clif_solved_charname(sd->fd, charid, "Costume"); return; } replace costume into sd->status.name it will become like clif->solved_charname(sd->fd, charid, sd->status.name); Thanks for the reply i will test it Quote Share this post Link to post Share on other sites
Hadeszeus 15 Posted March 10, 2015 What about the riding issue Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted March 10, 2015 Update Version 3.4 3.4 Fixed Error when compiling. 1 Hadeszeus reacted to this Quote Share this post Link to post Share on other sites
Hadeszeus 15 Posted March 11, 2015 Update Version 3.4 3.4 Fixed Error when compiling. THank you so much! +1 Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted March 11, 2015 Update Version 3.4 3.4 Fixed Error when compiling. the rest of issues were fixed as well? Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted March 11, 2015 Update Version 3.4 3.4 Fixed Error when compiling. the rest of issues were fixed as well? I guess so. what kind of issues? Quote Share this post Link to post Share on other sites
rans 7 Posted March 31, 2015 Is this still working? i tried this on latest git but it has an error ingameit will generate an item but it is not equip on costume tab . it is being equip on general Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted March 31, 2015 @ Make sure that you download 3.4 version.. its still working on latest Herc. Quote Share this post Link to post Share on other sites
rans 7 Posted April 3, 2015 @ Make sure that you download 3.4 version.. its still working on latest Herc. Hi, I tried to replace it with the latest version but i got this. unknown command. (I did recompile all after changing the script) Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted April 3, 2015 @ Did you compile it without errors? Please make sure that you type the correct name in conf/plugins.conf plugins_list: [ /* Enable HPMHooking when plugins in use rely on Hooking */ "HPMHooking", //<-- Enable HPMHoocking //"db2sql", //"sample", //"other", "costumeitem", //<-- Add this command at the bottom] Quote Share this post Link to post Share on other sites
rans 7 Posted April 3, 2015 @ Did you compile it without errors? Please make sure that you type the correct name in conf/plugins.conf plugins_list: [ /* Enable HPMHooking when plugins in use rely on Hooking */ "HPMHooking", //<-- Enable HPMHoocking //"db2sql", //"sample", //"other", "costumeitem", //<-- Add this command at the bottom] Hi, I did not get any error and yes i put it on plugins.conf Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted April 3, 2015 @ i told already. in your screenshot it is still disabled.. plugins_list: [ /* Enable HPMHooking when plugins in use rely on Hooking */ "HPMHooking", //<-- Enable HPMHoocking Quote Share this post Link to post Share on other sites
rans 7 Posted April 3, 2015 Omg. haha thank you for pointing that Quote Share this post Link to post Share on other sites
dungpt8782 0 Posted April 23, 2015 (edited) i'm using lastest Hercules GIT, I got this error, how can i fix it? Thanh you. Edited April 23, 2015 by dungpt8782 Quote Share this post Link to post Share on other sites
Mhalicot 392 Posted April 23, 2015 costume.jpg i'm using lastest Hercules GIT, I got this error, how can i fix it? Thanh you. maybe the latest revision affect that.. will try to update it soon... Quote Share this post Link to post Share on other sites