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

I think I've corrupted important map


darkhog
 Share

Recommended Posts

http://www.freemmorpgmaker.com/files/imagehost/pics/29e90081c5bbf01a94695aad7beca782.rar

The map here crashes server upon entering on it. It is one of most important maps in my project so I'd be grateful if someone would help me. I'd rather not rebuild it myself as it is pretty complicated map utilizing many layer effects,

You'll need this picture for this map to work, as it is used by one of the events and it is custom one:

![](http://i.imgur.com/UKOoX.png)

You must save it as 202.png in data files\characters (make dummy empty png files if necessary).

Debugger tells me, that the problem is here:

```
With TempEventMap(i).Events(x)

Buffer.WriteString Map(GetPlayerMap(i)).Events(eventID).Name

Buffer.WriteLong .Dir

Buffer.WriteLong .GraphicNum

Buffer.WriteLong .GraphicType

Buffer.WriteLong .GraphicX

Buffer.WriteLong .GraphicX2

Buffer.WriteLong .GraphicY

Buffer.WriteLong .GraphicY2

Buffer.WriteLong .MoveSpeed

Buffer.WriteLong .x

Buffer.WriteLong .y

Buffer.WriteLong .Position

Buffer.WriteLong .active

Buffer.WriteLong .WalkingAnim

Buffer.WriteLong .FixedDir

Buffer.WriteLong .WalkThrough

Buffer.WriteLong .ShowName

End With
```
but I don't see anything wrong and since it works with other maps, I assume it is problem with corrupted in some way map file.

So, if someone can help me restore this map, I'd be grateful.

Note that I did not change anything in map format (game's running on DarkEclipse), but you may want to use DarkEclipse client/server just to be sure.
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...