Jump to content


Photo

plugin: timers and geomancer

plugintimersgeogeomancer

    2 replies to this topic

    #1 IBHalliwell

    IBHalliwell

      Advanced Member

    • Members
    • PipPipPip
    • 102 posts
    • LocationBastok (Chicago)

    Posted 02 June 2017 - 09:00 AM

    Hello,

     

    I recently started playing GEO / Geomancer seriously and noticed none of the Indi spells (with or without entrust) show up in the timers (time left).  They do show up for recast timer, which is cool! :)  Of course, for Geo-spells have the PetTP add-on. :)

     

    Ah, would it be possible to add those commands to the time left side of the timers plugin, please?  Say for the next release?

     

    Thank you,

     

    IBHalliwell on Ragnarok (formerly of Caitsith)



    #2 Pheelix

    Pheelix

      Newbie

    • Members
    • Pip
    • 7 posts

      Posted 09 June 2017 - 03:14 PM

      There is a way to add Timers for Geo through Gearswap.   Tho I have only seen a few timers commands in gearswap lua, there is not documentation on the windower wiki sitemap for timers.

       

      The code below is part of a GEO gearswap lua that i found/use for my geo and it will add a custom bar for indi-spells tho it does not seem to work all the time, and I think there is more to the code then this.

       

      function job_aftercast(spell, action, spellMap, eventArgs)
          if not spell.interrupted then
              if spell.english:startswith('Indi') then
                  if not classes.CustomIdleGroups:contains('Indi') then
                      classes.CustomIdleGroups:append('Indi')
                  end
                  send_command('@timers d "'..indi_timer..'"')
                  indi_timer = spell.english
                  send_command('@timers c "'..indi_timer..'" '..indi_duration..' down spells/00136.png')
              end
          elseif not player.indi then
              classes.CustomIdleGroups:clear()
          end
      end
      

      • IBHalliwell likes this

      :: Meow :: ^.^ ::


      #3 IBHalliwell

      IBHalliwell

        Advanced Member

      • Members
      • PipPipPip
      • 102 posts
      • LocationBastok (Chicago)

      Posted 05 July 2017 - 01:34 PM

      Hi  Pheelix,

       

      Thanks!

       

      I was hoping the timer plugin would support GEO spells and hopefully some day it will, but this is good till then (I hope).

       

      IB







      Also tagged with one or more of these keywords: plugin, timers, geo, geomancer

      1 user(s) are reading this topic

      0 members, 1 guests, 0 anonymous users