dragonslaya
New Member
- Joined
- Mar 5, 2014
- Messages
- 13
Well for my current plugin im working on I need to use or at least am using DataManager.SpellCache to retrieve the skill ID based off skill name. On quite a few skills probably around 10% or less idk I didn't really go through all skills after finding some errors while testing plugin. This
where item say Aero or Cure passed in would retreieve numbers like for Aero 1397 instead of the proper 120. Im not sure if that was intended cause im using Spellcache wrong or what.
If not. Would you mind pushing out and update with quick fix?
Code:
DataManager.SpellCache[item.ToString()].Id
If not. Would you mind pushing out and update with quick fix?