newbie hunter need help

International

Moderator: Moderators

merbiyatch
Noob
Noob
Posts: 2
Joined: 03 Dec 2013, 15:03
Noob?: Yes

newbie hunter need help

#1 Post by merbiyatch »

i need help setting up my config on the bot. basically iwant my hunter to use normal attacks from far range and skill midd range. and sitten when hp drops to 30% and stands up when 80%. help would be appreciated. thank you in advance.
rottentomato
Noob
Noob
Posts: 3
Joined: 02 Dec 2013, 12:35
Noob?: Yes

Re: newbie hunter need help

#2 Post by rottentomato »

Seriously, all of this is in the manual. I'm botting a hunter too and a beginner using bot.

Anyway, you can start with setting your distance:
and max distance
look at the 'attack' part of the config and search it on the openkore wiki to see what they do. Open the wiki to search. Or you can Google any term with 'openkore' after it

since you're a hunter, you can also use
and
Sitting due to low percentage HP:
configure these on you're config:
sitAuto_hp_lower 30 ##This is your percentage
sitAuto_hp_upper 80 ##This is your percentage
sitAuto_sp_lower 0
sitAuto_sp_upper 0
sitAuto_follow 0
sitAuto_over_50 0
sitAuto_idle 1
sitAuto_look
sitAuto_look_from_wall
(Again, search the terms using the wiki to see what they do)


I assume the skill you want to use is 'Double Strafe' or 'Charge Arrow' or both. In either case, you can start with configuring your 'attckSkillSlot'. I don't know how to set it so that it will only use it when the target is in your 'mid range' but you can figure it out if possible.
attackSkillSlot Double Strafe {
lvl 10
dist #
sp > ##
}

Set 'sp > ##' to the amount of sp it take to use the skill so it wont keep trying when sp is low. Check out what the other options do under 'attackskillslot' and use it to your liking.

The above are from config.txt. You shouldn't copy and paste what I put. Just configure or add to your config.txt If it doesn't work, I'm sorry. I'm just showing you what I learned through reading the manual.

Hope this will get you started.