Ivaar / Skillchains

Active Battle Skillchain Display FFXI Windower Lua addon.
42 stars 18 forks source link

show job abilities with sc properties #7

Closed garzyan closed 4 years ago

garzyan commented 5 years ago

hello. i got this issue, only when i play as dragoon, when I use jump or high jump, the skillchain addon show them as weaponskills being used, one of them show as avalance axe, the other i cant remember. anything i can do?

Ivaar commented 5 years ago

You can remove 317 from the list of message ids on line 50. I'll look into it more this weekend.

garzyan commented 5 years ago

i will try that :) thanks for replying

MartelRagnarok commented 5 years ago

Any word on this issue? Removing the 317 ID doesn't seem to prevent this anymore. No idea why.

garzyan commented 5 years ago

Any word on this issue? Removing the 317 ID doesn't seem to prevent this anymore. No idea why.

well since i deleted the 317 on line 50, it have worked perfect for me. and it still works, so no idea why it dosn't work for you :(

Ivaar commented 5 years ago

I checked into it a few months ago, then forgot! Seems I need to revert skills.lua structure since category does not seem to be a good switch case anymore. The file is generated by another script which pulls the skillchain properties from the menu descriptions. I need to modify the update script and packet handling. Also, I've heard mention that windowers resources may need to be updated for DRG abilities. I'm not sure if that's true, but I will need to look into that too. I will try to get it updated after this weekend.