MuffinManKen / AutoBar

10 stars 10 forks source link

add missing abilities #55

Closed Alessandro-Barbieri closed 4 months ago

MuffinManKen commented 5 months ago

Thanks for the PR. I'll dig into it soon.

jasskin commented 5 months ago

@Alessandro-Barbieri not sure if you want but for hunter pets you could also add Spellcache code.cache_spell_data(883, "Call Pet 1"); code.cache_spell_data(83242, "Call Pet 2"); code.cache_spell_data(83243, "Call Pet 3"); code.cache_spell_data(83244, "Call Pet 4"); code.cache_spell_data(83245, "Call Pet 5");

ABCatagoryData "HUNTER", code.get_spell_name_by_name("Call Pet 1"), "HUNTER", code.get_spell_name_by_name("Call Pet 2"), "HUNTER", code.get_spell_name_by_name("Call Pet 3"), "HUNTER", code.get_spell_name_by_name("Call Pet 4"), "HUNTER", code.get_spell_name_by_name("Call Pet 5"),

Alessandro-Barbieri commented 5 months ago

Spellcache

code.cache_spell_data(83242, "Call Pet 2"); code.cache_spell_data(83243, "Call Pet 3"); code.cache_spell_data(83244, "Call Pet 4"); code.cache_spell_data(83245, "Call Pet 5");

ABCatagoryData

  "HUNTER", code.get_spell_name_by_name("Call Pet 2"),
  "HUNTER", code.get_spell_name_by_name("Call Pet 3"),
  "HUNTER", code.get_spell_name_by_name("Call Pet 4"),
  "HUNTER", code.get_spell_name_by_name("Call Pet 5"),

Those abilities are not available in classic era/som/hardcore/sod

Alessandro-Barbieri commented 4 months ago

any update?