What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

SpellCache and AuraCache missing entries.

newb23

Community Developer
Joined
Nov 26, 2014
Messages
397
Code:
ClearLog();

foreach (var action in DataManager.SpellCache)
{Log(action);}
Appears to be leaving out (at least)[HIDE]{ "Id": 7818,
"Name": "Tornado"
},
{
"Id": 7820,
"Name": "Stone Cold"
},
{
"Id": 7821,
"Name": "Tropical Wind"
},
{
"Id": 8007,
"Name": "Incinerating Lahar"
},
{
"Id": 8008,
"Name": "Incinerating Lahar"
},
{
"Id": 8736,
"Name": "Rock Of Ages"
},
{
"Id": 8737,
"Name": "Trunk Tawse"
},
{
"Id": 8738,
"Name": "Scythe Tail"
},
{
"Id": 8739,
"Name": "Butcher"
},
{
"Id": 8740,
"Name": "Rip"
},
{
"Id": 8741,
"Name": "Mark Of The Beast"
},
{
"Id": 8742,
"Name": "Howling Wail"
},
{
"Id": 8743,
"Name": "Innocence"
},
{
"Id": 8744,
"Name": "Spin"
},
{
"Id": 8745,
"Name": "Scorch"
}[/HIDE]

and

Code:
ClearLog();foreach (var aura in ff14bot.Managers.DataManager.AuraCache)
Log(aura);
appears to be leaving out (at least)[HIDE] { "Id": 1166,
"Name": "Transparent II"
}[/HIDE]

Each of these auras and actions were added in patch 3.55a/b.

There also appear to be more I've missed looking again, as they added some spells with lesser numbers than they ended with previously. IE: 7597, 7764, etc
 

Attachments

Thanks for bringing this up, I'll push a new db.
 
Back
Top