Issue information

Issue ID
#5775
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
May 19, 2012 14:35
Last Post
Mysterious
Mar 27, 2014 21:22
Confirmation
N/A

Hercules Elf Bot - May 19, 2012 14:35

Originally posted by [b]GM Takumirai[/b]
- kindly check please thanks..

Hercules Elf Bot - May 19, 2012 15:14

Originally posted by [b]malufett[/b]
its working fine....
[img]http://i47.tinypic.com/htcob6.jpg[/img]

Hercules Elf Bot - May 19, 2012 15:40

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

Hercules Elf Bot - May 20, 2012 0:17

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

Hercules Elf Bot - May 20, 2012 11:56

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

[CODE]
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[/CODE]