help config problem

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

langitbonovox
Human
Human
Posts: 21
Joined: 29 Apr 2013, 09:06
Noob?: Yes

help config problem

#1 Post by langitbonovox »

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
missluminosity
Noob
Noob
Posts: 2
Joined: 10 May 2013, 10:51
Noob?: No

Re: help config problem

#2 Post by missluminosity »

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
you're too lazy man!
for @autoloot , try to use doCommand in your config.
Raider
The Kore Devil
The Kore Devil
Posts: 672
Joined: 22 Feb 2013, 03:40
Noob?: No
Location: The Netherlands

Re: help config problem

#3 Post by Raider »

glennlevi
Plain Yogurt
Plain Yogurt
Posts: 58
Joined: 19 May 2011, 00:40
Noob?: Yes

Re: help config problem

#4 Post by glennlevi »

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
}
for autoloot here is my simple macro

Code: Select all

automacro hello {
console /You are now in the game/

call {
pause 5
do c (remove parentheses and insert autoloot command here)
}
}
PS: This macro wont work when Xkore is set to 1.