Single Target w/ AoE BUG

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
subkristen
Noob
Noob
Posts: 14
Joined: 13 Jan 2010, 07:17
Noob?: Yes

Single Target w/ AoE BUG

#1 Post by subkristen »

Sample Skills:
Crimson Rock
Cart Cannon
Judex

These skills are single targeted BUT on a successful cast, it has AoE Effect or it also affects X Cells nearby the target.

Problem Description:
It moves near the target monster (distance 1 to be exact) before casting the skill.
It doesn't cast within the skill range even defined on attackSkill Block and attackDistance, attackMaxDistance.

What have i done so far.
followed instructions in this link http://forums.openkore.com/viewtopic.ph ... 69&p=49967

Tested distance attack single target skills w/o AoE Effect, such as Fire Bolt: working
Tested distance attack ground target skills, such as Storm Gust: working
Tested distance attack single target skills with AoE Effect, such as Crimson Rock: see above problem description

Tested adding "WL_CRIMSONROCK 1" on tables/skillsarea.txt: see above problem description
benj1320
Moderators
Moderators
Posts: 403
Joined: 25 Aug 2008, 14:56
Noob?: No
Location: CyberOne Building , Eastwood

Re: Single Target w/ AoE BUG

#2 Post by benj1320 »

may I see your skill block for each skills??
“The moon shines to both guilty and innocent alike..”
The Openkore Manual---Global Forum Rules--The Template
subkristen
Noob
Noob
Posts: 14
Joined: 13 Jan 2010, 07:17
Noob?: Yes

Re: Single Target w/ AoE BUG

#3 Post by subkristen »

Code: Select all

attackDistance 1
attackDistanceAuto 0
attackMaxDistance 5

Code: Select all

attackSkillSlot Fire Bolt {
	lvl 10
	dist 5
	hp
	sp > 10%
	monsters Agav, Echio, Hodremlin, Anopheles, Roween, Venberk, Isilla
}

Code: Select all

attackSkillSlot Storm Gust {
	lvl 10
	dist 5
	hp
	sp > 10%
	monsters Agav, Echio, Hodremlin, Anopheles, Roween, Venberk, Isilla
}

Code: Select all

attackSkillSlot Crimson Rock {
	lvl 5
	dist 5
	hp
	sp > 10%
	monsters Agav, Echio, Hodremlin, Anopheles, Roween, Venberk, Isilla
}
Also tried attackDistanceAuto 1
benj1320
Moderators
Moderators
Posts: 403
Joined: 25 Aug 2008, 14:56
Noob?: No
Location: CyberOne Building , Eastwood

Re: Single Target w/ AoE BUG

#4 Post by benj1320 »

most of the target are aggresives and cast detector...
and distance is not that far enough.. you should try to use distances from 10 - 15 ....

.. runFromTarget is useful too
“The moon shines to both guilty and innocent alike..”
The Openkore Manual---Global Forum Rules--The Template
subkristen
Noob
Noob
Posts: 14
Joined: 13 Jan 2010, 07:17
Noob?: Yes

Re: Single Target w/ AoE BUG

#5 Post by subkristen »

The problem stated above is not the distance of the monster to the caster.
Even the link posted aboved experienced same problem and is not resolved yet.

As for the skills given... Fire Bolt and Storm Gust works perfectly. (Why not with Crimson Rock if it has same skill block conditions?)

10-15 Distance is not advisable for it is too Far to cast the skill.. I get the logic.. but what I am pointing here is it moves to 1Cell near the target before casting the said skills...
Whatever distance is declared it moves to 1Cell near the target before casting the said skills... thats the main problem.

runFromTarget is not advisable. With the stated above problem, It only drops the target because it cant reach the target (its because it needs to move 1 cell near the target to cast the skill and you command the bot to run from it @_@)...

Kore doesnt have to do with the monster's behavior as long as the given conditions are met.. it should work perfectly.

Anyways its tested and the result makes it worst.

Try doing it on XKORE mode... and see for yourself.