My bot uses twice Awakening Potion

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
niko123
Plain Yogurt
Plain Yogurt
Posts: 88
Joined: 11 Sep 2010, 19:00
Noob?: Yes

My bot uses twice Awakening Potion

#1 Post by niko123 »

My bot uses two Awakening Potion when the Awakening status is gone

Code: Select all

}

useSelf_item Awakening Potion {
	hp
	sp
	homunculus_hp
	homunculus_sp
	homunculus_dead
	onAction
	whenStatusActive
	whenStatusInactive Awakening Potion
	whenFollowing
	spirit
	aggressives
	monsters
	notMonsters
	stopWhenHit 0
	inLockOnly 0
	notWhileSitting 0
	notInTown 0
	timeout 0
	disabled 0
	inInventory
	manualAI 0
}
any ideas how to solve this problem?
Image

kaldabog
Plain Yogurt
Plain Yogurt
Posts: 83
Joined: 08 Sep 2010, 13:45
Noob?: No

Re: My bot uses twice Awakening Potion

#2 Post by kaldabog »

try adding this

Code: Select all

timeout 1800
If it still exist, I guess the problem is in your isp too laggy

benj1320
Moderators
Moderators
Posts: 403
Joined: 25 Aug 2008, 14:56
Noob?: No
Location: CyberOne Building , Eastwood
Contact:

Re: My bot uses twice Awakening Potion

#3 Post by benj1320 »

its LAG
“The moon shines to both guilty and innocent alike..”
The Openkore Manual---Global Forum Rules--The Template

niko123
Plain Yogurt
Plain Yogurt
Posts: 88
Joined: 11 Sep 2010, 19:00
Noob?: Yes

Re: My bot uses twice Awakening Potion

#4 Post by niko123 »

kaldabog wrote:try adding this

Code: Select all

timeout 1800
it worked!!! Thank YOu
Image

Locked