Page 1 of 1

Config a Bolter Magician Bot for Levelling

Posted: 27 May 2014, 06:27
by Eckhart90
Hi guys, i'm trying to configure my bot (a Sage) to kill Grand Peco with Cold Bolt lv. 10 and Geographer with 2 x lv. 10 Firebolt in yuno_fild08.
I also need to exclude Goats from being a target and loot only certain items while leaving others on the ground.
Now, I'll post my config (just the strings that I modified) so you can tell me if I'm doing something wrong :D :

#Main Config:

attackAuto 2
attackUseWeapon 0
lockMap yuno_fild08

#Skill Blocks:

attackSkillSlot Cold Bolt {
lvl 10
dist 8
maxCastTime 0.1
minCastTime 0
sp > 10
stopWhenHit 1
inLockOnly 1
notInTown 1
monsters Grand Peco
notMonsters Geographer, Goat
}

attackSkillSlot Fire Bolt {
lvl 10
dist 8
maxCastTime 0.1
minCastTime 0
sp > 10
stopWhenHit 1
inLockOnly 1
notInTown 1
monsters Geographer
notMonsters Grand Peco, Goat
}
attackSkillSlot Fire Bolt {
lvl 10
dist 8
maxCastTime 0.1
minCastTime 0
sp > 10
stopWhenHit 1
inLockOnly 1
notInTown 1
monsters Geographer
notMonsters Grand Peco, Goat
}

#pickupitems.txt:

Wind Of Verdure 1
Maneater Blossom 1
Grand Peco Card 2
Peco Peco Feather 0
Gold 2
Orange 0
Mastela Fruit 1
Maneater Root 0
Fancy Flower 1
Sunflower 1
Level 5 Heal 1
Geographer Card 2

I don't know how to exclude Goats from being attacked in mon_control.txt. :roll:

Thank you for your help, I'm willing to learn. ;)

Re: Config a Bolter Magician Bot for Levelling

Posted: 24 Dec 2014, 19:16
by Richard
#mon_control.txt
Goat 0

EDIT: you dont have to duplicate the "attackSkillSlot Fire Bolt" block, kore is casting the skill on the monster until its kills it.
The rest seems fine.