full support resu skill

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.
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

full support resu skill

#1 Post by bellemund12 »

Hi good day,

i wonder why my full support priest is not resurrecting / reviving my main character

this is how i do it;

partySkill Resurrection {
lvl 1
maxCastTime 0
minCastTime 0
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout
disabled 0
target Party Punwallaq
target_hp
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive
target_aggressives
target_monsters
target_timeout 0
target_dead 1
inInventory Blue Gemstone > 0
}


did i do something wrong? if yes, please correct it.

if anyone can make a macro resu that is working perfectly, i will be more happy :D

thanks in advance
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Re: full support resu skill

#2 Post by bellemund12 »

9 people viewed but then no one dare to post some guide :lol:

please anyone can help me with this
rocknroll
Been there done that!
Been there done that!
Posts: 118
Joined: 19 Sep 2011, 07:30
Noob?: Yes

Re: full support resu skill

#3 Post by rocknroll »

nothing wrong about that, the config it's correct, maybe your priest not in range on you, so it can't casting that skill.
the partySkill block is same to me.
is that right name??
Party Punwallaq

Code: Select all

partySkill Resurrection {
lvl 4
sp > 10%
disabled 0
target Party Punwallaq
target_hp < 1%
target_timeout 0
target_dead 1
inInventory Blue Gemstone > 0
}
Sorry, my english is very bad !
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Re: full support resu skill

#4 Post by bellemund12 »

rocknroll wrote:nothing wrong about that, the config it's correct, maybe your priest not in range on you, so it can't casting that skill.
the partySkill block is same to me.
is that right name??
Party Punwallaq

Code: Select all

partySkill Resurrection {
lvl 4
sp > 10%
disabled 0
target Party Punwallaq
target_hp < 1%
target_timeout 0
target_dead 1
inInventory Blue Gemstone > 0
}
yes the master's name is Punwallaq, hmm is not in range? so how can i adjust it?
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Re: full support resu skill

#5 Post by bellemund12 »

hmm also sometimes my priest is left behind it says "TRY TOO LONG TO MOVE" something like that...

this is how i do my config;

follow 1
followTarget Punwallaq
followEmotion 1
followEmotion_distance 4
followFaceDirection 1
followDistanceMax 3
followDistanceMin 1
followLostStep 12
followSitAuto 0
followBot 0
followRandom 0
followRandomDistance 4

route_escape_reachedNoPortal 1
route_escape_randomWalk 1
route_escape_shout
route_avoidWalls 1
route_randomWalk 1
route_randomWalk_inTown 0
route_randomWalk_maxRouteTime 75
route_maxWarpFee
route_maxNpcTries 5
route_teleport 0
route_teleport_minDistance 150
route_teleport_maxTries 8
route_teleport_notInMaps
route_step 15

is there something i will change so that my FS will follow the master perfectly?
blue_crim
Noob
Noob
Posts: 12
Joined: 18 Sep 2012, 09:49
Noob?: Yes

Re: full support resu skill

#6 Post by blue_crim »

bellemund12 wrote:
rocknroll wrote:nothing wrong about that, the config it's correct, maybe your priest not in range on you, so it can't casting that skill.
the partySkill block is same to me.
is that right name??
Party Punwallaq

Code: Select all

partySkill Resurrection {
lvl 4
sp > 10%
disabled 0
target Party Punwallaq
target_hp < 1%
target_timeout 0
target_dead 1
inInventory Blue Gemstone > 0
}
yes the master's name is Punwallaq, hmm is not in range? so how can i adjust it?
try this, remove "party". And the "dist 1" tells kore to move 1 cell distance to the target before using the skill:

Code: Select all

partySkill Resurrection {
lvl 4
dist 1
sp > 10%
disabled 0
target Punwallaq
target_hp < 1%
target_timeout 0
target_dead 1
inInventory Blue Gemstone > 0
}
bellemund12
Human
Human
Posts: 49
Joined: 01 Oct 2012, 20:20
Noob?: No

Re: full support resu skill

#7 Post by bellemund12 »

ok i'll try this one, hope it works !