Page 1 of 1

BOT CONFIG

Posted: 25 Oct 2013, 00:30
by roviel22
HELP!!!!
can any one give me config for acolty to heal party member
im using this config and its not working


}

useSelf_skill_smartHeal 1

partySkill Heal {
lvl 3
dist 3
maxCastTime 0
minCastTime 0
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive Blessing
whenFollowing
spirit
amuletType
aggressives
monsters
notMonsters
monstersCount
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
manualAI 0
target
target_hp <60%
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive
target_aggressives
target_monsters
target_timeout 0
target_deltaHp
target_dead 0
inInventory
isSelfSkill 0
}


what is wrong :?: :?: :?: :?:

Re: BOT CONFIG

Posted: 25 Oct 2013, 10:07
by roviel22
Ok i manage to fix it but now the problem is that it always loot even the charater that
need to follow is cant find what config si need so that it dont loot and just follow her target character
and support it... :?: :?: :?: :?:
PLEASE SOME ONE HELP ME

Re: BOT CONFIG

Posted: 02 Nov 2013, 08:45
by helloitsalex23
paste this

itemsTakeAuto 0
itemsTakeAuto_party 0
itemsGatherAuto 2
itemsMaxWeight 89
itemsMaxWeight_sellOrStore 48
itemsMaxNum_sellOrStore 99
cartMaxWeight 7900
itemsTakeAuto_new 0

or change your itemsTakeAuto from 1 or 2 to 0

Re: BOT CONFIG

Posted: 14 Nov 2013, 01:11
by roviel22
thx it works hope you can give me bot config for priest thx in advance

Re: BOT CONFIG

Posted: 30 Nov 2013, 14:07
by otaku
I'm currently using those:

Configuration:

Code: Select all

#Making sure it won't attack monsters
attackAuto 0
attackAuto_party 0

#Making sure it actually follows its target
follow 1
followTarget MyMasterName

#I usually modify this to accept a higher value
teleportAuto_maxDmg 1000
Self Skills:

Code: Select all

useSelf_skill AL_BLESSING {
	lvl 10
	sp > 64
	whenStatusInactive EFST_BLESSING
}

useSelf_skill AL_INCAGI {
	lvl 10
	sp > 45
	whenStatusInactive EFST_INC_AGI
}

useSelf_skill AL_HEAL {
	lvl 10
	sp > 40
	hp < 95%
}

useSelf_skill PR_MAGNIFICAT {
	lvl 5
	whenStatusInactive EFST_MAGNIFICAT
}

useSelf_skill AL_ANGELUS {
	lvl 10
	whenStatusInactive EFST_ANGELUS
}

useSelf_skill PR_KYRIE {
	lvl 10
	sp > 35
	whenStatusInactive EFST_KYRIE
}
Party Skills:

Code: Select all

partySkill AL_HEAL {
	lvl 10
	sp > 40
	target_hp < 95%
}

partySkill PR_KYRIE {
	lvl 10
	sp > 35
	target_whenStatusInactive EFST_KYRIE
}

partySkill AL_INCAGI {
	lvl 10
	sp > 45
	target_whenStatusInactive EFST_INC_AGI
}

partySkill AL_BLESSING {
	lvl 10
	sp > 64
	target_whenStatusInactive EFST_BLESSING
}

partySkill PR_IMPOSITIO {
	lvl 3
	sp > 19
	target_whenStatusInactive EFST_IMPOSITIO
}
I use this config to give support for my assassin, knight and monk. You might wanna modify it for other classes. (Like Suffragium for wizards/sages, Gloria for critical-based characters, etc).

Re: BOT CONFIG

Posted: 18 Jul 2014, 07:58
by loveboy786
can you please give me buff skills config for assumptio,renovatio,Sacrament,Recovery skills its a third job skill of priest

& how to make a bot who gives buffs if i say some 'word" then it gives buffs even if the other member who wants buff is not in party

Re: BOT CONFIG

Posted: 10 Aug 2014, 16:03
by gluglok
My aco/priest config. Simple and effective and takes like 5 minutes to read and copy pasta. No macros etc ;p

http://forums.openkore.com/viewtopic.ph ... 86#p268386