NightDevil ???

11/10/2008 21:17 DungMaster#16
Quote:
Originally Posted by stephanyd View Post
Hi... i'm trying to make NightDevil skill working but i think there is an error in the code... if someone can fix it , it will be cool. It is based on DivineHare code from Kinshi.
Change the
Code:
        public uint NDEquipUID = new uint[9]
to
Code:
        public uint[] NDEquipUID = new uint[9]
. Change now the
Code:
                                     Model = 207
to
Code:
                                     Model = 277;
. It's work with me.