Ok so I added 2 new dragons to our PetTrainingHelper.cs file and now when ever you pull out or get off a previously trained pet it crashes the server (note: Dragons are based off the greater dragon 100%) only difference is the type of damage dealt

13969


these 2 lines -

new TrainingDefinition(typeof(ChaosDragon), Class.MagicalClawedAndTailed, MagicalAbility.GreaterDragon, SpecialAbilityNone, WepAbilityNone, AreaEffectNone, 4, 5),
new TrainingDefinition(typeof(OrderDragon), Class.MagicalClawedAndTailed, MagicalAbility.GreaterDragon, SpecialAbilityNone, WepAbilityNone, AreaEffectNone, 4, 5),

Crash Report -

13970
 

Attachments

  • PetTrainingHelper.cs
    95.3 KB · Views: 1
  • SpecialAbility.cs
    81.8 KB · Views: 1
  • GreaterDragon.cs
    3.8 KB · Views: 0
  • ChaosDragon.cs
    3.7 KB · Views: 0
  • OrderDragon.cs
    3.7 KB · Views: 0
Last edited:
Back