Slave priest when engaged in battle.Stop following!

International

Moderator: Moderators

mafianwarlord
Noob
Noob
Posts: 4
Joined: 15 Aug 2008, 10:50
Noob?: Yes

Slave priest when engaged in battle.Stop following!

#1 Post by mafianwarlord »

My priest when get attacked by agressive monsters he will just stand still and keep healing until run out of sp and die!..Is there a way I can make him to continue following the master so that the master can kill those mosnters for him!!
I have set all autoattack to 0 and in mon_control, I set all -1 (Make him to ignore all monster even it is attacking him.) . But still he always stop following when engaged in battle by several monsters..he just keep standing there and wait for hp to get low and heal, end up having 0 sp and dead..
Cloud
Plain Yogurt
Plain Yogurt
Posts: 86
Joined: 09 Apr 2008, 13:39

Re: Slave priest when engaged in battle.Stop following!

#2 Post by Cloud »

use/make a macro
rwnath
The Way Of Human
The Way Of Human
Posts: 194
Joined: 03 Nov 2010, 05:50
Noob?: No
Location: The Philippines

Re: Slave priest when engaged in battle.Stop following!

#3 Post by rwnath »

try making him teleport when a certain amount of monsters are attacking him.

http://www.openkore.com/index.php/Telep ... ggressives
Image
mafianwarlord
Noob
Noob
Posts: 4
Joined: 15 Aug 2008, 10:50
Noob?: Yes

Re: Slave priest when engaged in battle.Stop following!

#4 Post by mafianwarlord »

rwnath wrote:try making him teleport when a certain amount of monsters are attacking him.

http://www.openkore.com/index.php/Telep ... ggressives
It is how openkore works?I mean when priest get attacked , he will just stand until the monster dead or he himself dead?
I thought it was my setting problem.. So there is no fix for this ?
And about the teleport..My priest can't teleport too. I have learnt the skill and when condition fulfilled , in the console there will display a message saying something like "hp too low, teleport"( Mine was in chinese.) . But he didn't teleport at all.. The message just keep repeating and he didn't teleport. (teleport skill sp consumption is 500 in my server but when needed for teleport my priest has enough sp , more than 500.)
Cloud
Plain Yogurt
Plain Yogurt
Posts: 86
Joined: 09 Apr 2008, 13:39

Re: Slave priest when engaged in battle.Stop following!

#5 Post by Cloud »

Teleport sp consumption over 500? If your not playing in one of international ragnarok online's servers, i have no idea why you posted it in the offical servers section.
worst_weak
Noob
Noob
Posts: 13
Joined: 11 Dec 2010, 05:15
Noob?: No

Re: Slave priest when engaged in battle.Stop following!

#6 Post by worst_weak »

uhm..

Code: Select all

master's config.txt

default:
route_step15
attackAuto 2
attackAuto_party 1

specify to:
attackAuto 1
attackAuto_party 2
route_step 6 
to make you master prioritize attacking
monster that attacks your party member
(needs confirmation)

Code: Select all

slave's config.txt

attackAuto 0
attackAuto_party 1
attackUseWeapon 0
lockMap "blank"


useSelf_skill##skillname##{
	lvl ##skill level##
	hp ##specify if needed##
	whenStatusInactive ##status name##
	onAction Attack
}
useSelf_skill Heal{
	lvl 10
	hp ##specify if needed##
	onAction Attack
}
useSelf_skill Heal{
	lvl 10
	hp ##specify if needed##
}

partySkill Heal {
	lvl 10
	target_hp ##specify##
	onAction Attack
}
partySkill Heal {
	lvl 10
	target_hp ##specify##
}

partySkill ##skill name## {
	lvl 10
	target_hp
	target_isJob
	target_whenStatusInactive ##status name##
	onAction Follow
}
specifying attackAuto as 0 and attackAuto_party with 1
tells your slave to retaliate monsters your master attacked.

this will give kore the Action: Attack
and will only heal himself and the master, forbidding use of buffs skills.

specifying the buff's block with onAction Follow,
tells the kore only to buff himself and your master
when following eg:onroute.

tip:
i dont use KE, it cost a lot of casting time.
mafianwarlord
Noob
Noob
Posts: 4
Joined: 15 Aug 2008, 10:50
Noob?: Yes

Re: Slave priest when engaged in battle.Stop following!

#7 Post by mafianwarlord »

Cloud wrote:Teleport sp consumption over 500? If your not playing in one of international ragnarok online's servers, i have no idea why you posted it in the offical servers section.
I posted it here because it is an official server of course =.= ' . You really do have good imagination =.= . Come into a question thread and answer nothing but show off of powerful imagination skill , good habit you have there :D
Cloud
Plain Yogurt
Plain Yogurt
Posts: 86
Joined: 09 Apr 2008, 13:39

Re: Slave priest when engaged in battle.Stop following!

#8 Post by Cloud »

What official server uses 500 sp for teleport? Not international ragnarok online.
onagiri
Noob
Noob
Posts: 1
Joined: 02 Mar 2011, 06:28
Noob?: Yes

Re: Slave priest when engaged in battle.Stop following!

#9 Post by onagiri »

well, that will be latest Renewal Free Server....
Leyana
Noob
Noob
Posts: 15
Joined: 30 May 2010, 05:06
Noob?: No

Re: Slave priest when engaged in battle.Stop following!

#10 Post by Leyana »

Cloud wrote:What official server uses 500 sp for teleport? Not international ragnarok online.
Apparently the Chinese ones. XD

@mafianwarlord:
If that's the case I think your question should have gone under 'other offical servers'

Try using these blocks:

Code: Select all

teleportAuto_totalDmg
teleportAuto_totalDmgInLock 
Asks your bot to automatically telerport after taking a certain amount of damage. It works perfectly for me and thats what I use so my priests don't do exactly what you're saying.