Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions scripts/quests/quest_troll/configs/quest_troll.loc
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ sharelight=yes
ambient=60
contrast=60
op1=Use
category=troll_stronghold_top_exit

[troll_stronghold_top_exit_right]
name=Exit
Expand All @@ -220,6 +221,7 @@ sharelight=yes
ambient=60
contrast=60
op1=Leave
category=troll_stronghold_top_exit

[troll_stronghold_top_exit_mid]
name=Exit
Expand All @@ -230,6 +232,7 @@ sharelight=yes
ambient=60
contrast=60
op1=Leave
category=troll_stronghold_top_exit

[troll_eadgar_cooking_pot]
name=Fire
Expand Down
2 changes: 1 addition & 1 deletion scripts/quests/quest_troll/scripts/quest_troll.rs2
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ stat_advance(agility, 10);
p_teleport(2_44_157_21_42);
if(%troll_entered_stronghold = ^false) %troll_entered_stronghold = ^true;

[oploc1,troll_stronghold_top_exit_mid]
[oploc1,_troll_stronghold_top_exit]
p_teleport(0_44_57_24_42);


Expand Down
Loading