Skip to content

Modding question on XP on monster's death

Say I want to give an XP bonus to players under level 10. Were do I hook this in? Do I have to make a custom on_death script for each creature?

Comments

  • MadHatterMadHatter Member Posts: 145
    you could modify the default onDeath script (7 or 9 or whatever it is) to do a check for the killer's HD. If < 10 giveXP.
    NeverwinterWights
  • FinalStandFinalStand Member Posts: 87
    thanks. I thought I could get values from default calculation, but apparently that isn't accessible. Going though old threads, everyone just had to implement their own XP calculations onDeath and then disable XP slider to '0'. That is what I ended up doing.
Sign In or Register to comment.