fallen empire does'not work

Philippines

Moderators: waferbaron, Moderators

Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
Message
Author
loon1314
Noob
Noob
Posts: 9
Joined: 07 Jul 2013, 20:29
Noob?: Yes

fallen empire does'not work

#1 Post by loon1314 »

hello,
Can someone teach me how to write formula fallen empire after dragon combo using open kore system.

Thanks.

khurkee
Noob
Noob
Posts: 5
Joined: 19 Jul 2013, 02:49
Noob?: Yes

Re: fallen empire does'not work

#2 Post by khurkee »


khurkee
Noob
Noob
Posts: 5
Joined: 19 Jul 2013, 02:49
Noob?: Yes

Re: fallen empire does'not work

#3 Post by khurkee »

below is my combo sura config.

note:
1. edit attackDistance 1, attackDistanceAuto 0 and attackMaxDistance 3 at config.txt.
2. set ai_skill_use 0.1 at timeout.txt.
3. take of note of your sura combo attack delay (check photo below)mine is 0.726 then subtract ai_skill_use 0.1 to get waitBeforeUse value for combo skill block.
Image
4. edit all attackComboSlot block waitBeforeUse 0.626 (sinced i have 0.726 delay the minus 0.1) at config.txt.

Code: Select all

useSelf_skill Heal {
lvl 10
hp < 60%
sp > 10%
manualAI 2
}

useSelf_skill Heal {
lvl 10
hp < 70%
sp > 10%
aggressives < 1
manualAI 2
}

useSelf_skill Rising Dragon {
lvl 10
whenStatusInactive Rising Dragon Delay
spirit < 4
manualAI 2
}

useSelf_skill Rising Dragon {
lvl 10
whenStatusInactive Raising Dragon, Rising Dragon Delay
sp > 10%
manualAI 2
}

useSelf_skill Zen {
lvl 1
spirit < 4
manualAI 2
}

useSelf_skill Gentle Touch-Save {
lvl 3
sp > 10%
spirit > 2
whenStatusInactive Gentle Touch - Gain
aggressives < 1
manualAi 2
}

useSelf_skill Blessing {
lvl 10
sp > 10%
whenStatusInactive Blessing
manualAi 2
}

useSelf_skill Increase AGI {
lvl 10
sp > 10%
whenStatusInactive Increase AGI
aggressives < 1
manualAi 2
}

useSelf_skill Angelus {
lvl 10
sp > 10%
whenStatusInactive Angelus
manualAi 2
}

attackComboSlot Hell Gate {
afterSkill Fallen Empire
waitBeforeUse 0.626
whenStatusActive Tiger Cannon Delay
isSelfSkill 1
}

attackComboSlot Tiger Cannon {
lvl 6
afterSkill Fallen Empire
waitBeforeUse 0.626
hp > 60%
aggressives > 1
isSelfSkill 1
}

attackComboSlot Tiger Cannon {
lvl 1
afterSkill Fallen Empire
waitBeforeUse 0.626
aggressives < 2
isSelfSkill 1
}

attackComboSlot Fallen Empire {
afterSkill Dragon Combo
waitBeforeUse 0.626
isSelfSkill 1
}

attackSkillSlot Dragon Combo {
lvl 10
dist 1.5
}

loon1314
Noob
Noob
Posts: 9
Joined: 07 Jul 2013, 20:29
Noob?: Yes

Re: fallen empire does'not work

#4 Post by loon1314 »

thx,

i have try by myself 0.65 also can

Post Reply