ronancpl / HeavenMS

An improved server based on MapleSolaxia (v83 MapleStory private server)
GNU Affero General Public License v3.0
1.02k stars 718 forks source link

Not any portal showed in dimensional mirror. #548

Closed nvidiati422 closed 4 years ago

nvidiati422 commented 4 years ago

The icon in dimensional mirror are all question mark no matter what level I am. I can't go anywhere by it, is it normal ?

ronancpl commented 4 years ago

This shouldn't be an issue, as far as tests went beginner jobs on out-of-ordinary GM levels happened to work properly... Is there maybe an unexpected scenario you've been found on?

nvidiati422 commented 4 years ago

I don't know if there's any difference between GMS and TMS, but you should be able to teleport to any PQ map by using dimensional mirror, but in my case, when I'm lv 200, the only icon that showed up in dimensional mirror is Dojo and nothing else.

ronancpl commented 4 years ago

As of v83 GMS MapleStory, those seem to be the areas available for Dimensional Mirror:

/*
     * 0 = ariant colliseum
     * 1 = Dojo
     * 2 = Carnival 1
     * 3 = Carnival 2
     * 4 = Ghost Ship PQ?
     * 5 = Pyramid PQ
     * 6 = Kerning Subway
     */
    public void sendDimensionalMirror(String text) {
        getClient().announce(MaplePacketCreator.getDimensionalMirror(text));
    }