eureka.coffee logo

eureka.coffee

A Eureka tracker for the new age.

New instance

<%= form_tag "/new?zone=anemos", method: :post do %> <% end %> <%= form_tag "/new?zone=pagos", method: :post do %> <% end %> <%= form_tag "/new?zone=pyros", method: :post do %> <% end %> <%= form_tag "/new?zone=hydatos", method: :post do %> <% end %>

Import from ffxiv-eureka.com

Paste the text from the "killed NMs" button the button in here, and we'll create an identical tracker for you.

<%= form_with url: new_from_fe_path do |f| %> <%= f.text_field :info, placeholder: "Paste here!" %> <%= f.submit "Create" %> <% end %>