bot docommand/autoopenshop/healing skill
Moderator: Moderators
-
- Noob
- Posts: 13
- Joined: 29 Aug 2010, 14:34
- Noob?: Yes
bot docommand/autoopenshop/healing skill
how come my bots can't do use heal on my killer and my shop box can't open shop automatically and close/open shop using the docommand?
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: bot docommand/autoopenshop/healing skill
What are you specifying in doCommand?
-
- Noob
- Posts: 13
- Joined: 29 Aug 2010, 14:34
- Noob?: Yes
Re: bot docommand/autoopenshop/healing skill
priest support codes
partySkill heal {
lvl 10
sp > 20%
target
target_hp < 80%
SelfSkill 0
}
partySkill Resurrection {
lvl 4
target
target_dead 1
}
partySkill Blessing {
lvl 10
stopWhenHit 1
target
target_timeout 20
target_whenStatusInactive Blessing
}
partySkill Resurrection {
lvl 4
target target_dead 1
}
partySkill Increase AGI {
lvl 10
target
target_timeout 200
target_whenStatusInactive Increase AGI
}
partySkill Assumptio {
lvl 10
target
target_timeout 30
target_whenStatusInactive Assumptio
}
docommand codes
doCommand closeshop {
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 0
timeout 1780
disabled 0
inInventory
inCart
inMap
manualAI 0
}
doCommand openshop {
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 0
timeout 120
disabled 0
inInventory
inCart
inMap
manualAI 0
}
partySkill heal {
lvl 10
sp > 20%
target
target_hp < 80%
SelfSkill 0
}
partySkill Resurrection {
lvl 4
target
target_dead 1
}
partySkill Blessing {
lvl 10
stopWhenHit 1
target
target_timeout 20
target_whenStatusInactive Blessing
}
partySkill Resurrection {
lvl 4
target target_dead 1
}
partySkill Increase AGI {
lvl 10
target
target_timeout 200
target_whenStatusInactive Increase AGI
}
partySkill Assumptio {
lvl 10
target
target_timeout 30
target_whenStatusInactive Assumptio
}
docommand codes
doCommand closeshop {
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 0
timeout 1780
disabled 0
inInventory
inCart
inMap
manualAI 0
}
doCommand openshop {
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 0
timeout 120
disabled 0
inInventory
inCart
inMap
manualAI 0
}
-
- Plain Yogurt
- Posts: 86
- Joined: 09 Apr 2008, 13:39
Re: bot docommand/autoopenshop/healing skill
Did you form a party, partyskills only works in parties
-
- Noob
- Posts: 13
- Joined: 29 Aug 2010, 14:34
- Noob?: Yes
Re: bot docommand/autoopenshop/healing skill
yeah we are in party.
I think i am missing some table or something, but i already dl the new openkore
I think i am missing some table or something, but i already dl the new openkore