diff options
author | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-06-15 20:53:56 -0300 |
---|---|---|
committer | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-06-15 20:53:56 -0300 |
commit | 246072120a1edcba61a350bad56049f110457489 (patch) | |
tree | e7add6a36e89c5ae1dd9e9772e815f00ebeb96be /npc/042-1/kaan.txt | |
parent | 61ba1b5ae4c06a64377e601076621bf645d425ec (diff) | |
download | serverdata-246072120a1edcba61a350bad56049f110457489.tar.gz serverdata-246072120a1edcba61a350bad56049f110457489.tar.bz2 serverdata-246072120a1edcba61a350bad56049f110457489.tar.xz serverdata-246072120a1edcba61a350bad56049f110457489.zip |
Make kaan react normally when you are not the one doing the quest.
Set some more detailed messages in the barriers and remove the parts when he can give the players the impression that they have to kill the scorpion when not doing the quest.
Diffstat (limited to 'npc/042-1/kaan.txt')
-rw-r--r-- | npc/042-1/kaan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-1/kaan.txt b/npc/042-1/kaan.txt index 8af50cd5..494dc874 100644 --- a/npc/042-1/kaan.txt +++ b/npc/042-1/kaan.txt @@ -5,7 +5,7 @@ if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut_Done; if (hasan == 4) goto L_Hasan_Saved; - if ($@scorp) goto L_Run; + if ($@ScorpionFighter$ == strcharinfo(0)) goto L_Run; if (kaan == 4) goto L_Plan; if (kaan == 3) goto L_Trick; if (kaan == 2) goto L_Out; |