diff options
author | Reid <reidyaro@gmail.com> | 2012-11-20 10:50:32 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-11-20 10:50:32 +0100 |
commit | 48e0c6bb97fb723850ba2a725eb643b7bd4fee9d (patch) | |
tree | e88491f0b5b5e5f532f90b04f9ec4e1352382b6c /npc | |
parent | 4b7ef0b5f9e98bb7f2225db139c6348731f60866 (diff) | |
parent | 22618254b04994f0abe7bd56514113d9db330b82 (diff) | |
download | serverdata-48e0c6bb97fb723850ba2a725eb643b7bd4fee9d.tar.gz serverdata-48e0c6bb97fb723850ba2a725eb643b7bd4fee9d.tar.bz2 serverdata-48e0c6bb97fb723850ba2a725eb643b7bd4fee9d.tar.xz serverdata-48e0c6bb97fb723850ba2a725eb643b7bd4fee9d.zip |
Merge branch 'master' of gitorious.org:evol/serverdata-beta
Conflicts:
npc/000-1/ale.txt
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/ale.txt | 47 | ||||
-rw-r--r-- | npc/000-1/tibbo.txt | 33 |
2 files changed, 67 insertions, 13 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt index c28b7889..15a789ee 100644 --- a/npc/000-1/ale.txt +++ b/npc/000-1/ale.txt @@ -10,21 +10,42 @@ set @q, getq(ShipQuests_Ale); if (@q == 1) goto l_CallFunc; - mes "";
- mesn;
- mesq l("Ouch..."); + mesn; + mesq l("Can't you see I'm working?!"); next; - mesq l("These eavy boxs are killing me, I don't feel my arms anymore!"); + + menu + l("Well I'm working too! Don't you want me to carry one of those boxes back to Gugli?"), -; + + mes ""; + mesn; + mesq l("Ooh... It seems sailors are not able to do their job anymore?!"); next; + + menu + l("Fine! Goodbye."), l_Close; + l("Yes, it is true! You are not able at all. Nard has been waiting for the food for too long already. Hurry up, you lazy sailors!"), -; - menu
- l(""), l_Aquada,
- l(""), l_Aquada, - l(""), Close; + mes ""; + mesn; + mesq l("Are you blind? Do you think these boxes are light and soft as a Piou's feather?!"); + next; + + menu + l("I am sure I can run with one of them on my shoulder."), -; + + mes ""; + mesn; + mesq l("Well then... Take this one!"); + next; setq ShipQuests_Ale, 1; getitem "AquadaBox", 1; -// And here too. + + mes ""; + mesn; + mesq l("And now I want to see you run!"); + close; l_CallFunc: callfunc "SailorFood"; @@ -35,7 +56,7 @@ l_CallFunc: mes "";
mesn;
- mesq l("Who are you searching?"); + mesq l("Who are you looking for?"); next; menu @@ -51,7 +72,7 @@ l_CallFunc: l_Bottom: mes "";
mesn;
- mesq l("I've seen him on the bottom of the island, ask Jalad for more info.");
+ mesq l("I've seen him on the bottom of the island, ask Jalad for more information.");
close; @@ -75,6 +96,10 @@ l_Aquada: next;
mesq l("Orelse, if you really wish one, and if you feel capable, you can try killing tortugas or crocs if you're strong enough. I'm sure they could drop one or two @@s.", getitemlink("Aquada"));
+ close; + +l_Close: + close;
} diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt index 1ee00fa7..a51f6fe7 100644 --- a/npc/000-1/tibbo.txt +++ b/npc/000-1/tibbo.txt @@ -10,10 +10,39 @@ set @q, getq(ShipQuests_Tibbo); if (@q == 1) goto l_CallFunc; -// Some dialogues will be here. + mesn; + mesq l("Uh? Hi! I'm sorry but I have no time for chatting."); + next; + + menu + l("Fine... I was just going to give you some help..."), -; + + mes ""; + mesn; + mesq l("Hel... What?! Wait!"); + next; + mesq l("What kind of help?"); + next; + + menu + l("Gugli asked me to help you carrying one of these box you are filling."), -; + + mes ""; + mesn; + mesq l("Then it seems I have to apologize."); + next; + mesq l("I am surprised someone has been sent here for help. It is quite... unusual."); + next; + mesq l("Bring this box back to Gugli. He will be more than happy!"); + next; + setq ShipQuests_Tibbo, 1; getitem "AquadaBox", 1; -// And here too. + + mes ""; + mesn; + mesq l("Thank you and be careful with that box. I have worked really hard to fill it!"); + close; l_CallFunc: callfunc "SailorFood"; |