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..
Slave priest when engaged in battle.Stop following!
Moderator: Moderators
-
- Noob
- Posts: 4
- Joined: 15 Aug 2008, 10:50
- Noob?: Yes
-
- Plain Yogurt
- Posts: 86
- Joined: 09 Apr 2008, 13:39
Re: Slave priest when engaged in battle.Stop following!
use/make a macro
-
- 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!
try making him teleport when a certain amount of monsters are attacking him.
http://www.openkore.com/index.php/Telep ... ggressives
http://www.openkore.com/index.php/Telep ... ggressives
-
- Noob
- Posts: 4
- Joined: 15 Aug 2008, 10:50
- Noob?: Yes
Re: Slave priest when engaged in battle.Stop following!
It is how openkore works?I mean when priest get attacked , he will just stand until the monster dead or he himself dead?rwnath wrote:try making him teleport when a certain amount of monsters are attacking him.
http://www.openkore.com/index.php/Telep ... ggressives
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.)
-
- Plain Yogurt
- Posts: 86
- Joined: 09 Apr 2008, 13:39
Re: Slave priest when engaged in battle.Stop following!
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.
-
- Noob
- Posts: 13
- Joined: 11 Dec 2010, 05:15
- Noob?: No
Re: Slave priest when engaged in battle.Stop following!
uhm..
to make you master prioritize attacking
monster that attacks your party member
(needs confirmation)
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.
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
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
}
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.
-
- Noob
- Posts: 4
- Joined: 15 Aug 2008, 10:50
- Noob?: Yes
Re: Slave priest when engaged in battle.Stop following!
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 thereCloud 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.

-
- Plain Yogurt
- Posts: 86
- Joined: 09 Apr 2008, 13:39
Re: Slave priest when engaged in battle.Stop following!
What official server uses 500 sp for teleport? Not international ragnarok online.
-
- Noob
- Posts: 1
- Joined: 02 Mar 2011, 06:28
- Noob?: Yes
Re: Slave priest when engaged in battle.Stop following!
well, that will be latest Renewal Free Server....
-
- Noob
- Posts: 15
- Joined: 30 May 2010, 05:06
- Noob?: No
Re: Slave priest when engaged in battle.Stop following!
Apparently the Chinese ones. XDCloud wrote:What official server uses 500 sp for teleport? Not international ragnarok online.
@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