Skip to content

Commit

Permalink
EET fix - Replaced KAISHAS_CHANGE in finiren.baf and finmel.baf with …
Browse files Browse the repository at this point in the history
…WIZARD_COMET

BG2EE fix - Replaced 30/60 with FIVE_ROUNDS/TEN_ROUNDS in ABAZDRAG_o6.baf and _n6.baf
  • Loading branch information
agb1 committed Nov 4, 2016
1 parent 46254c8 commit 632c413
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ascension/ascensionmain/baf/compile/finiren.baf
Original file line number Diff line number Diff line change
Expand Up @@ -1094,12 +1094,12 @@ IF
OR(2)
!GlobalTimerNotExpired("SpellCast","LOCALS")
GlobalTimerNotExpired("Alacrity","LOCALS")
HaveSpell(KAISHAS_CHANGE)
HaveSpell(WIZARD_COMET)
!CheckStatGT(LastSeenBy(Myself),75,RESISTFIRE)
THEN
RESPONSE #100
SetGlobalTimer("SpellCast","LOCALS",6)
Spell(LastSeenBy(Myself),KAISHAS_CHANGE)
Spell(LastSeenBy(Myself),WIZARD_COMET)
END

IF
Expand Down Expand Up @@ -1858,14 +1858,14 @@ IF
OR(2)
!GlobalTimerNotExpired("SpellCast","LOCALS")
GlobalTimerNotExpired("Alacrity","LOCALS")
HaveSpell(KAISHAS_CHANGE)
HaveSpell(WIZARD_COMET)
!CheckStatGT(LastSeenBy(Myself),75,RESISTFIRE)
!CheckStatGT(LastSeenBy(Myself),50,RESISTMAGIC)
!HasItemEquiped("CLCK26",LastSeenBy(Myself))
THEN
RESPONSE #100
SetGlobalTimer("SpellCast","LOCALS",6)
Spell(LastSeenBy(Myself),KAISHAS_CHANGE)
Spell(LastSeenBy(Myself),WIZARD_COMET)
END

IF
Expand Down
4 changes: 2 additions & 2 deletions ascension/ascensionmain/baf/compile/finmel.baf
Original file line number Diff line number Diff line change
Expand Up @@ -1371,12 +1371,12 @@ THEN
SetGlobalTimer("Spell","LOCALS",6)
SetGlobalTimer("Comet","LOCALS",1000)
SetGlobalTimer("MelissanBigAttack","LOCALS",12)
SpellNoDec(LastSeenBy(Myself),KAISHAS_CHANGE)
SpellNoDec(LastSeenBy(Myself),WIZARD_COMET)
RESPONSE #70
SetGlobalTimer("Spell","LOCALS",6)
SetGlobalTimer("Comet","LOCALS",1000)
SetGlobalTimer("MelissanBigAttack","LOCALS",12)
ForceSpell(LastSeenBy(Myself),KAISHAS_CHANGE)
ForceSpell(LastSeenBy(Myself),WIZARD_COMET)
RESPONSE #100
Continue()
END
Expand Down
2 changes: 1 addition & 1 deletion ascension/tougher/abazigal/baf/ABAZDRAG_n6.baf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ IF
CheckStatGT(LastSeenBy(Myself),0,0)
THEN
RESPONSE #100
SetGlobalTimer("dbDispel","LOCALS",60)
SetGlobalTimer("dbDispel","LOCALS",TEN_ROUNDS)
ForceSpell(LastSeenBy(Myself),WIZARD_DISPEL_MAGIC)
END
2 changes: 1 addition & 1 deletion ascension/tougher/abazigal/baf/ABAZDRAG_o6.baf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ IF
CheckStatGT(LastSeenBy(Myself),0,STONESKINS)
THEN
RESPONSE #100
SetGlobalTimer("dbDispel","LOCALS",30)
SetGlobalTimer("dbDispel","LOCALS",FIVE_ROUNDS)
ForceSpell(LastSeenBy(Myself),WIZARD_DISPEL_MAGIC)
END

0 comments on commit 632c413

Please sign in to comment.