diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-01-11 18:11:07 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-01-11 18:11:07 +0100 |
commit | 101f56cae15f792cf4e2cdd6184b75d449119033 (patch) | |
tree | b2cb9636418d5313bbda42a572dfc708db323760 /world/map/npc/033-1/kimarr.txt | |
parent | e8600b6cc96c7e82763718b9d636e2da2e6c0731 (diff) | |
download | serverdata-101f56cae15f792cf4e2cdd6184b75d449119033.tar.gz serverdata-101f56cae15f792cf4e2cdd6184b75d449119033.tar.bz2 serverdata-101f56cae15f792cf4e2cdd6184b75d449119033.tar.xz serverdata-101f56cae15f792cf4e2cdd6184b75d449119033.zip |
Barbarians: some fix in Fluffy Hunting minigame to prevent a level 1 char doing the quest with doing nothing.
Also remove some debug code and comments in ambushs.txt and update submodule pointer.
Diffstat (limited to 'world/map/npc/033-1/kimarr.txt')
-rw-r--r-- | world/map/npc/033-1/kimarr.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt index 8c6efd7c..a4e3f6f2 100644 --- a/world/map/npc/033-1/kimarr.txt +++ b/world/map/npc/033-1/kimarr.txt @@ -160,8 +160,7 @@ L_Game: set $@Fluffy_Fighter$, strcharinfo(0); set $@Fluffy_FighterID, getcharid(3); set $@Fluffy_Time, 180; - - set $@Fluffy_Min, (BaseLevel*7)/10; + set $@Fluffy_Min, 1 + (BaseLevel*7)/10; warp "033-1.gat", 79, 34; initnpctimer; @@ -401,6 +400,7 @@ L_FinallyInsertMe: L_NotGoodEnough: callsub S_Clean; + end; L_ShowRecord: set @rank, 0; |