Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

Issue Confirmations

  • Yes (0)No (0)
Photo

[Storm Blast] RK - not doing damage on enemy or monster

Posted by Hercules Bot on 19 May 2012 - 02:35 PM

Originally posted by GM Takumirai
- kindly check please thanks..

Originally posted by malufett
its working fine....
Posted Image

Originally posted by frenzmu06
type press shift or type /ns and it should work fine, i also had problem with this (i think it is client side)

Originally posted by GM Takumirai
i see, so its client issue thanks, hope rathena also release a complete set of working and compatible client, tnx again for response malupet

Originally posted by malufett
no its not a client issue...
if your rune mastery is lower than 7 the skill will fail...

if( sd ) {
     if( pc_checkskill(sd,RK_RUNEMASTERY) >= ( skillid == RK_CRUSHSTRIKE ? 7 : 3 ) )
          skill_attack(BF_WEAPON,src,src,bl,skillid,skilllv,tick,flag);
     else
          clif_skill_fail(sd,skillid,USESKILL_FAIL_LEVEL,0);
} else //non-sd support


moved issue from Skills