diff options
author | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-06-29 20:13:33 -0300 |
---|---|---|
committer | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-06-29 20:13:33 -0300 |
commit | dca6665aa89a5818c7e1b7eb905f1b03ba4e633f (patch) | |
tree | 14931b171ec5ee18148820497c13bfec3a2edc92 /world/map/npc/025-1 | |
parent | 8acd2a2897a228040904db48f58658bdf024bd3f (diff) | |
download | serverdata-dca6665aa89a5818c7e1b7eb905f1b03ba4e633f.tar.gz serverdata-dca6665aa89a5818c7e1b7eb905f1b03ba4e633f.tar.bz2 serverdata-dca6665aa89a5818c7e1b7eb905f1b03ba4e633f.tar.xz serverdata-dca6665aa89a5818c7e1b7eb905f1b03ba4e633f.zip |
Add comments and some small changes in the conditionals for the pentagrams.
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; |