diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:14:20 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:23 -0600 |
commit | 15c4e48fbbd5af698c76e84dfd7a564c1adf0944 (patch) | |
tree | b4f6a27a70a0469c322e1d34abb3f11fa01bd759 /world/map/npc/020-2 | |
parent | 434b32db88eb8e1d40f610b75db38024afc6396f (diff) | |
download | serverdata-15c4e48fbbd5af698c76e84dfd7a564c1adf0944.tar.gz serverdata-15c4e48fbbd5af698c76e84dfd7a564c1adf0944.tar.bz2 serverdata-15c4e48fbbd5af698c76e84dfd7a564c1adf0944.tar.xz serverdata-15c4e48fbbd5af698c76e84dfd7a564c1adf0944.zip |
NPCs on 020-* fixed
Diffstat (limited to 'world/map/npc/020-2')
-rw-r--r-- | world/map/npc/020-2/baktar.txt | 2 | ||||
-rw-r--r-- | world/map/npc/020-2/banker.txt | 4 | ||||
-rw-r--r-- | world/map/npc/020-2/furquest.txt | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/020-2/baktar.txt b/world/map/npc/020-2/baktar.txt index 33bae946..1c6e3202 100644 --- a/world/map/npc/020-2/baktar.txt +++ b/world/map/npc/020-2/baktar.txt @@ -31,7 +31,7 @@ //# bit 0 knows the name/location of the opponent //# bit 1 killed the ugly opponent //#========================= -020-2.gat,70,61,0|script|Baktar|191, +020-2.gat,70,61,0|script|Baktar|191 { set @npcname$, "[Baktar]"; diff --git a/world/map/npc/020-2/banker.txt b/world/map/npc/020-2/banker.txt index 7fb3b511..ac3b29df 100644 --- a/world/map/npc/020-2/banker.txt +++ b/world/map/npc/020-2/banker.txt @@ -1,4 +1,4 @@ -020-2.gat,122,64,0|script|Ben|193, +020-2.gat,122,64,0|script|Ben|193 { callfunc "ClearVariables"; set @npcname$, "Ben"; @@ -6,7 +6,7 @@ close; } -020-2.gat,127,63,0|script|Maria|190, +020-2.gat,127,63,0|script|Maria|190 { mes "[Maria]"; mes "\"Hello!"; diff --git a/world/map/npc/020-2/furquest.txt b/world/map/npc/020-2/furquest.txt index 1fd7fa09..9e45b87e 100644 --- a/world/map/npc/020-2/furquest.txt +++ b/world/map/npc/020-2/furquest.txt @@ -3,7 +3,7 @@ //################################################################################# // Tulimshar Crafting Workshop - Agostine, The Legendary Tailor -020-2.gat,27,26,0|script|Agostine|137, +020-2.gat,27,26,0|script|Agostine|137 { set @CUTFUR_EXP, 10; set @FINEDRESS_COTTON_CLOTHS, 20; |