PDA

View Full Version : Help W/ My Bot BoostEr pRiEst....


hellbreaker
30th April 2005, 06:15
y does my priest keep on blessing and blessing and buffing my char?
pls guide me....=)

here's my config..


partySkill blessing {
lvl 10
maxCastTime 10
minCastTime 0
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout
disabled 0
target ~[BS]~Romper
target_hp
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive blessing
target_aggressives
target_monsters
target_timeout
inInventory_name
inInventory_qty
}
partySkill increase agi {
lvl 10
maxCastTime 10
minCastTime 0
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout
disabled 0
target ~[BS]~Romper
target_hp
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive inc agi
target_aggressives
target_monsters
target_timeout
inInventory_name
inInventory_qty
}

partySkill Impositio Manus {
lvl 10
maxCastTime 10
minCastTime 0
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout
disabled 0
target ~[BS]~Romper
target_hp
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive impostio
target_aggressives
target_monsters
target_timeout
inInventory_name
inInventory_qty
}
partySkill Resurrection {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
target
target_hp <= 2
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive
target_aggressives
target_monsters
target_timeout 0
inInventory_name
inInventory_qty
}
partySkill Heal {
lvl 10
maxCastTime 10
minCastTime 0
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
target ~[BS]~Romper
target_hp < 80
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive
target_aggressives
target_monsters
target_timeout 0
inInventory_name
inInventory_qty
}

youghee
30th April 2005, 06:38
Try this dude... Click Smiley >>> :classic: (http://mpcforum.com/showthread.php?t=87380)

rubentan
30th April 2005, 06:45
coz u didnt put whenstatusinactive or even timeouts..

arcadianknight
30th April 2005, 07:53
heres a working party skills

partySkill Heal {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp > 10
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
target
target_hp < 90
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive
target_aggressives
target_monsters
target_timeout 1
inInventory_name
inInventory_qty
}


partySkill Increase AGI {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 1
timeout 200
disabled 0
target
target_hp
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive Increase AGI
target_aggressives
target_monsters
target_timeout 100
inInventory_name
inInventory_qty
}

partySkill Blessing {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 1
timeout 200
disabled 0
target
target_hp
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive Blessing, Cursed, Chaos
target_aggressives
target_monsters
target_timeout 100
inInventory_name
inInventory_qty
}

partySkill Kyrie Eleison {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 1
timeout 0
disabled 0
target
target_hp
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive Kyrie Eleison
target_aggressives
target_monsters
target_timeout 40
inInventory_name
inInventory_qty
}

partySkill Impositio Manus {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 1
timeout 200
disabled 0
target
target_hp
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive Impositio
target_aggressives
target_monsters
target_timeout 100
inInventory_name
inInventory_qty
}

partySkill Aspersio {
lvl 5
sp
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 1
timeout 120
disabled 0
inLockOnly 0
target
target_hp
target_whenStatusActive
target_whenStatusInactive Aspersio
target_timeout 150
}

just fill up the target. its working fine supporting my assassin

hellbreaker
30th April 2005, 12:36
thanks for all the help guyz...