Giter VIP home page Giter VIP logo

Comments (6)

thunderchylde avatar thunderchylde commented on July 26, 2024

Just to be clear, as soon as the cast finishes then it all sorts itself out. It just seems that it's unable to project a dot being successful when there is a cast time associated, until that cast is complete.

from hekili.

Hekili avatar Hekili commented on July 26, 2024

Could be a bug. Not enough information. I can see that stellar_flare isn't being applied. Do you know for sure that the handler is firing for the stellar_flare ability? Is it possible you have a second ability with that name/ID in your RegisterAbilities list?

from hekili.

thunderchylde avatar thunderchylde commented on July 26, 2024

Here's my file as it stands, with a changed extension as it won't let me upload .lua and I've also added it to the .toc file as well but otherwise the code is identical to the Wowinterface download.

The only 3 times the id is used is in the aura, the ability, and the talent.

DruidBalance.txt

from hekili.

thunderchylde avatar thunderchylde commented on July 26, 2024

Here's my Action Pack:

dyZthaGEurQnPcTlPSnub7duz2OmFjPBlP2jQQ9cTBK2VsJcuyyOsJtagSIHlOtbk1XqW5qfrluG(nPwmIwUOxdQ6Paltf8CP6YetvfnzqMovNxs0Pv1Zqv66sCykxcviTzs(Rk9De6ROcLpdkAEcOrIksMgQcJwsyvOcXjrfQUfQO6AOk6EOIYJfADOIW3aLmsapraK5cY)axcbWLdho0iqGxUhiGaVYqbbHweEdMccOwTGGGgZOrbbHwLmTbHNiG9DVJNi4u6oEI8jGNiqOgjtGWGiWI(RPiO7wQmgdbX8DjFdbUXeQ366c7QvxVc5Q0P09MqnsMaTZXDilkvR7wQmgRbPjsrh5FaprGqnsMaHbrqmFxY3qaRqT8gQjkzdsuF89DGBhEWfbw0FnfbQsw5vRUcRqf0r(8INiqOgjtGWGiWI(RPiOwRPQpfeeZ3L8neajKfLQvR1u1NslLA7P9DcCho04Woh3HvOwEd1eLSbjQp((oWTdS254o(xlxxFHEzh42ja0r(8aprGqnsMaHbrGf9xtrqVqvFkiiMVl5BiasilkvRxOQpLwk12t77e4o8SXJDoUdRqT8gQjkzdsuF89DGBhyTZXD8VwUU(c9YoWTtaOJ85jEIaHAKmbcdIal6VMIGUlmMLxfZsbbX8DjFdbqczrPADxymlVkMLslLA7P9DcChy1oGoYNd4jceQrYeiKebw0FnfbDxymlVkMLccI57s(gcGeYIs16UWywEvmlLwk12t77e4oWQDyNJ7WkulVHAIs2Ge1hFFh42Hqa7CCh)RLRRVqVSdC7ea6iFyHNiqOgjtGWGiWI(RPiORzwEjMMxbcI57s(gcilkvRRzwEL6qnrjRfQ36UfHVVdNTdV7CChwHA5nutuYgKO(477a3oe4IoYpa8ebc1izcegebw0FnfbSc1YB3ZhEbbX8DjFdbKfLQXkulVsDOMOK1c1BD3IW33HZ2H3DoUdRqT8gQjkzdsuF89DGBhc8eDKpNeprGqnsMaHbrGf9xtrq3TSxsykiiMVl5Biag7aZi0oCKDGXoSc1YBOMOKTyjtH67Wr3HhC3b27a3o(xlxxFHEzhyVt1Q7WkulVHAIs2Ge1hFFNa3HxEUt1Q7aJDilkv7PrlPM)AAReUt1Q7qwuQwuys3FJDn2dtATq9wjChyVt1Q7aJDilkvR7wY0juReUZXDilkvR7wY0juR7we((obUdV7a7DQwDhYIs16ULmDc1sP2EAFNa3HaxUC5YLl6iFcCXteiuJKjqyqeyr)1ueWkulVDpF4feeZ3L8neqwuQgRqT8k1HAIswluVvc354oWyhYIs10ezW)0RkfkNUYwjCNQv3HSOunIwMVoVA1vyfQ0kH7aB0r(eiGNiqOgjtGWGiiMVl5BiGSOuTUMz5vQd1eLSwOEReIal6VMIGUMz5LyAEfOJ8jCaprGqnsMaHbrGf9xtraRqT8298HxqqmFxY3qazrPASc1YRuhQjkzTq9wjeDKpbEXteiuJKjqyqeyr)1ue01mlVetZRaD0raKOScZXtKpb8ebc1izcegebw0FnfbrJXUw0Fn9Y(UJa239l1QfeCkDhD0rqykrDnP54j6OJGUUKrbbiGS8mNJtrseazUGGdCjeaNZLdC(Hd7qGaNGxUiOhkrKpbUhqGv8k0jc4yvYGIvujdsqaK0Ji4SIVVZ33X2j0IWBWu2rR2XI(RP7W(U33rPZD4uc8p7BOJoIa

from hekili.

Hekili avatar Hekili commented on July 26, 2024

You spelled handler wrong, for stellar_flare.

Also, don't specify fake IDs for auras that aren't real -- they get autogenerated IDs now (referring to fury_of_elune_buff).

You'll need to revisit Fury of Elune, since there's nothing that will ever cause that buff to get applied (since it isn't real). You'll need a generate function to sort out when the last cast of Fury of Elune took place, and apply the fake buff accordingly. You can look at feral_spirit in ShamanEnhancement.lua for an example.

from hekili.

thunderchylde avatar thunderchylde commented on July 26, 2024

Thanks for that - I stared at it so long but never noticed.

Also thanks for the advice re: fury of elune - I wasn't sure how that worked anymore.

from hekili.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.