Skip to content

Commit

Permalink
Many small-ish changes and ini updates
Browse files Browse the repository at this point in the history
  • Loading branch information
meta53 committed Oct 29, 2023
1 parent 11ad663 commit d052d9e
Show file tree
Hide file tree
Showing 74 changed files with 2,782 additions and 418 deletions.
4 changes: 2 additions & 2 deletions bot_pull.mac
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Sub Main(int _pull_dist, string _channel, string _campName, bool _useDownFlags,
/return

Sub chkZone
/if (${Zone.ShortName.NotEqual[${SZ_shortName}]}) {
/if (${Zone.ShortName.NotEqual[${str_startZone}]}) {
/if (${Zone.ShortName.Equal[${Me.BoundLocation[0]}]}) {
/delay 30s
/if (${Zone.ShortName.Equal[${Me.BoundLocation[0]}]}) {
Expand Down Expand Up @@ -524,7 +524,7 @@ Sub AggroTarget
/if (${Me.Class.ShortName.Equal[PAL]}) /call MQ2Cast "${spell_pull}" ${spell_pullGem} 2s
/if (${Me.Class.ShortName.Equal[WAR]}) /call chk_warProvoke "${war_ca_hate_1}"
/delay 1
/if (${Me.CombatAbilityReady[Taunt]}) /doability Taunt
/if (${Me.AbilityReady[Taunt]}) /doability Taunt
/varset bln_tooClose FALSE
/goto :TargetAggroCheck
}
Expand Down
8 changes: 8 additions & 0 deletions bot_shm.mac
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,14 @@ Sub EVENT_DOSHRINK(_line, _chatSender, _eventParams)
/if (${FindItemCount[Umbracite Swarm Orb]}) {
/echo \agShrinking
/call MQ2Cast "Umbracite Swarm Orb" item
} else {
/declare i int local 0
/for i 0 to 5
/call TrueTarget ${Group.Member[${i}].ID}
/delay 5
/call MQ2Cast "Shrink" gem9 5s
/delay 10
/next i
}
/return

Expand Down
Loading

0 comments on commit d052d9e

Please sign in to comment.