PASSIVE! 0?

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
mangopie
Noob
Noob
Posts: 3
Joined: 02 Jun 2011, 12:45
Noob?: No

PASSIVE! 0?

#1 Post by mangopie »

Image

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

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: PASSIVE! 0?

#2 Post by EternalHarvest »

Post all your skill blocks from config.

mangopie
Noob
Noob
Posts: 3
Joined: 02 Jun 2011, 12:45
Noob?: No

Re: PASSIVE! 0?

#3 Post 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.

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: PASSIVE! 0?

#4 Post by EternalHarvest »

Snatcher is passive skill. Don't put it in attackSkillSlot or anywhere.

mangopie
Noob
Noob
Posts: 3
Joined: 02 Jun 2011, 12:45
Noob?: No

Re: PASSIVE! 0?

#5 Post by mangopie »

oops. my bad. thanks a lot.

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: PASSIVE! 0?

#6 Post by Technology »

Would be nice to have a more descriptive warning message here.
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!

Locked