diff options
author | nmaligec <wouldnot@hotmail.com> | 2010-10-30 02:27:51 -0400 |
---|---|---|
committer | nmaligec <wouldnot@hotmail.com> | 2010-10-30 02:27:51 -0400 |
commit | 8b09943b83d9eeb2180fb6c50023a22d3ffae18d (patch) | |
tree | c4aac2a479433edc88270591a2b344ccd9bfed32 /npc/027-2_Caretakers_House/testnpcs.txt | |
parent | 4fc481ddabec11da574459eb206d0da7ab1c80d5 (diff) | |
download | serverdata-8b09943b83d9eeb2180fb6c50023a22d3ffae18d.tar.gz serverdata-8b09943b83d9eeb2180fb6c50023a22d3ffae18d.tar.bz2 serverdata-8b09943b83d9eeb2180fb6c50023a22d3ffae18d.tar.xz serverdata-8b09943b83d9eeb2180fb6c50023a22d3ffae18d.zip |
Minor update to gy_inn npc data.
Diffstat (limited to 'npc/027-2_Caretakers_House/testnpcs.txt')
-rwxr-xr-x | npc/027-2_Caretakers_House/testnpcs.txt | 47 |
1 files changed, 3 insertions, 44 deletions
diff --git a/npc/027-2_Caretakers_House/testnpcs.txt b/npc/027-2_Caretakers_House/testnpcs.txt index 3c0e0e42..ffae6246 100755 --- a/npc/027-2_Caretakers_House/testnpcs.txt +++ b/npc/027-2_Caretakers_House/testnpcs.txt @@ -1,51 +1,26 @@ -// Temporary placing of all inn npcs
+// Temporary placing of all non shop npcs
// A proper break down of files will need to be done later
-// chef: function,
-// barmaid: function,
-// shopkeeper: multiples and function,
// drunk lover: quest,
-// magic undead shop: function,
// werewolf: gambling,
// chef's helper: simple dialog,
// horn mage: golbenez,
// drunker: simple dialog,
-// chief barman: function,
// barman: crafting related,
// swordguy: weapon master,
// ghost from dead drunk: simple dialog,
-// rich undead: can't remember atm,
// crying child: I don't know,
// Innkeeper's ghost: quest,
// evil guard: simple dialog,
// hangman: quest,
// headless: quest or simple dialog,
// lightman: quest,
-// receptionist: function,
-// banker: function
-
-027-2.gat,99,28,0 script Chef Skeleton 300,{
- end;
-}
-
-027-2.gat,101,28,0 script Barmaid 301,{
- end;
-}
-
-027-2.gat,103,28,0 script Shopkeeper 302,{
- end;
-}
-
027-2.gat,105,28,0 script Drunk Lover 303,{
end;
}
-027-2.gat,107,28,0 script Magic Undead Shop 304,{
- end;
-}
-
027-2.gat,109,28,0 script Werewolf 305,{
end;
}
@@ -54,23 +29,15 @@ end;
}
-027-2.gat,113,28,0 script Horned mage 307,{
- end;
-}
-
027-2.gat,115,28,0 script Drunker 308,{
end;
}
-027-2.gat,117,28,0 script Chief Barman 309,{
- end;
-}
-
027-2.gat,119,28,0 script Barman 310,{
end;
}
-027-2.gat,99,31,0 script SwordGuy 311,{
+027-2.gat,117,31,0 script SwordGuy 311,{
end;
}
@@ -78,7 +45,7 @@ end;
}
-027-2.gat,103,31,0 script Rich Undead 313,{
+027-2.gat,103,31,0 script Golbenez 307,{
end;
}
@@ -105,11 +72,3 @@ 027-2.gat,115,31,0 script Lantern Man 319,{
end;
}
-
-027-2.gat,117,31,0 script Bloody Receptionist 320,{
- end;
-}
-
-027-2.gat,119,31,0 script Undead Banker 321,{
- end;
-}
|