diff options
Diffstat (limited to 'world/map/npc/025-1')
-rw-r--r-- | world/map/npc/025-1/barrier.txt | 3 | ||||
-rw-r--r-- | world/map/npc/025-1/rossy.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/world/map/npc/025-1/barrier.txt b/world/map/npc/025-1/barrier.txt index df5ffc2a..7a238480 100644 --- a/world/map/npc/025-1/barrier.txt +++ b/world/map/npc/025-1/barrier.txt @@ -1,4 +1,5 @@ -// +// Authors: alastrim, Ali-g, Dark Mage + 025-1.gat,42,79,0 script #JuliaBarrier 45,1,1,{ if (Rossy_Quest <= 13) goto L_Block; if (@Alrd_Been != 1 && Rossy_Quest == 14) message strcharinfo(0), "You hear distant screams of fear."; diff --git a/world/map/npc/025-1/rossy.txt b/world/map/npc/025-1/rossy.txt index b78def6b..3cfc834a 100644 --- a/world/map/npc/025-1/rossy.txt +++ b/world/map/npc/025-1/rossy.txt @@ -1,3 +1,5 @@ +// Authors: alastrim, Ali-g, Dark Mage + 025-1.gat,80,88,0 script Rossy 114,{ if (FLAGS & FLAG_ROSSI_COMPLETED) goto L_FinalEnd; |