diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-13 14:31:15 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-13 14:31:15 +0200 |
commit | 260d4f44930e7f4e36dc83855c33e4473c0813e3 (patch) | |
tree | 68367bce635a2a8d42d63140e2eac6bc269d2701 /npc/042-1 | |
parent | d6419687dad8681167609331cfd4e5d236ca530d (diff) | |
download | serverdata-260d4f44930e7f4e36dc83855c33e4473c0813e3.tar.gz serverdata-260d4f44930e7f4e36dc83855c33e4473c0813e3.tar.bz2 serverdata-260d4f44930e7f4e36dc83855c33e4473c0813e3.tar.xz serverdata-260d4f44930e7f4e36dc83855c33e4473c0813e3.zip |
using 45 as sprite id for invisible npc
Diffstat (limited to 'npc/042-1')
-rw-r--r-- | npc/042-1/hasan.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/042-1/hasan.txt b/npc/042-1/hasan.txt index 202581f7..47db10a8 100644 --- a/npc/042-1/hasan.txt +++ b/npc/042-1/hasan.txt @@ -152,7 +152,7 @@ L_Cliff_Up: L_SummonAgain: message strcharinfo(0), "Kaan is mad with your interference! He comes near the cliff and throws a rock on the top of your head, and let another scorpion run just near Hasan!"; percentheal -100, 0; - attachrid(getcharid(3,$@ScorpionFighter$)); + attachrid(getcharid(3,$@ScorpionFighter$)); message strcharinfo(0), "Kaan: \"Just go while he is distracted and no one is interfering!\""; monster "042-1.gat",110,70,"Scorpion",1003,1, "Hasan::onScorpionDeath"; end; @@ -191,7 +191,7 @@ OnInit: } -042-1.gat,111,68,0 script #Toll 127,2,2,{ +042-1.gat,111,68,0 script #Toll 45,2,2,{ end; |