hi.
kore always does this
You use Adrenaline Rush on yourself : Lv 4
You use Adrenaline Rush on yourself : Lv 4
thats 1 time too much. now? they imediatly know that your using a bot.
is there a way to void skill times 2 ?
sorry i posted this also in moc_fild20 but its not my fault. i did new topic . and something yes draft. and it went to that topic. so ...
Delete this post
Moderator: Moderators
-
- Plain Yogurt
- Posts: 56
- Joined: 23 Jun 2009, 00:17
- Noob?: Yes
Delete this post
Last edited by hallalujaz on 11 Apr 2010, 08:22, edited 1 time in total.
-
- Moderators
- Posts: 136
- Joined: 26 May 2008, 12:25
- Noob?: No
Re: skills times 2
Use a timeout and statusInactive.
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far, the universe is winning.
Richard Cook
Wiki
So far, the universe is winning.
Richard Cook
Wiki
-
- Testers Team
- Posts: 94
- Joined: 09 Sep 2009, 04:34
- Noob?: No
- Location: USA
Re: skills times 2
or set maxUses 1
Member since 09/09/09, botter since its first creation days. Thanks Kura for the original Kore.
-
- Plain Yogurt
- Posts: 56
- Joined: 23 Jun 2009, 00:17
- Noob?: Yes
Re: skills times 2
thanks both of you. good advice always comes in handy
but i tried them both of your advices and still no luck. it uses times 2 always.
useSelf_skill adrenaline rush {
lvl 4
maxCastTime 0
minCastTime 0
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive 0
whenStatusInactive adrenaline rush
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 1
notInTown 1
timeout 120
disabled 0
inInventory
manualAI 0
maxUses 1
but i tried them both of your advices and still no luck. it uses times 2 always.
useSelf_skill adrenaline rush {
lvl 4
maxCastTime 0
minCastTime 0
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive 0
whenStatusInactive adrenaline rush
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 1
notInTown 1
timeout 120
disabled 0
inInventory
manualAI 0
maxUses 1
-
- Noob
- Posts: 11
- Joined: 10 Dec 2009, 19:52
- Noob?: Yes
Re: skills times 2
try these:
useSelf_skill adrenaline rush {
lvl 4
maxCastTime 0
minCastTime 0
hp
sp > 20
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive adrenaline rush
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 1
notInTown 1
timeout 120
disabled 0
inInventory
manualAI 0
maxUses
changed sp to sp > 20
and maxUses 1 to maxUses
also whenStatusActive 0 to whenStatusActive
leave it blank..
useSelf_skill adrenaline rush {
lvl 4
maxCastTime 0
minCastTime 0
hp
sp > 20
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive adrenaline rush
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 1
notInTown 1
timeout 120
disabled 0
inInventory
manualAI 0
maxUses
changed sp to sp > 20
and maxUses 1 to maxUses
also whenStatusActive 0 to whenStatusActive
leave it blank..
-
- Noob
- Posts: 1
- Joined: 19 Dec 2009, 11:14
- Noob?: Yes
Re: skills times 2
hei where I can find openkores download link??
-
- Noob
- Posts: 11
- Joined: 10 Dec 2009, 19:52
- Noob?: Yes
-
- Plain Yogurt
- Posts: 56
- Joined: 23 Jun 2009, 00:17
- Noob?: Yes
Re: skills times 2
no still the same. fk it. it wont bother me so much no longer. or something;
-
- Noob
- Posts: 14
- Joined: 25 Jun 2008, 19:48
- Noob?: Yes
Re: skills times 2
That skill used to be buggy. Dont know if it was solved.
-
- Human
- Posts: 21
- Joined: 07 May 2009, 16:49
- Noob?: No
Re: skills times 2
I have the same issue with it displaying like that in my console. But I logged on the game and watched my bot and it only casts once. I don't know why OpenKore is spitting out two lines.