Page 1 of 1

PASSIVE! 0?

Posted: 02 Jun 2011, 12:50
by mangopie
Image

i have here a screenshot of my bot. i wonder what "PASSIVE! 0" means.

Re: PASSIVE! 0?

Posted: 02 Jun 2011, 14:48
by EternalHarvest
Post all your skill blocks from config.

Re: PASSIVE! 0?

Posted: 02 Jun 2011, 20:24
by mangopie

Code: Select all

attackSkillSlot Snatcher {
	lvl 5
	dist 1.5
	maxCastTime 0
	minCastTime 0
	hp
	sp > 10
	homunculus_hp
	homunculus_sp
	homunculus_dead
	onAction
	whenStatusActive
	whenStatusInactive
	whenFollowing
	spirit
	aggressives >= 3
	previousDamage
	stopWhenHit 0
	inLockOnly 0
	notInTown 0
	timeout 0
	disabled 0
	monsters
	notMonsters
	maxAttempts 0
	maxUses 0
	target_whenStatusActive
	target_whenStatusInactive
	target_deltaHp
	inInventory
	isSelfSkill 0
	equip_topHead
	equip_midHead
	equip_lowHead
	equip_leftHand
	equip_rightHand
	equip_leftAccessory
	equip_rightAccessory
	equip_robe
	equip_armor
	equip_shoes
	equip_arrow
	manualAI 0
}

attackComboSlot {
	afterSkill
	waitBeforeUse
	dist 1.5
	isSelfSkill 1
	target_deltaHp
}

doCommand {
	hp
	sp
	homunculus_hp
	homunculus_sp
	homunculus_dead
	onAction
	whenStatusActive
	whenStatusInactive
	whenFollowing
	spirit
	aggressives
	monsters
	notMonsters
	stopWhenHit 0
	inLockOnly 0
	notWhileSitting 0
	notInTown 0
	timeout
	disabled 0
	inInventory
	inCart
	inMap
	manualAI 0
}

useSelf_skill Preserve {
	lvl 1
	maxCastTime 0
	minCastTime 0
	hp
	sp
	homunculus_hp
	homunculus_sp
	homunculus_dead
	onAction
	whenStatusActive
	whenStatusInactive Preserve
	whenFollowing
	spirit
	aggressives
	monsters
	notMonsters
	stopWhenHit 0
	inLockOnly 0
	notWhileSitting 0
	notInTown 0
	timeout 0
	disabled 0
	inInventory
	manualAI 0
	defendMonsters
	whenNotGround
}


useSelf_skill_smartHeal 1


partySkill  {
	lvl 10
	dist 5
	maxCastTime 0
	minCastTime 0
	hp 
	sp
	homunculus_hp
	homunculus_sp
	homunculus_dead
	onAction
	whenStatusActive
	whenStatusInactive
	whenFollowing
	spirit
	aggressives
	monsters
	notMonsters
	stopWhenHit 0
	inLockOnly 0
	notWhileSitting 1s
	notInTown 0
	timeout 0
	disabled 0
	manualAI 0
	target 
	target_hp 
	target_isJob
	target_isNotJob
	target_whenStatusActive
	target_whenStatusInactive
	target_aggressives
	target_monsters
	target_timeout 0
	target_deltaHp
	target_dead 0
	inInventory
	isSelfSkill 0
}
here. thanks.

Re: PASSIVE! 0?

Posted: 03 Jun 2011, 03:37
by EternalHarvest
Snatcher is passive skill. Don't put it in attackSkillSlot or anywhere.

Re: PASSIVE! 0?

Posted: 03 Jun 2011, 10:26
by mangopie
oops. my bad. thanks a lot.

Re: PASSIVE! 0?

Posted: 04 Jun 2011, 08:21
by Technology
Would be nice to have a more descriptive warning message here.