Skip to content

RegisterMapEvent Issue #329

@28269890

Description

@28269890

When using RegisterMapEvent to register a dungeon, an error occurs: Error while decoding instance data: Data is not valid base-64

RegisterMapEvent(600, 4, function(event, instance_data, map, diff) end)

local event1 = function(event, instance_data, map, diff) end;RegisterMapEvent(600, 4, event1)

All types of events cause this error.

Symptom
All boss scripts in the registered dungeon become non-functional. Bosses can only perform normal auto-attacks (no special skills or abilities).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions