Helpp whats wrong with the dungeon.
Helpp whats wrong with the dungeon.
check npc, check warp, check dungeonQuote:
[Sun Aug 21 2022 13:41:32.140546 2961472320]: [##ERROR##] WarpDistanceHackCheck(): iNpcsIdx(9), charIdx(8), distance(53)[Sun Aug 21 2022 13:41:32.165353 2961472320]: [##ERROR##] OnCSCWarpCommand(): Fail to prepare for warp : CharIdx(8), Result(4,0), Nation(3), CanWarp(1), WorldIdx(110), NpcIdx(9), SetIdx(0)[Sun Aug 21 2022 13:41:32.165451 2961472320]: [##ERROR##] 'OnCSCWarpCommand' fail (Proc/Warp.cpp:201)
The dungeon reward did not sync to the client side.
warp.scp check
There are 2 options here.
1. The NPC that is supposed to teleport you has no dialog boxes (has type 6).
Solution: synchronize NPC coordinates in client and server (worldXX-npc.scp).
2. The NPC that should teleport you has a dialog box (type 7). In this case, another NPC (type 6) is used for the teleport, hidden somewhere in the textures.
Solution: Find this NPC type 6 and set "IsRangeCheck" to 0. You can set IsRangeCheck=0 for each NPC type 6 in worldXX-npc.scp in sequence until this is fixed.
If you set this parameter to 0 for all your NPCs, it will solve the problem, but make your dungeon vulnerable to cheaters. Therefore, I recommend spending a little time and finding exactly the right NPC.