Attacking Monsters (Openkore r7510)

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.
Message
Author
kaBOTi
Plain Yogurt
Plain Yogurt
Posts: 78
Joined: 08 Jun 2008, 00:02
Noob?: No

Attacking Monsters (Openkore r7510)

#1 Post by kaBOTi »

Problem : Openkore does not attack monsters while walking to the lock map even if I allowed attacking of the monster.

part of config :

Code: Select all

attackAuto_inLockOnly 0
attackDistance 1.5
attackUseWeapon 0 #I'm Using Genetic's Acid Terror so no melee attack

attackSkillSlot Acid Terror {
	lvl 10
	dist 4
	maxCastTime 0
	minCastTime 0
	hp
	sp > 10%
	homunculus_hp
	homunculus_sp
	homunculus_dead
	onAction
	whenStatusActive
	whenStatusInactive
	whenFollowing
	spirit
	aggressives
	previousDamage
	stopWhenHit 0
	inLockOnly 0
	notInTown 0
	timeout 1
	disabled 0
	monsters Kobold-1,Kobold-2,Kobold-3,Kobold-4,Kobold-5,Rafflesia,Stem Worm
	notMonsters
	maxAttempts 0
	maxUses 0
	target_whenStatusActive
	target_whenStatusInactive
	target_deltaHp
	inInventory
	isSelfSkill 0
	equip_topHead
	equip_midHead
	equip_lowHead
	equip_leftHand
	equip_rightHand
	equip_leftAccessory
	equip_rightAccessory Clip [Phen] [1]
	equip_robe
	equip_armor
	equip_shoes
	equip_arrow
	manualAI 0
}
part of mon_control

Code: Select all

1135 1 0 1 1
1134 1 0 1 1
1133 1 0 1 1
1282 -1 0 0
Stem Worm 1 0 0 
Rafflesia 1 0 0 <-- this is found in lhz_fild01, route to ra_fild06. 
1162 1 0 0
1215 1 0 0
as you can see, I already instructed openkore to to attack rafflesia even if not in lock map but still it just tries to walk to the lock map causing the character to die and respawn, repeating the cycle over and over again.

benj1320
Moderators
Moderators
Posts: 403
Joined: 25 Aug 2008, 14:56
Noob?: No
Location: CyberOne Building , Eastwood
Contact:

Re: Attacking Monsters (Openkore r7510)

#2 Post by benj1320 »

Code: Select all

Raflessia 1 0 1 1


works for me...
“The moon shines to both guilty and innocent alike..”
The Openkore Manual---Global Forum Rules--The Template

ratson
Noob
Noob
Posts: 5
Joined: 17 Oct 2010, 09:29
Noob?: Yes

Re: Attacking Monsters (Openkore r7510)

#3 Post by ratson »

I don't know if we have the same issue with using ranged skills, but here what I did to mine, btw mine is a minstrel:

attackAuto 2
attackAuto_party 1
attackAuto_onlyWhenSafe 0
attackAuto_followTarget 1
attackAuto_inLockOnly 0
attackDistance 1.5
attackDistanceAuto 0
attackMaxDistance 10
attackMaxRouteDistance 100
attackMaxRouteTime 4
attackMinPlayerDistance 2
attackMinPortalDistance 4
attackUseWeapon 0
attackNoGiveup 0
attackCanSnipe 1
attackCheckLOS 0


attackSkillSlot Arrow Vulcan {
lvl 10
dist 10,9,8,7,6,5,4,3,2,1
sp > 20
maxAttempts 10
maxUses 5
monsters Tiger Guised Fiend,Enchanted Soil,Leib Olmai,Dancing Dragon,Hyegun
equip_rightAccessory Clip [Phen] [1]
whenStatusInactive Owg 50%,Action Delay
}

And its working fine and attacking the monsters. ^^

Post Reply