Using SOE in Delusion Chamber causing you to appear in Dimensional Rift

Issue #15 new
Former user created an issue
  1. Enter to Delusion Chamber from Pathfinder Worker
  2. Without entering to any of the rooms use SOE
  3. You will appear in Dimensional Rift
  4. Talk with Rift Post NPC to exit, and you can't exit

Errors on trying to exit from Dimensional Rift:

RemoveMemo() failed. no memo[505] on creature[admin] RemoveMemo() failed. no memo[635] on creature[admin]

Comments (4)

  1. Zconll

    This isn't extender bug else missing data in your script server, add it to setting.txt:

    //테러토리 체크, 몽환의 결계 16;11
    area_begin  
    range = {{-123207;-221278;-6963;-5963};{-106397;-221284;-6963;-5963};{-106380;-204496;-6963;-5963};{-123215;-204520;-6963;-5963}}
        race={human;[border_of_nightmare]}
        race={darkelf;[border_of_nightmare]}
        race={orc;[border_of_nightmare]}
        race={dwarf;[border_of_nightmare]}
        race={elf;[border_of_nightmare]}
        race={kamael;[border_of_nightmare]}
    area_end
    
    //테러토리 체크, 몽환의 결계 16;13
    area_begin  
    range = {{-123102;-155752;-6869;-5869};{-106354;-155752;-6869;-5869};{-106354;-149923;-6869;-5869};{-123102;-149919;-6869;-5869}}
        race={human;[border_of_nightmare]}
        race={darkelf;[border_of_nightmare]}
        race={orc;[border_of_nightmare]}
        race={dwarf;[border_of_nightmare]}
        race={elf;[border_of_nightmare]}
        race={kamael;[border_of_nightmare]}
    area_end
    
    //몽환의 결계
    point_begin
        point_name=[border_of_nightmare]
        point={-114633;-154243;-6720} //대기실
        point={-114619;-153720;-6720}
        point={-114595;-153080;-6720}
        point={-114619;-152528;-6720}
        chao_point={-114633;-154243;-6720} //대기실
        chao_point={-114619;-153720;-6720}
        chao_point={-114595;-153080;-6720}
        chao_point={-114619;-152528;-6720}
        map={}
        banned_race={}
        bbs=7 //중립지대
        loc_name=3065 // "몽환의 결계 내부"
    point_end
    
  2. Log in to comment