diff options
author | coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-08-27 09:45:27 -0300 |
---|---|---|
committer | coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-08-27 09:45:27 -0300 |
commit | 4b5ae2226b50c2c381ed7b9b0459b1778d2ac1ee (patch) | |
tree | af87b3bc49bb215959ba04046c695993503227a2 /world/map | |
parent | b24d78da0512a9cf15791f95a9952cc95292d3d8 (diff) | |
download | serverdata-4b5ae2226b50c2c381ed7b9b0459b1778d2ac1ee.tar.gz serverdata-4b5ae2226b50c2c381ed7b9b0459b1778d2ac1ee.tar.bz2 serverdata-4b5ae2226b50c2c381ed7b9b0459b1778d2ac1ee.tar.xz serverdata-4b5ae2226b50c2c381ed7b9b0459b1778d2ac1ee.zip |
Restoring the use of $@Fluffy_Min variable, which was removed by mistake.
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/033-1/kimarr.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt index d93927ad..c8de9c50 100644 --- a/world/map/npc/033-1/kimarr.txt +++ b/world/map/npc/033-1/kimarr.txt @@ -12,6 +12,7 @@ // global $@Fluffy_Time - the number of seconds since you entered the area // global $@Fluffy_Spawn - how many fluffies have been spawned // global $@Fluffy_Kills - how many fluffies you have killed so far +// global $@Fluffy_Min - how many fluffies you have to kill to get a reward // global $@Fluffy_Alive - how many fluffies are currently alive // global $@Fluffy_PC_Deaths - used to keep track of whether the fluffies kill you // global $@Fluffy_Fighter$ - name of the person hunting fluffies (only used for ornamentation) @@ -160,6 +161,7 @@ L_Game: set $@Fluffy_Time, 0; //TODO: set minimum number of killed fluffies (maybe based on level?) + set $@Fluffy_Min, 2; warp "033-1.gat", 79, 34; initnpctimer; goto L_Close; |