HOMEFORUMDISCORD
★ TEST
✦ Welcome to the MapleVerse Test Portal! ✦  Found a bug? Report it here — paste a screenshot right from your clipboard! ✦  18 issues being tracked — thank you, testers! ✦✦ Welcome to the MapleVerse Test Portal! ✦  Found a bug? Report it here — paste a screenshot right from your clipboard! ✦  18 issues being tracked — thank you, testers! ✦
#146 when climbing down from meet the parents to henesys hunting ground 3 it should put you at the bottom of the top ladder WON'T FIX
Graphics & Maps reported by Drew · 2026.08.07 · updated 2026.08.11
when coming down the ladder from meet the parents to henesys hunting ground 3 by using the portal it spawns you at the bottom of the map it should spawn you at the bottom of the ladder you use to climb upto meet the parents
screenshot 1
🍅 ME TOO · 0 Log in to confirm this bug.
COMMENTS 5 replies
SnailHunter ADMIN 2026.08.07
No, you appear on the ground, as the game does, map transitions never put you onto a ladder
Drew ADMIN 2026.08.07
no i mean at the bottom of the ladder on the platform at the top of the map. basically where you would expect to spawn when coming down the ladder
SnailHunter ADMIN 2026.08.11
I dug into this one and the landing spot isn't ours — it's baked into the original game data.

The exit portal in Meet the Parents says "send them to the point called st02 in Henesys Hunting Ground III". Henesys Hunting Ground III has no point called st02 — it only has the spawn points, st00, out00 and in01. When the named target doesn't exist, v83's server falls back to the map's very first spawn point, which is the one down at the bottom right. That's exactly what your minimap shows: yellow marker bottom right, next to the exit to Hunting Ground II. We do the same thing for the same reason, so "fixing" it would make us less faithful, not more.

That said, you've found the other half of a real bug and I want to flag it: the touch portal at the top of that map (up on the rope at the very top of your minimap) sits directly ON the ladder there. So climbing that ladder sucks you into Meet the Parents whether you meant to go or not — which is presumably how you got sent on this round trip in the first place. That one IS being fixed: portals will no longer fire while you're on a ladder or rope.
SnailHunter ADMIN 2026.08.11
TO BE CLEAR: THERE ARE MEANT TO BE PORTALS ON ROPES, SO IT APPEARS YOU CLIMB INTO THE NEXT MAP. DO NOT REMOVE THAT, THAT IS CORE CONTENT.
SnailHunter ADMIN 2026.08.11
Investigated thoroughly — this is Nexon's own broken data, and we already handle it exactly the way the real server does.

The portal you used is on 'Meet the Parents' (680000004) and it asks to drop you at a portal named 'st02' on Henesys Hunting Ground III (104040002). I read that map straight out of the v83 client: its complete portal list is five spawn points, st00, out00 and in01. There is no st02. The neighbouring map 104040001 DOES have one — the pair was clearly copied and the portal was dropped from one of them.

When a target portal is missing, the reference server falls back to portal 0 (GenericPortal.java:147-150, its own comment says 'fallback for missing portals'). Portal 0 on that map is a spawn point near the bottom. The door you left by sits about 1270 pixels higher up — which is precisely the drop you saw. Our code does the identical thing.

So the landing spot is authentic v83 behaviour, bug and all. I could special-case it to put you at the top instead, but that would be inventing a portal Nexon never shipped, and this project's rule is to match v83 rather than improve it. Closing on that basis — but if you would rather we deviate here for playability, say so and I will add it as a flagged, documented exception.

Log in or sign up to comment.