Jump to content
  • Aura.GUID is zero in vanilla 1.12


    resty1984
    • Version: All Product: WRobot General Type: Bug Status: Not a Bug
    IEnumerable<Aura> AuraList = ObjectManager.Me.GetAllBuff();
    foreach (Aura aura in AuraList)
    {
        List<ulong> list = ObjectManager.Me.BuffCastedByAll(aura.GetSpell.Name);
        Logging.Write(aura.GetSpell.Name + " GUID " + list[0] + " count " + list.Count);
    }

    output is below:

    17:39:14 - Power Word: Fortitude GUID 0 count 1
    17:39:14 - Inner Fire GUID 0 count 1
    17:39:14 - Shadow Protection GUID 0 count 1



    User Feedback

    Recommended Comments



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...