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
niko123
Plain Yogurt
Posts: 88 Joined: 11 Sep 2010, 19:00
Noob?: Yes
#1
Post
by niko123 » 12 Oct 2010, 00:01
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?
kaldabog
Plain Yogurt
Posts: 83 Joined: 08 Sep 2010, 13:45
Noob?: No
#2
Post
by kaldabog » 12 Oct 2010, 00:16
try adding this
If it still exist, I guess the problem is in your isp too laggy
benj1320
Moderators
Posts: 403 Joined: 25 Aug 2008, 14:56
Noob?: No
Location: CyberOne Building , Eastwood
#3
Post
by benj1320 » 12 Oct 2010, 01:27
its LAG
niko123
Plain Yogurt
Posts: 88 Joined: 11 Sep 2010, 19:00
Noob?: Yes
#4
Post
by niko123 » 12 Oct 2010, 19:19
kaldabog wrote: try adding this
it worked!!! Thank YOu