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

Run-time Error 380


Kaejer
 Share

Recommended Posts

Hey there,

I just recently got back into messing around with Eclipse again. I've got a mostly fresh game with the exception of a few sprite replacements. I couldn't ever hit enemies for some reason so I figured I would look at their stats to make sure they weren't max or something insane. However, whenever I go into the NPC admin panel, I get run-time error 380 and the client crashes. What are common reasons for this happening?
Link to comment
Share on other sites

Well in the NPC section I only have the defaults right now, I even replaced them with a fresh new EO download NPC folder to make sure. The only sprites I have put in are characters players can choose.

Also it says "Invalid Property Value" when it's open, which is fine… I just don't know which property is invalid.

The most recent things I was working on:

Raising level cap to 999 instead of 255 (changed bytes to longs)

Raising max stats to 32000

Altering starting class stats

EDIT: Fixed this for one of the weaker monsters because for some reason the stats of my current NPCs went krazy and were in the 10s of thousands. However, it seems as though some are super gigantic numbers and still overflow. Is there any way to edit their stats outside of the actual game?

-- Currently trying to figure out a place to put a catch where any stat higher than 32000 will be 32000.

EDIT: Found it, just set it at initialization to equal to 32000 if it was greater than 32000, if anyone stumbles upon this error and can't fix it feel free to ask me how I fixed it.
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...