Skyline 23 Posted January 28, 2015 (edited) EDIT: Solved as of 1/28/2015. Thanks. Edited January 28, 2015 by Skyline 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 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 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 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.. 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 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.. 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. 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; } 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); 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 Share this post Link to post Share on other sites
Hadeszeus 15 Posted March 10, 2015 What about the riding issue 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 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 Share this post Link to post Share on other sites
evilpuncker 504 Posted March 11, 2015 Update Version 3.4 3.4 Fixed Error when compiling. the rest of issues were fixed as well? 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? 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 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. 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) 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] 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 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 Share this post Link to post Share on other sites
rans 7 Posted April 3, 2015 Omg. haha thank you for pointing that 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 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... Share this post Link to post Share on other sites