LiquidAtoR
Community Developer
- Joined
- Jan 15, 2010
- Messages
- 1,430
- Reaction score
- 52
Code:
[SIZE=1][SIZE=2]Styx.WoWInternals.WoWObjects is not accessible because of security level[/SIZE].[/SIZE]
Whatever I do to get to ItemInfo (used to be part of WoWItem, now it's on it's own under WoWObjects) I either get a security level problem, or I can't reach it because it's non existing in other parts of WoWObjects where I do have clearance to grab back on it (Like <WOWITEM>).
Anyone any suggestions?
Code:
Styx.WoWInternals.ObjectManager.GetObjectsOfType[WoWItem]<WOWITEM<WOWITEM>
Code:
Styx.WoWInternals.ObjectManager.GetObjectsOfType[WoWObjects]<WOWOBJECTS<WOWOBJECTS>
And yes, I use < > instead of [ ], but for some reason the board doesn't allow me to post the WoWItem and WoWObjects with < around em inside CODE tags (probably security measures)
Used to be Styx.WoWInternals.WoWObjects.WoWItem.ItemInfo
Now it's Styx.WoWInternals.WoWObjects.ItemInfo (and no more rights to grab on it)
Last edited: