Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

NPC Statistics Generator


Belzebu
 Share

Recommended Posts

This is simple math. Change the functions for getting NPC stats to something like this:

```
Function GetNpcHP(NpcNum)
GetNpcHP = Npc(NpcNum).BaseHP + (Npc(NpcNum).Level * Npc(NpcNum).HPGrowth)
End Function
```
You will need to add the growth stats and possibly the functions, but this is how you would achieve what you want logically.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...