'call homunculus'. But the bot doesnt use the skill call homunculus instead it spams homunculus resurrection non stop (but if the homunculus did die then it casts this skill fine).
I tried adding call homunculus to the config but it just keeps spamming it.
Right now the config is
Code: Select all
useSelf_skill Homunculus Resurrection {
lvl 5
hp
target
homunculus_dead 1
target_dead 1
isSelfSkill 1
notInTown 1
inLockOnly 1
}
and if i add the call homunculus it would be
Code: Select all
useSelf_skill Call homunculus {
lvl 1
hp
target
homunculus_dead 1
target_dead 1
isSelfSkill 1
}
useSelf_skill Homunculus Resurrection {
lvl 5
hp
target
homunculus_dead 1
target_dead 1
isSelfSkill 1
notInTown 1
inLockOnly 1
}
And another problem im having is DCing whenever i open up storage, so it would be like
- Open storage , gets the items - DC
- relog- open storage - close - then walk to lock map.
The error says
"Disconnected from map server, reconnecting to server in 30 seconds...."
the config for storage is
Code: Select all
storageAuto 1
storageAuto_npc rachel 109 138
storageAuto_distance 5
storageAuto_npc_type 0 (even if i set it to 1 or 3 i would still get the error)
storageAuto_npc_steps c r1 n
storageAuto_password
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 0
minStorageZeny 50
npcTimeResponse
getAuto Strawberry {
minAmount 1
maxAmount 360
passive
}
getAuto Condensed White Potion {
minAmount 3
maxAmount 250
passive
}
getAuto Butterfly Wing {
minAmount 1
maxAmount 10
passive
}
getAuto Fly Wing {
minAmount 1
maxAmount 70
passive
}
getAuto Unknown #18004 {
minAmount 30
maxAmount 1000
passive
}
any help would be appreciated , thanks.