Esempio n. 1
0
        public static int GetBookOffset(int itemID)
        {
            switch (Spells.GetBookType(itemID))
            {
            case 2:
                return(101);

            case 3:
                return(201);

            default:
                return(1);
            }
        }
Esempio n. 2
0
        public static int GetBookIcon(int itemID)
        {
            switch (Spells.GetBookType(itemID))
            {
            case 2:
                return(11011);

            case 3:
                return(11012);

            default:
                return(2234);
            }
        }
Esempio n. 3
0
        public static int GetBookIndex(int itemID)
        {
            switch (Spells.GetBookType(itemID))
            {
            case 2:
                return(11008);

            case 3:
                return(11009);

            default:
                return(2220);
            }
        }