Homunculus Help!

International

Moderator: Moderators

entrycode
Noob
Noob
Posts: 15
Joined: 08 Dec 2010, 20:11
Noob?: Yes

Homunculus Help!

#1 Post by entrycode »

hey everyone. i'm not really new to botting, but there is one thing i have never done. and that's botting with a homunculus.
if i wanted to have my bot sit down in a certain map, feed the homu when it's hungry (12-24), and use aid potion when it's health is low, how would i do that?
answers are much appreciated!
bot on!
duhsomebodee
Noob
Noob
Posts: 5
Joined: 26 May 2011, 20:24
Noob?: Yes

Re: Homunculus Help!

#2 Post by duhsomebodee »

Wow....

You should know this basic stuff from the manual already...

Feeding:

Code: Select all

# intimacyMax / Min sets a threshhold of when not to feed your homunculus
# If intimacy is HIGHER than the minimum or LOWER/EQUAL to the max, we wont feed.
homunculus_intimacyMax 999
homunculus_intimacyMin 911

# How long should we wait between feeding? default: random between 10 and 60 seconds
homunculus_hungerTimeoutMax 60
homunculus_hungerTimeoutMin 10

# Turn on/off homunculus autofeeding
homunculus_autoFeed 1
# In Wich maps should we allow feeding? (leave empty for any map)
homunculus_autoFeedAllowedMaps

# Feed homunculus between MIN and MAX value (example: between 11 and 25)
homunculus_hungerMin 11
homunculus_hungerMax 14
Aid Potion:

Code: Select all

partySkill Aid Potion {
    lvl 4
    homunculus_hp < 65%
    target "homunculusname"
    inInventory White Potion
}
haean
Noob
Noob
Posts: 4
Joined: 07 Jun 2012, 20:10
Noob?: Yes

Re: Homunculus Help!

#3 Post by haean »

i dont think thats what he ment both of those are very easy things to understand

the problem i come across is it glitches up ALOT the homu will get stuck or just wont attack anything i keep getting a error saying something about the homu trying to go to far of a distance and it just stands there not attacking anything