shura fallenempire cant work

International

Moderator: Moderators

necroles
Noob
Noob
Posts: 6
Joined: 25 Dec 2012, 07:11
Noob?: Yes

shura fallenempire cant work

#1 Post by necroles »

shura fallenempire cant work..pls help


when use dragon combo cannot connect
with fallen empire.bot say..skill fallen empire <SR_FALLENEMPIRE> failed:unknown error <error number 74>

this my config

attackSkillSlot Dragon combo {
lvl 5
dist 1
maxCastTime 0
minCastTime 0
hp
sp > 50%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
previousDamage
stopWhenHit 0
inLockOnly 0
notInTown 0
timeout 0
disabled 0
monsters Stapo,Drosera,Muscipular
notMonsters
monstersCount
maxAttempts
maxUses
target_whenStatusActive
target_whenStatusInactive
target_deltaHp
inInventory
isSelfSkill 0
equip_topHead
equip_midHead
equip_lowHead
equip_leftHand
equip_rightHand
equip_leftAccessory
equip_rightAccessory
equip_robe
equip_armor
equip_shoes
equip_arrow
manualAI 0
}

attackComboSlot Fallenempire {
afterSkill Dragon combo
waitBeforeUse 0.6
isSelfSkill 1
spirit >=2
target_deltaHp
monsters Stapo,Drosera,Muscipular
notMonsters
monstersCount
}


pls help :(
styuwono
Noob
Noob
Posts: 13
Joined: 23 Dec 2012, 04:54
Noob?: Yes

Re: shura fallenempire cant work

#2 Post by styuwono »

necroles wrote:shura fallenempire cant work..pls help


when use dragon combo cannot connect
with fallen empire.bot say..skill fallen empire <SR_FALLENEMPIRE> failed:unknown error <error number 74>

this my config

attackComboSlot Fallenempire {
afterSkill Dragon combo
waitBeforeUse 0.6
isSelfSkill 1
spirit >=2
target_deltaHp
monsters Stapo,Drosera,Muscipular
notMonsters
monstersCount
}


pls help :(
Try this:

attackComboSlot 2329 {
afterSkill Dragon combo
waitBeforeUse 0.3
isSelfSkill 1
spirit >=2
target_deltaHp
monsters Stapo,Drosera,Muscipular
notMonsters
monstersCount
}

or you can use macro like this :

automacro fallen {
console /You use Dragon Combo/i
call {
pause .3
do ss 2329
release fallen
}
}

This should work fine as it works with my Sura.
necroles
Noob
Noob
Posts: 6
Joined: 25 Dec 2012, 07:11
Noob?: Yes

Re: shura fallenempire cant work

#3 Post by necroles »

styuwono wrote:
necroles wrote:shura fallenempire cant work..pls help


when use dragon combo cannot connect
with fallen empire.bot say..skill fallen empire <SR_FALLENEMPIRE> failed:unknown error <error number 74>

this my config

attackComboSlot Fallenempire {
afterSkill Dragon combo
waitBeforeUse 0.6
isSelfSkill 1
spirit >=2
target_deltaHp
monsters Stapo,Drosera,Muscipular
notMonsters
monstersCount
}


pls help :(
Try this:

attackComboSlot 2329 {
afterSkill Dragon combo
waitBeforeUse 0.3
isSelfSkill 1
spirit >=2
target_deltaHp
monsters Stapo,Drosera,Muscipular
notMonsters
monstersCount
}

or you can use macro like this :

automacro fallen {
console /You use Dragon Combo/i
call {
pause .3
do ss 2329
release fallen
}
}

This should work fine as it works with my Sura.

work for me..thx