Garr 117 Posted November 24, 2015 (edited) Why not just change that exact return 0; to return retVal; I think that'd be easier than rewriting the hook to pre Edited November 24, 2015 by Garr 1 AnnieRuru reacted to this Share this post Link to post Share on other sites
Kong 9 Posted November 25, 2015 Thanks for the help @@AnnieRuru Share this post Link to post Share on other sites
Kong 9 Posted December 4, 2015 Why not just change that exact return 0; to return retVal; I think that'd be easier than rewriting the hook to pre Do you think it would produce another bug after changing that? I'll try and test. Share this post Link to post Share on other sites
Dastgir 1246 Posted December 4, 2015 Updated: https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/auraset.c 1 Kong reacted to this Share this post Link to post Share on other sites
Garr 117 Posted December 4, 2015 @@Dastgir You have a small typo on line 218, retVak -> retVal. Share this post Link to post Share on other sites
Kong 9 Posted December 8, 2015 Updated: https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/auraset.c Thank you for this. I will test again, hoping for 0 bugs... huhuhu been longing for this. Share this post Link to post Share on other sites
Kong 9 Posted December 9, 2015 (edited) Why not just change that exact return 0;toreturn retVal;I think that'd be easier than rewriting the hook to pre Another bug occured tss @@Dastgir CASH SHOP not working. No items appear. Edited December 9, 2015 by Kong Share this post Link to post Share on other sites
AnnieRuru 958 Posted December 9, 2015 I didn't get that kind of problem though prontera,155,185,5 cashshop sdjfsdfkjkd 1_F_MARIA,501:10,502:20prontera,155,188,5 script kjdshfks 1_F_MARIA,{ aura 586;} Share this post Link to post Share on other sites
Samuel 83 Posted December 9, 2015 @@AnnieRuru hmm i think what he's saying is the cash shop button near the mini map? Share this post Link to post Share on other sites
AnnieRuru 958 Posted December 9, 2015 auraset doesn't touch cashshop code no way it can give bug to that location Share this post Link to post Share on other sites
Dastgir 1246 Posted December 9, 2015 Maybe some other plugin is causing it? Or your cashshop db is giving error? Share this post Link to post Share on other sites
Kong 9 Posted December 11, 2015 (edited) @@AnnieRuru @@Dastgir Nevermind, it's working after a few 'more' restarts. Weird. x) Edited December 11, 2015 by Kong Share this post Link to post Share on other sites
pjyglyl 0 Posted March 9, 2016 (edited) Thanks for this plugin !I just want a know if somebody know how to change the default aura ID. Make the default aura 0 0 0 to a another id ?Because I've this "normal hit" on 0 that I want a change by a void effect like ID 105. Edited March 9, 2016 by pjyglyl Share this post Link to post Share on other sites
thanna 11 Posted December 20, 2016 Good day Sir, Im having errors whenever I try to recompile the plugin on my centos server, below is the console error. I hope someone can help me out with this. Thank you guys. Share this post Link to post Share on other sites
Dastgir 1246 Posted December 20, 2016 Good day Sir, Im having errors whenever I try to recompile the plugin on my centos server, below is the console error. I hope someone can help me out with this. Thank you guys. Seems you might be using old hercules? Share this post Link to post Share on other sites
thanna 11 Posted December 20, 2016 Good day Sir, Im having errors whenever I try to recompile the plugin on my centos server, below is the console error. I hope someone can help me out with this. Thank you guys. Seems you might be using old hercules? how to check the version of my herc. sir? hahaha I did search and found nothing Share this post Link to post Share on other sites
thanna 11 Posted December 29, 2016 I did make it work on the latest herc but I got a question. how to disable the refresh when I use the command because I need it for some purposes. TIA more power sir. Share this post Link to post Share on other sites
thanna 11 Posted January 1, 2017 Hello I found a bug about the command. When your a champ and use Dangerous Soul Collect and hide and when you unhide other players wont see your spirit spheres except you. I hope that you can fix this. Thank you. Share this post Link to post Share on other sites
Like it~* 15 Posted March 23, 2017 What auraset should I use for the old aura of 150 players? Please, help me, I really need to know this! http://uploaddeimagens.com.br/imagens/aura-jpg--4 Share this post Link to post Share on other sites
astralprojection 35 Posted May 28, 2017 Hi Dastgir, i found an issue when player has auraset and uses @at, they will not show up, they are hidden. Share this post Link to post Share on other sites
Christian [epicRO] 8 Posted December 31, 2017 Dear Dastgir, I am using Version "1.5" of your plugin but for normal players the aura doesn't take effect as it should. With GM (not Admin in clifinfo.xml) as Arc Bishop: "@aura 586 0 0" Standard Aura is invisible, Lighthalzen Aura appears With Non-GM: "@aura 586 0 0" Standard Aura does'nt disappear, Lighthalzen Aura appears Using NPC to check the Variables: GM and Non-GM: USERAURA1 = 586 USERAURA2 = 0 USERAURA3 = 0 Edit: It does not depends on GM or Non-GM it depends on Job-Class. With my GM I was Arc Bishop. Also I've tried to edit client.conf and do @reloadbattleconf without any effect. max_lv: 99 aura_lv: 150 Could you help me please? Thank you. Should I have to hex the client to disable LVL 99 Aura? Share this post Link to post Share on other sites
Dastgir 1246 Posted January 4, 2018 This plugin doesn't stop normal aura. It just give additional aura(s) Share this post Link to post Share on other sites
Kuroe 5 Posted March 4, 2019 Can someone help me with this? Share this post Link to post Share on other sites
bWolfie 140 Posted March 4, 2019 51 minutes ago, Kuroe said: Can someone help me with this? Make sure you get auraset file from here: https://github.com/dastgirp/HPM-Plugins Is your Hercules updated? Since that error only should happen if this code missing from your clif.h enum clr_type { CLR_OUTSIGHT = 0, CLR_DEAD, CLR_RESPAWN, CLR_TELEPORT, CLR_TRICKDEAD, }; Share this post Link to post Share on other sites
Kuroe 5 Posted March 4, 2019 (edited) 19 minutes ago, Myriad said: Make sure you get auraset file from here: https://github.com/dastgirp/HPM-Plugins Is your Hercules updated? Since that error only should happen if this code missing from your clif.h enum clr_type { CLR_OUTSIGHT = 0, CLR_DEAD, CLR_RESPAWN, CLR_TELEPORT, CLR_TRICKDEAD, }; Yep i just got it yesterday both the plugin and emulator from git yep there's a list of clr_type in my clif.h Edited March 4, 2019 by Kuroe Added more info Share this post Link to post Share on other sites