shortest-path icon indicating copy to clipboard operation
shortest-path copied to clipboard

Add more support for Trollweiss Mountain

Open Infinitay opened this issue 5 months ago • 0 comments

Calculating a path to Trollheim seems to not be working currently because it doesn't support the shortcut to getting therescreenshot

Location: Trollweiss Mountain Requirements:

The Troll Romance quest must be completed, and players must have a sled to travel over it.

First obstacle

Getting into the cave between between Troll Country/Trollheim and Trollweiss Mountain that you need to traverse through to that leads to Trollweiss Mountain

Object Name Object ID Option Name Starting Tile WorldLocation Destination Tile WorldLocation Reversable?
Cave entrance 5007 Enter 2822, 3745, 0 2803, 10187, 0 No
Cave entrance 5007 Enter 2822, 3744, 0 2803, 10187, 0 No
Cave entrance 5007 Enter 2822, 3743, 0 2803, 10187, 0 No
Tunnel 5011 Enter 2804, 10187, 0 2822, 3744, 0 No
Tunnel 5011 Enter 2803, 10187, 0 2822, 3744, 0 No
Tunnel 5011 Enter 2802, 10187, 0 2822, 3744, 0 No

https://github.com/user-attachments/assets/12ebfaa5-496a-4409-968a-8f429264e384

Second obstacle

The last obstacle that exits the cave between Troll Country/Trollheim and Trollweiss Mountain

Object Name Object ID Option Name Starting Tile WorldLocation Destination Tile WorldLocation Reversable?
Crevasse 5025 Enter 2772, 10232, 0 2778, 3869, 0 No
Tunnel 5009 Enter 2778, 3869, 0 2772, 10231, 0 No
Tunnel 5009 Enter 2778, 3870, 0 2772, 10231, 0 No
Tunnel 5009 Enter 2779, 3871, 0 2772, 10231, 0 No
Tunnel 5009 Enter 2780, 3871, 0 2772, 10231, 0 No
Tunnel 5009 Enter 2781, 3871, 0 2772, 10231, 0 No
Tunnel 5009 Enter 2782, 3870, 0 2772, 10231, 0 No
Tunnel 5009 Enter 2782, 3869, 0 2772, 10231, 0 No
Tunnel 5009 Enter 2782, 3868, 0 2772, 10231, 0 No
Tunnel 5009 Enter 2781, 3867, 0 2772, 10231, 0 No
Tunnel 5009 Enter 2780, 3867, 0 2772, 10231, 0 No
Tunnel 5009 Enter 2779, 3867, 0 2772, 10231, 0 No

https://streamable.com/rc9cyo

Note I didn't include the corners of the mountain top tunnel, but you can see them at the end of the video if you need them.

Third obstacle on top of Trollweiss Mountain (Sled)

**Requires a sled**. Player pose animation (?) will be 1461 when the player has equipped a "Sled" (Item ID 4048) . When equipping a sled it goes into the players main hand weapon slot (no off hand allowed since its 2H I suppose). I'm not too sure if it's exactly main hand weapon slot, but RL Inventory Inspector says it's in Slot ID 3. Pose animation goes to 1462 when the player is sliding down for about 20 ticks (see first video, also same # of ticks with run off).

This obstacle is a little weird since it puts the player into a cutscene, but mostly because it ends up traversing the player between an isolated area. See the video below for what I mean. To put it in words, the obstacles at the top of the mountain is blocked by slopes. Sliding down it will traverse you down, but it'll put you on the opposite side of yet more slope obstacles; however you can't traverse back up these AFAIK.

As a result, I will change the Destination Tile of the top slope to be the exact tile both starting tiles seem to place you at at the bottom slope. As you can see in the video, the behavior happened twice so I am assuming that tile will stick.

Object Name Object ID Option Name Starting Tile WorldLocation Destination Tile WorldLocation Reversable?
Slope 5015 Slide 2773, 3886, 0 2790, 3794, 0 No
Slope 5015 Slide 2772, 3886, 0 2790, 3794, 0 No

First video with more data: https://streamable.com/ni0gkm

Second video from the other west tile: https://streamable.com/t99v67

Infinitay avatar Sep 19 '25 10:09 Infinitay