diff options
author | mekolat <mekolat@gmail.com> | 2015-02-01 14:11:22 -0500 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2015-02-01 14:11:22 -0500 |
commit | 22cfbc011ce19e96767861b60473fa3136177f10 (patch) | |
tree | 5a5c78db513146769798d2b9e891f15a52886a77 /world/map/npc/009-2/lena.txt | |
parent | b192aaa6afe5cfaedfe364a2893036348270f5b4 (diff) | |
download | serverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.gz serverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.bz2 serverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.xz serverdata-22cfbc011ce19e96767861b60473fa3136177f10.zip |
remove .gat from npcs
Diffstat (limited to 'world/map/npc/009-2/lena.txt')
-rw-r--r-- | world/map/npc/009-2/lena.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/009-2/lena.txt b/world/map/npc/009-2/lena.txt index e29863c5..3917cec0 100644 --- a/world/map/npc/009-2/lena.txt +++ b/world/map/npc/009-2/lena.txt @@ -1,7 +1,7 @@ // Quest for Fairy Hat and Forest Armor // Variables used: nibble 0 of QUEST_Hurnscald -009-2.gat,146,43,0|script|Lena|182 +009-2,146,43,0|script|Lena|182 { // This NPC previously used the variable TMW_Quest callfunc "ClearVarTMW_Quest"; @@ -34,8 +34,8 @@ L_Lena_Approves: callsub S_Update_Var; mes "[Lena]"; mes "\"You look like you can handle yourself in a fight. If you can take on this scourge I'll reward you with a hat like mine. In order to prove your mettle, bring me 10 Bandit Hoods so I know they've met their match.\""; - areamonster "008-1.gat",25,60,40,65,"Bandit",1064,3, "::"; - areamonster "011-1.gat",35,40,65,60,"Bandit",1064,3, "::"; + areamonster "008-1",25,60,40,65,"Bandit",1064,3, "::"; + areamonster "011-1",35,40,65,60,"Bandit",1064,3, "::"; goto L_Close; L_Lena_No_Fan: @@ -76,8 +76,8 @@ L_Lena_Bandit_Leader: L_Lena_Bandit_Leader_Yes: set @state, 3; callsub S_Update_Var; - areamonster "008-1.gat",25,60,40,65,"Bandit",1064,3, "::"; - areamonster "011-1.gat",35,40,65,60,"Bandit",1064,3, "::"; + areamonster "008-1",25,60,40,65,"Bandit",1064,3, "::"; + areamonster "011-1",35,40,65,60,"Bandit",1064,3, "::"; mes "[Lena]"; mes "\"You have a brave heart. Though I know you can succeed on your own, I recommend finding others to help you defeat the bandit leader. I believe he could pose a significant threat to solitary individuals seeking to challenge him. Good luck!\""; goto L_Close; |