Call/Resu Homunculus problem and cannon balls.

International

Moderator: Moderators

Message
Author
kurokimi
Noob
Noob
Posts: 5
Joined: 11 Feb 2011, 01:41
Noob?: No

Call/Resu Homunculus problem and cannon balls.

#1 Post by kurokimi »

For some unknown reason while leveling, my homunculus would disappear and the bot would think that it died and therefore keeps spamming homunculus resurrection.
I found that the homunculus would come back if i just used call homunculus but even if i put that in the config the bot would just spam call homunculus continuously.
Heres the config.

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 tried putting call homunculus in

Code: Select all

useSelf_skill Call Homunculus {
	lvl 1
	hp
	target
	homunculus_dead 0
	target_dead 0
	isSelfSkill 1
	notInTown 1
	inLockOnly 1
}
useSelf_skill Homunculus Resurrection {
	lvl 5
	hp
	target
	homunculus_dead 1
	target_dead 1
	isSelfSkill 1
	notInTown 1
	inLockOnly 1
}
The last problem is iron cannon balls; it equips fine if i dont die.
But if i do die and respawn it doesnt auto equip the iron cannon balls nor does it take some from storage.
I checked the name for it and it was Unknown #18004. Im not sure which 'equip auto' am i meant to use.

Code: Select all

equipAuto Unknown #18004 {
	topHead
	midHead
	lowHead
	leftHand
	rightHand
	leftAccessory
	rightAccessory
	robe
	armor
	shoes
	arrow Unknown #18004

Code: Select all

attackSkillSlot Cartcannon {
	lvl 5
	dist 3,6,4
	maxCastTime 0
	minCastTime 0
	hp
	sp > 10
	whenStatusActive
	whenStatusInactive
	monsters
	inInventory
	isSelfSkill 0
	equip_arrow Unknown #18004
	manualAI 0
}
}
and

Code: Select all

attackEquip_arrow Unknown #18004,Iron Cannon ball
Any help would be great thanks xD