Config a Bolter Magician Bot for Levelling

France

Moderator: Moderators

Message
Author
Eckhart90
Noob
Noob
Posts: 1
Joined: 26 May 2014, 17:45
Noob?: Yes

Config a Bolter Magician Bot for Levelling

#1 Post 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. ;)

Richard
Noob
Noob
Posts: 17
Joined: 24 Dec 2014, 05:52
Noob?: No
Location: Hungary

Re: Config a Bolter Magician Bot for Levelling

#2 Post 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.
'He who is brave and patient enough to peer into the darkness his whole life will be first to see a flicker of light in it.'

Post Reply