View Full Version : non-stop using skills
powerisluv
22nd March 2006, 15:17
sorry if there is another topic but i oredi searched for it but cant find n-ething...
my prob is my bot keep using skills n berserk potion... till its sp finish or berserk finish den sit or go back to get berserk....
it only uses adrenaline rush since its the 1st skill i put den keep non stop adrenaline rush unless got monster attack it den it will kill the monster n after dat, continues to use agen..
btw the status window when i open the bot says dat i got concentration potion active not berserk... maybe theres sumthing to do wif it?
n is there anything to do wif timeouts.txt about the skills n berserk potion?
plz help me my config is as below:
useSelf_skill adrenaline rush {
lvl 5
maxCastTime 10
minCastTime 0
hp
sp >20%
onAction
whenStatusActive
whenStatusInactive adrenaline rush
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
timeout
disabled 0
inInventory
}
useSelf_item berserk potion {
hp
sp
onAction
whenStatusActive
whenStatusInactive berserk potion
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
timeout
disabled 0
inInventory
}
hehe123
22nd March 2006, 16:17
try puting timeouts for both...
CrashOverride23
22nd March 2006, 17:16
useSelf_skill Adrenaline Rush {
lvl 5
maxCastTime 10
minCastTime 0
hp
sp > 20
onAction
whenStatusActive
whenStatusInactive Adrenaline Rush
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 0
timeout
disabled 0
inInventory
}
useSelf_item Berserk Potion {
hp
sp
onAction
whenStatusActive
whenStatusInactive Berserk Potion
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting
notInTown
timeout
disabled 0
inInventory
}
in what server do you play?
to know the status of the skill:
1. use the skill manually in bot.
2. type "s" to see your status.
3. copy the specific status of the specific skill in whenStatusInactive slot.
timeouts for Berserk Potion is 1800
powerisluv
23rd March 2006, 12:16
erm... if use timeouts den no prob... but can't i use status inactive? i think its more convenient n safer too...
btw, issit cart cannot use now? my bot cant take or put anything into the cart...
CrashOverride23
23rd March 2006, 17:32
yes timeouts and statusInactive are just the same, you can hoose between them that helps you with your problem.
i can't auto-put cart in one 1.9.0 but i can in the other 1.9.0... dunno why... but i haven't got any problem lately with openkore1.6.4...
powerisluv
23rd March 2006, 20:07
mine is 1.6.6, but im stlil curious y cannot use status inactive... timeouts no prob, but no matter which skill i din put timeouts n whether i got put status inactive, it will juz non stop using skills... dat means only timeouts work n status inactive doesnt work at all....
the cart is not a big prob since i can keep going back to auto storage but if any1 can help me figure out thx alot too
butterfly wing 3 0 0 0 1
berserk potion 3 0 0 0 1
means when less than 3 it will get from cart rite?
CrashOverride23
24th March 2006, 08:04
butterfly wing 3 0 0 0 1
berserk potion 3 0 0 0 1
means when less than 3 it will get from cart rite?
yup.
i haven't used 1.6.6 at all... so i don't know if there's a bug in it...
great_warriors
24th March 2006, 18:49
the skills are case sensitive i have used openkore ver. 1.6.6 and ver 1.9.0 and there is no problem with me but when its lag i used both the timeouts and the whenStatusInactive.
about the get auto items in cart you have to set your getAuto and the items_control.txt for example if you want to have 10pcs Awakening Potion on your inventory and get it on your cart:
on your config.txt:
getAuto Awakening Potion {
minAmount
maxAmount 10
passive
}
on your items_control.txt:
Awakening Potion 10 1 0 1 1
p.s. make sure you have Awakening Potion in your cart ^_^
powerisluv
25th March 2006, 05:49
oh my thx alot!!!;) u helped me alot.. but anyway 1 more question, if i wanna put items into cart FROM storage how? means like when the white potion in my cart finish it will auto tele back to get 300 potions n put into cart.
fourxhackd
25th March 2006, 08:19
sorry if there is another topic but i oredi searched for it but cant find n-ething...
my prob is my bot keep using skills n berserk potion... till its sp finish or berserk finish den sit or go back to get berserk....
it only uses adrenaline rush since its the 1st skill i put den keep non stop adrenaline rush unless got monster attack it den it will kill the monster n after dat, continues to use agen..
btw the status window when i open the bot says dat i got concentration potion active not berserk... maybe theres sumthing to do wif it?
n is there anything to do wif timeouts.txt about the skills n berserk potion?
plz help me my config is as below:
useSelf_skill adrenaline rush {
lvl 5
maxCastTime 10
minCastTime 0
hp
sp >20%
onAction
whenStatusActive
whenStatusInactive adrenaline rush
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
timeout
disabled 0
inInventory
}
useSelf_item berserk potion {
hp
sp
onAction
whenStatusActive
whenStatusInactive berserk potion
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
timeout
disabled 0
inInventory
}
useSelf_skill adrenaline rush {
lvl 5
maxCastTime 10
minCastTime 0
hp
sp > 20
onAction
whenStatusActive
whenStatusInactive Adrenaline Rush*
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
timeout
disabled 0
inInventory
}
useSelf_item berserk potion {
hp
sp
onAction
whenStatusActive
whenStatusInactive Berserk Potion*
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
timeout
disabled 0
inInventory
* Do what Crash Override said on the 3rd post.
great_warriors
25th March 2006, 13:07
you have to set your getAuto in your config.txt nd you have to change your items_control.txt
powerisluv
25th March 2006, 17:22
useSelf_skill adrenaline rush {
lvl 5
maxCastTime 10
minCastTime 0
hp
sp > 20
onAction
whenStatusActive
whenStatusInactive Adrenaline Rush*
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
timeout
disabled 0
inInventory
}
useSelf_item berserk potion {
hp
sp
onAction
whenStatusActive
whenStatusInactive Berserk Potion*
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
timeout
disabled 0
inInventory
* Do what Crash Override said on the 3rd post.
sry din noticed the case sensitive until great warriors sed it...
1 more thing the cart can take/put items liao n skills all can use, juz like if my white potion in inventory owez 20 if not take from cart, the items_control.txt shud be:
White Potion 20 1 0 1 1
rite?
but if i wan it take pot from storage to cart when THERE IS NO MORE WHITE POT in my cart den how?
btw cart termination still cant be used with bot rite?
sorry for the troubles:dead:
great_warriors
25th March 2006, 18:58
if you have set your getAuto and your items_control.txt for the white potions when you have runned out of white potion it will auto get white potion in your kafra and put it in your cart.
is cart termination also called as cart boost? if it is cart boost you can already use it.
powerisluv
26th March 2006, 01:45
cart boost i can use, cart termination is the new WS attack skill, which its attack depends on ur cart weight n ur attack de...
btw got 1 more prob... if i wanna change between tele clip n mantis clip it shud be
equipAuto Clip [Mantis] [1] {
def
monsters Joker,Bathory,Executioner,Tirfing,Mysteltainn
skills
weight 0
whileSitting 0
onTeleport 0
hp >=20
sp >=10
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
timeout
disabled 0
inInventory
}
equipAuto Clip [Creamy] [1] {
def
monsters
skills
weight 0
whileSitting 1
onTeleport 1
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 1
timeout
disabled 0
inInventory
}
rite? but if i dun put def->Clip [Creamy] [1] at the mantis clip there, it wun change at all... if i put it as above, it will cange but juz not every time, i dunno y got sumtimes it wun change to tele clip n juz say:
Teleport due to idle.
No fly wing or butterfly wing, fallback to teleport skill
n keep repeating the same msg...
powerisluv
26th March 2006, 10:31
sorry i think i got the answer oredi... there r so many same topics outside bout changing tele clips n at last i found only 1 correct answer...
e.g. u wanna change to tele clip when ever u need to tele like search, low hp, too many aggresives etc. and use mantis clip when fighting.
1st of all u need to equip both CoM,
den in config.txt u put dis:
equipAuto Clip [Creamy] [1] {
def Clip [Mantis] [1]
monsters
skills
weight 0
whileSitting 0
onTeleport 1
hp
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 1
timeout
disabled 0
inInventory
}
no need put other equipauto...
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.