diff options
author | Reid <reidyaro@gmail.com> | 2012-10-21 19:32:54 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-10-21 19:32:54 +0200 |
commit | 86f05250fe8953a41066d99d161e247c1ccbd269 (patch) | |
tree | 61cae3f4c723bb71afb058b62fd8a8438c035163 /npc | |
parent | 1bdd752a2acb91b3ef5d2c8ba067aa4dc2664fda (diff) | |
download | clientdata-86f05250fe8953a41066d99d161e247c1ccbd269.tar.gz clientdata-86f05250fe8953a41066d99d161e247c1ccbd269.tar.bz2 clientdata-86f05250fe8953a41066d99d161e247c1ccbd269.tar.xz clientdata-86f05250fe8953a41066d99d161e247c1ccbd269.zip |
Remove Darlin barrier,
Change Darlin menu dialogues easier and much linear,
Change Darlin location.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/darlin.txt | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt index 60b40f57..31da8219 100644 --- a/npc/000-1/darlin.txt +++ b/npc/000-1/darlin.txt @@ -11,8 +11,7 @@ // 2 Opened the treasure chest.
// 3 Get back to Darlin.
-000-1.gat,89,89,0,1 script Darlin 103;14,{
-
+000-1.gat,89,94,0,1 script Darlin 103;14,{
mesn;
set @q, getq(ShipQuests_Darlin); @@ -65,8 +64,8 @@ OnStart: next;
menu
- l("I SAID, SEE YOU LATER!"), l_Bye,
l("I said... WHY DON'T YOU COME DOWN TO TALK?"), l_GoDown,
+ l("I SAID, SEE YOU LATER!"), l_Bye,
l("I'M CALLED, @@!", strcharinfo(0)), -;
mes "";
@@ -187,19 +186,3 @@ l_QuestDone: goto l_Menu; } - -000-1.gat,92,100,0,1 script DarlinBarrierCheck 0,0,2,{ - set @q, getq(ShipQuests_Darlin); - if (@q == 0) goto l_First; - if (@q == 2) goto l_Last; - close; - -l_First: - doevent "Darlin::OnStart"; - close; - -l_Last: - doevent "Darlin::OnQuestGiven";
- close; - -}
\ No newline at end of file |