magic cauldron

Results 1 to 3 of 3
  1. #1
    Account Upgraded | Title Enabled! vegetax is offline
    MemberRank
    Oct 2006 Join Date
    Rumes, HaLocation
    216Posts

    magic cauldron

    and it is possible to create software to change the magic caddy box because manually it crashes regularly


  2. #2
    Valued Member Luizinrc is offline
    MemberRank
    Jun 2015 Join Date
    Ice SpaLocation
    131Posts

    Re: magic cauldron

    basically this is it
    Code:
        [StructLayout(LayoutKind.Sequential, Pack = 4)]
        public struct TIffMagicBox
        {
            public uint MagicID { get; set; }
            public uint Enabled { get; set; }
            public uint Sector { get; set; }
            public CadieBoxEnum BoxType { get; set; }
            public uint Level { get; set; }
            public uint Un1 { get; set; }
            public uint TypeID { get; set; }
            public uint Quatity { get; set; }
            [field: MarshalAs(UnmanagedType.ByValArray, SizeConst = 4)]
            public UInt32[] TradeID;
            [field: MarshalAs(UnmanagedType.ByValArray, SizeConst = 4)]
            public UInt32[] TradeQuantity;
            public UInt32 BoxID { get; set; }
            [field: MarshalAs(UnmanagedType.ByValTStr, SizeConst = 40)]
            public string Name;
            [field: MarshalAs(UnmanagedType.Struct)]
            public SystemTime DateStart;
            [field: MarshalAs(UnmanagedType.Struct)]
            public SystemTime EndTime;
        }
        public enum CadieBoxEnum : int
        {
            MascotType = -1,
            PartOrSomethingElse = -2,
            NURI = 0,
            HANA = 1,
            AZER = 2,
            CESILLIA = 3,
            MAX = 4,
            KOOH = 5,
            ARIN = 6,
            KAZ = 7,
            LUCIA = 8,
            NELL = 9,
            SPIKA = 10,
            NURI_R = 11,
            HANA_R = 12,
            UNKNOWN = 13,
            CESILLIA_R = 14
        }

  3. #3
    Account Upgraded | Title Enabled! vegetax is offline
    MemberRank
    Oct 2006 Join Date
    Rumes, HaLocation
    216Posts

    Re: magic cauldron

    and what am i doing with this my friend

    season 4.9 me use



Advertisement