Recent content by ashes

  1. Lokai's Custom Race-Class System errors

    It worked Thank you All :) I have a different one if you all will help me understand? double time = (from.NextSkillTime - DateTime.Now).TotalSeconds; Would change to: double time = (from.NextSkillTime - Core.TickCount).Totalmilliseconds; :confused:
  2. Lokai's Custom Race-Class System errors

    can you show me how the full line of code will look? if this is the modified code. m_From.NextSkillTime = DateTime.Now + TimeSpan.FromSeconds( 10.0 );
  3. Lokai's Custom Race-Class System errors

    Can You help me with the convert for this? Error: Cannot implicitly convert type 'System.DateTime' to 'long' m_From.NextSkillTime = DateTime.Now + TimeSpan.FromSeconds( 10.0 );
Back