Raging Palm Strike casts on self instead of attack target

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
jklpoi890
Noob
Noob
Posts: 1
Joined: 20 Nov 2011, 01:56
Noob?: Yes

Raging Palm Strike casts on self instead of attack target

#1 Post by jklpoi890 »

this my block

attackSkillSlot Raging Palm Strike {
lvl 5
dist 1.5
maxCastTime 0
minCastTime 0
hp
sp > 10
}

it just kept using raging palm strike on itself...
Anyone has any idea on how to fix this?

and no raging palm strike is not a combo skill.

alepjumper
Noob
Noob
Posts: 5
Joined: 22 Jun 2012, 15:54
Noob?: Yes
Location: Malaysia

Champ Raging Palm Strike cast on myself instead on monsters?

#2 Post by alepjumper »

Got problem here. im on fro and this skill wont working after casting Fury. it shows my character cast Raging Palm Strike on himself??? already asking around but none know how to solve it. Is this problem have something to do with outdated table files? because im using latest version of openkore. can someone clarify this. big thanks.

alepjumper
Noob
Noob
Posts: 5
Joined: 22 Jun 2012, 15:54
Noob?: Yes
Location: Malaysia

Re: Question about Raging Palm Strike

#3 Post by alepjumper »

I'm facing same problem. does anyone know how to solve it?

alepjumper
Noob
Noob
Posts: 5
Joined: 22 Jun 2012, 15:54
Noob?: Yes
Location: Malaysia

r8021 | Palm Push Strike didn't work

#4 Post by alepjumper »

I'm from Malaysia Ragnarok - Prontera Server. I've tried everything in config file but still it casting Palm Push Strike on myself. Kinda weird.

Image

taskeox
Human
Human
Posts: 20
Joined: 09 Jun 2012, 04:45
Noob?: No

Re: Question about Raging Palm Strike

#5 Post by taskeox »


alepjumper
Noob
Noob
Posts: 5
Joined: 22 Jun 2012, 15:54
Noob?: Yes
Location: Malaysia

Re: Question about Raging Palm Strike

#6 Post by alepjumper »

taskeox wrote:Try with this:
http://www.openkore.com/index.php/Monsters
Unfortunately, I've done that. Put monsters name and still cast on myself. I've even set attack without weapon but no luck.

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: r8021 | Palm Push Strike didn't work

#7 Post by EternalHarvest »

It's probably detected as a self skill here.

alepjumper
Noob
Noob
Posts: 5
Joined: 22 Jun 2012, 15:54
Noob?: Yes
Location: Malaysia

Re: r8021 | Palm Push Strike didn't work

#8 Post by alepjumper »

EternalHarvest wrote:It's probably detected as a self skill here.
Are there any ways to fix this by myself? Thanks.

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: r8021 | Palm Push Strike didn't work

#9 Post by kLabMouse »

EternalHarvest wrote:It's probably detected as a self skill here.
"isSelfSkill 0" should ignore the build-in property tables, if defined explicitly?

I've seen these kind of Error Reports more then once.
So I think that default value should be "-1" for that property, that means use of build-in tables. Other-vice use user defined value.

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: r8021 | Palm Push Strike didn't work

#10 Post by EternalHarvest »

kLabMouse wrote:So I think that default value should be "-1" for that property
Non-zero (non-empty) default isn't a very good idea.

Locked