Results 1 to 7 of 7

Thread: 1608 script

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7

    Default

    If you're on a recent version of Lich, this will do ya:
    Code:
    if Spell[1608].known?
    	loop do
    		wait_until { Spell[1608].affordable? && !Effects::Buffs.active?("Beacon of Courage") }
    		Spell[1608].cast
    		sleep 3
    	end
    end
    The sleep is necessary to catch the buff in you "Buffs" list in spell active, but may be longer than necessary. Also, this script would just be running in the background.
    Last edited by Maerit; 07-21-2022 at 08:46 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •