diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-07-05 12:25:49 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-07-05 12:30:10 -0700 |
commit | 89e2ac5687d698f0843ac46612ee33b6692bbc93 (patch) | |
tree | 8ea32e1691381e9d4db72b54c4ebed0ce809c3d2 /world/map/npc/025-1 | |
parent | 27ad0933834fb488c6deac76d660cda338bb5da8 (diff) | |
download | serverdata-89e2ac5687d698f0843ac46612ee33b6692bbc93.tar.gz serverdata-89e2ac5687d698f0843ac46612ee33b6692bbc93.tar.bz2 serverdata-89e2ac5687d698f0843ac46612ee33b6692bbc93.tar.xz serverdata-89e2ac5687d698f0843ac46612ee33b6692bbc93.zip |
Move starting brace to new line
Diffstat (limited to 'world/map/npc/025-1')
-rw-r--r-- | world/map/npc/025-1/_mobs.txt | 3 | ||||
-rw-r--r-- | world/map/npc/025-1/barrier.txt | 4 | ||||
-rw-r--r-- | world/map/npc/025-1/reset.txt | 4 | ||||
-rw-r--r-- | world/map/npc/025-1/rossy.txt | 4 |
4 files changed, 8 insertions, 7 deletions
diff --git a/world/map/npc/025-1/_mobs.txt b/world/map/npc/025-1/_mobs.txt index 32d4ee65..b3a7ab4f 100644 --- a/world/map/npc/025-1/_mobs.txt +++ b/world/map/npc/025-1/_mobs.txt @@ -13,7 +13,8 @@ 025-1.gat,26,61,15,85|monster|Scorpion|1003,12,100000,50000,Mob025-1::On1003 -025-1.gat,0,0,0|script|Mob025-1|-1,{ +025-1.gat,0,0,0|script|Mob025-1|-1, +{ On1003: set @mobID, 1003; callfunc "MobPoints"; diff --git a/world/map/npc/025-1/barrier.txt b/world/map/npc/025-1/barrier.txt index 3b9fbb97..619ce0d7 100644 --- a/world/map/npc/025-1/barrier.txt +++ b/world/map/npc/025-1/barrier.txt @@ -1,7 +1,7 @@ // Authors: alastrim, Ali-g, Dark Mage -025-1.gat,42,79,0|script|#JuliaBarrier|45,1,1,{ - +025-1.gat,42,79,0|script|#JuliaBarrier|45,1,1, +{ if (Rossy_Quest > 14 || FLAGS & FLAG_ROSSI_COMPLETED) goto L_Warp; if (Rossy_Quest <= 13) goto L_Block; if (Rossy_Quest == 14) message strcharinfo(0), "You hear distant screams of fear."; diff --git a/world/map/npc/025-1/reset.txt b/world/map/npc/025-1/reset.txt index ccfdab26..5084d905 100644 --- a/world/map/npc/025-1/reset.txt +++ b/world/map/npc/025-1/reset.txt @@ -1,7 +1,7 @@ //To enable: sed 's_^// __' -i npc/025-1/reset.txt -// 025-1.gat,47,84,0|script|reset|145,{ - +// 025-1.gat,47,84,0|script|reset|145, +// { // mes "Do you want to reset Rossy Quest?"; // menu // "Reset every variable of the quest.", -, diff --git a/world/map/npc/025-1/rossy.txt b/world/map/npc/025-1/rossy.txt index c468503f..de3ce386 100644 --- a/world/map/npc/025-1/rossy.txt +++ b/world/map/npc/025-1/rossy.txt @@ -1,7 +1,7 @@ // Authors: alastrim, Ali-g, Dark Mage -025-1.gat,80,88,0|script|Rossy|114,{ - +025-1.gat,80,88,0|script|Rossy|114, +{ set @Cherry_Amount, 10; set @Cherry_EXP, 2000; |