how to make my bot Cast stormgust when facing many enemy or a specific enemy /??
please help
and how to make my bot automatically use @autoloot command ???
thnx
help config problem
Moderator: Moderators
-
- Noob
- Posts: 2
- Joined: 10 May 2013, 10:51
- Noob?: No
Re: help config problem
you're too lazy man!langitbonovox wrote:how to make my bot Cast stormgust when facing many enemy or a specific enemy /??
please help
and how to make my bot automatically use @autoloot command ???
thnx
for @autoloot , try to use doCommand in your config.
-
- The Kore Devil
- Posts: 672
- Joined: 22 Feb 2013, 03:40
- Noob?: No
- Location: The Netherlands
Re: help config problem
http://www.openkore.com/index.php/Items_control.txt
http://www.openkore.com/index.php/Pickupitems.txt
Use the search function please!
http://www.openkore.com/index.php/Pickupitems.txt
Use the search function please!
-
- Plain Yogurt
- Posts: 58
- Joined: 19 May 2011, 00:40
- Noob?: Yes
Re: help config problem
langitbonovox wrote:how to make my bot Cast stormgust when facing many enemy or a specific enemy /??
please help
and how to make my bot automatically use @autoloot command ???
thnx
Code: Select all
attackSkillSlot Storm Gust {
lvl 10
dist 6
maxCastTime 0
minCastTime 0
hp
sp > 10
stopWhenHit 0
inLockOnly 0
notInTown 0
timeout 0
disabled 0
monsters (remove parentheses and insert monster name here/ use comma if more than 1 monster)
maxAttempts 0
maxUses 0
isSelfSkill 0
manualAI 0
}
Code: Select all
automacro hello {
console /You are now in the game/
call {
pause 5
do c (remove parentheses and insert autoloot command here)
}
}