Spamming his skills until he's out of mana

International

Moderator: Moderators

Okem
Noob
Noob
Posts: 2
Joined: 03 Dec 2013, 21:07
Noob?: Yes

Spamming his skills until he's out of mana

#1 Post by Okem »

These are my config. Not sure why he's spamming it maybe my when status is wrong I don't really now , thanks in advance

Code: Select all

useSelf_skill BS_ADRENALINE {
	lvl 5
	maxCastTime 0
	minCastTime 0
	hp
	sp > 30
	homunculus_hp
	homunculus_sp
	homunculus_dead
	onAction
	whenStatusActive
	whenStatusInactive EFST_ADRENALINE
	whenFollowing
	spirit
	amuletType
	aggressives
	monsters
	notMonsters
	monstersCount
	stopWhenHit 0
	inLockOnly 0
	notWhileSitting 0
	notInTown 0
	timeout 0
	disabled 0
	inInventory
	manualAI 0
}

useSelf_skill BS_OVERTHRUST {
	lvl 5
	maxCastTime 0
	minCastTime 0
	hp
	sp > 30
	homunculus_hp
	homunculus_sp
	homunculus_dead
	onAction
	whenStatusActive
	whenStatusInactive EFST_OVERTHRUSTMAX
	whenFollowing
	spirit
	amuletType
	aggressives
	monsters
	notMonsters
	monstersCount
	stopWhenHit 0
	inLockOnly 0
	notWhileSitting 0
	notInTown 0
	timeout 0
	disabled 0
	inInventory
	manualAI 0
}
zeroun
Noob
Noob
Posts: 3
Joined: 05 Dec 2013, 23:53
Noob?: Yes

Re: Spamming his skills until he's out of mana

#2 Post by zeroun »

I think its your status names that are wrong
Try this:

Code: Select all

useSelf_skill BS_ADRENALINE {
   lvl 5
   maxCastTime 0
   minCastTime 0
   hp
   sp > 30
   homunculus_hp
   homunculus_sp
   homunculus_dead
   onAction
   whenStatusActive
   whenStatusInactive Adrenaline Rush
   whenFollowing
   spirit
   amuletType
   aggressives
   monsters
   notMonsters
   monstersCount
   stopWhenHit 0
   inLockOnly 0
   notWhileSitting 0
   notInTown 0
   timeout 0
   disabled 0
   inInventory
   manualAI 0
}

useSelf_skill BS_OVERTHRUST {
   lvl 5
   maxCastTime 0
   minCastTime 0
   hp
   sp > 30
   homunculus_hp
   homunculus_sp
   homunculus_dead
   onAction
   whenStatusActive
   whenStatusInactive Over Thrust
   whenFollowing
   spirit
   amuletType
   aggressives
   monsters
   notMonsters
   monstersCount
   stopWhenHit 0
   inLockOnly 0
   notWhileSitting 0
   notInTown 0
   timeout 0
   disabled 0
   inInventory
   manualAI 0
}
Okem
Noob
Noob
Posts: 2
Joined: 03 Dec 2013, 21:07
Noob?: Yes

Re: Spamming his skills until he's out of mana

#3 Post by Okem »

Oh thanks a lot it worked and figured at the same time that I just have to look in the ''s'' status. Oh well <3