| 我一直設定不好,到底該如何設定 武器抵禦之後 出現反擊斬 會有英文的技能 是因為 人家說  三轉職得技能要用英文,
 我這樣設定 並不會自己先放武器抵禦,但是把連計全不取消,
 卻看到人物不停的放 武器抵禦,但是不會打怪..
 很奇怪 所以想問問各為該如何設定
 謝謝各位...
 
 # 以下區塊為施展連技時要設定的
 attackComboSlot GC_COUNTERSLASH {
 lvl 1
 afterSkill GC_WEAPONBLOCKING
 whenStatusActive GC_WEAPONBLOCKING
 waitBeforeUse 1
 sp > 30%
 dist 1.2
 isSelfSkill 1
 }
 # 以下區塊為施展至自己身上的法術技能的設定
 useSelf_skill 塗毒 {
 lvl 6
 maxCastTime 0
 minCastTime 0
 hp
 sp > 20%
 homunculus_hp
 homunculus_sp
 homunculus_dead
 onAction
 whenStatusActive
 whenStatusInactive 塗毒
 whenFollowing
 spirit
 aggressives
 monsters
 notMonsters
 stopWhenHit 0
 inLockOnly 0
 notWhileSitting 0
 notInTown 0
 timeout 0
 disabled 0
 inInventory
 manualAI 0
 }
 useSelf_skill GC_WEAPONBLOCKING {
 lvl 1
 maxCastTime 0
 minCastTime 0
 hp
 sp > 20%
 homunculus_hp
 homunculus_sp
 homunculus_dead
 onAction
 whenStatusActive
 whenStatusInactive GC_WEAPONBLOCKING
 whenFollowing
 spirit
 aggressives
 monsters
 notMonsters
 stopWhenHit 0
 inLockOnly 0
 notWhileSitting 0
 notInTown 0
 timeout
 disabled 0
 inInventory
 manualAI 0
 }
 
 |