bot docommand/autoopenshop/healing skill

International

Moderator: Moderators

rohan
Noob
Noob
Posts: 13
Joined: 29 Aug 2010, 14:34
Noob?: Yes

bot docommand/autoopenshop/healing skill

#1 Post by rohan »

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?
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: bot docommand/autoopenshop/healing skill

#2 Post by EternalHarvest »

What are you specifying in doCommand?
rohan
Noob
Noob
Posts: 13
Joined: 29 Aug 2010, 14:34
Noob?: Yes

Re: bot docommand/autoopenshop/healing skill

#3 Post by rohan »

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
}
Cloud
Plain Yogurt
Plain Yogurt
Posts: 86
Joined: 09 Apr 2008, 13:39

Re: bot docommand/autoopenshop/healing skill

#4 Post by Cloud »

Did you form a party, partyskills only works in parties
rohan
Noob
Noob
Posts: 13
Joined: 29 Aug 2010, 14:34
Noob?: Yes

Re: bot docommand/autoopenshop/healing skill

#5 Post by rohan »

yeah we are in party.
I think i am missing some table or something, but i already dl the new openkore