diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-25 12:50:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-25 12:50:59 -0300 |
commit | 6d66a4bb1337db74032dd94b72951c4e837f0317 (patch) | |
tree | 58a489270685abcd6bab355539ae2602855d03a9 /npc | |
parent | ad0220c7cd521e09760ed10c633e8b6d18ec6823 (diff) | |
download | serverdata-6d66a4bb1337db74032dd94b72951c4e837f0317.tar.gz serverdata-6d66a4bb1337db74032dd94b72951c4e837f0317.tar.bz2 serverdata-6d66a4bb1337db74032dd94b72951c4e837f0317.tar.xz serverdata-6d66a4bb1337db74032dd94b72951c4e837f0317.zip |
Dress Devoir
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-10/guarddevoir.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/003-10/guarddevoir.txt b/npc/003-10/guarddevoir.txt index d19ead71f..79ff119e6 100644 --- a/npc/003-10/guarddevoir.txt +++ b/npc/003-10/guarddevoir.txt @@ -7,7 +7,7 @@ // Variable: // TulimsharQuest_Devoir -003-10,25,60,0 script Guard Devoir NPC_ELF_F,{ +003-10,25,60,0 script Guard Devoir NPC_GUARD2,{ mesn; mesq l("That's terrible! Monsters are piling up near city gates! We need to stop their progression."); @@ -88,4 +88,9 @@ L_Close: closedialog; goodbye; close; + +OnInit: + .sex = G_FEMALE; + .distance = 5; + end; } |