BOT CONFIG

Forum closed. Read only permissions.

Moderator: Moderators

Message
Author
roviel22
Noob
Noob
Posts: 10
Joined: 21 Oct 2013, 04:21
Noob?: Yes

BOT CONFIG

#1 Post 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 :?: :?: :?: :?:

roviel22
Noob
Noob
Posts: 10
Joined: 21 Oct 2013, 04:21
Noob?: Yes

Re: BOT CONFIG

#2 Post 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

helloitsalex23
Noob
Noob
Posts: 1
Joined: 02 Nov 2013, 08:40
Noob?: Yes

Re: BOT CONFIG

#3 Post 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

roviel22
Noob
Noob
Posts: 10
Joined: 21 Oct 2013, 04:21
Noob?: Yes

Re: BOT CONFIG

#4 Post by roviel22 »

thx it works hope you can give me bot config for priest thx in advance

otaku
Human
Human
Posts: 28
Joined: 29 Nov 2013, 21:50
Noob?: No
Location: Brazil
Contact:

Re: BOT CONFIG

#5 Post 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).
I'm watching my TV or is it watching me?

loveboy786
Noob
Noob
Posts: 3
Joined: 16 Jul 2014, 03:29
Noob?: Yes

Re: BOT CONFIG

#6 Post 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

gluglok
Noob
Noob
Posts: 6
Joined: 10 Aug 2014, 14:34
Noob?: No

Re: BOT CONFIG

#7 Post 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

Locked