Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChangeEventLocation and TradeEventLocations sets the map id to 0 #2206

Open
mateofio opened this issue May 10, 2020 · 0 comments
Open

ChangeEventLocation and TradeEventLocations sets the map id to 0 #2206

mateofio opened this issue May 10, 2020 · 0 comments

Comments

@mateofio
Copy link
Contributor

Here's another bug in RPG_RT 2k3 similar to #2156 ❗ In particular, I tested this with dynrpg version.

Make an event on map 6

Var[1] = This Event MapId
ChangeEventLocation(x, y)
Var[2] = This Event MapId
Msg: "\v[0] \v[1]"

Result: "6 0"

This also occurs with "SwapEventLocations" command. Both of these commands hard code the map id to 0. This was consistent in 2k (every event always has map id 0), but is now inconsistent as they tried to fix this in 2k3 but fell short here.

Unfortunately, we'll need to emulate this bug for correctness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants