diff options
author | Reid <reidyaro@gmail.com> | 2012-05-17 03:44:56 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-17 03:44:56 +0200 |
commit | 0e43f1c398a99fdfe7e968fa655f584578ecd8ae (patch) | |
tree | 299462e2dd8974f255e8a00008979b94e491b010 /npc | |
parent | ab0c03f211d233e6caf66f19f579ccc108795ab6 (diff) | |
download | clientdata-0e43f1c398a99fdfe7e968fa655f584578ecd8ae.tar.gz clientdata-0e43f1c398a99fdfe7e968fa655f584578ecd8ae.tar.bz2 clientdata-0e43f1c398a99fdfe7e968fa655f584578ecd8ae.tar.xz clientdata-0e43f1c398a99fdfe7e968fa655f584578ecd8ae.zip |
Add Astapolos script and correct some mistakes on Mickael's script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/_import.txt | 3 | ||||
-rw-r--r-- | npc/000-1/astapolos.txt | 60 | ||||
-rw-r--r-- | npc/000-1/mickael.txt | 1 |
3 files changed, 63 insertions, 1 deletions
diff --git a/npc/000-1/_import.txt b/npc/000-1/_import.txt index cd5330d2..61cdc89c 100644 --- a/npc/000-1/_import.txt +++ b/npc/000-1/_import.txt @@ -4,4 +4,5 @@ npc: npc/000-1/_warps.txt npc: npc/000-1/silvio.txt npc: npc/000-1/darlin.txt npc: npc/000-1/mickael.txt -npc: npc/000-1/muller.txt
\ No newline at end of file +npc: npc/000-1/muller.txt +npc: npc/000-1/astapolos.txt
\ No newline at end of file diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt new file mode 100644 index 00000000..06b4bf57 --- /dev/null +++ b/npc/000-1/astapolos.txt @@ -0,0 +1,60 @@ +// Evol scripts. +// Authors: +// Reid +// Description: +// Random NPC searching some foods on the map. + +000-1.gat,27,34,0,1 script Astapolos 107,{ + + mesn; + mesq l("Hey")+ " " + strcharinfo(0) + "."; + next; + + menu + l("How are things going?"), -, + l("How do you know my name?"), l_Name, + l("Who are you?"), l_Who, + l("Where are these Aquada?"), l_Aquada; + + mes ""; + mesn; + mesq l("Sunny and hot day,"); + next; + mesq l("Quiet place,"); + next; + mesq l("Ground,"); + next; + mesq l("I hope that this is answering your question...") + l("Eheh!"); + + close; + +l_Name: + mes ""; + mesn; + mesq l("Some moment ago, I heard your conversation with Darlin."); + next; + mesq l("Oh, not everything don't worry, but your name came twice on this conversation."); + + close; + +l_Who: + mes ""; + mesn; + mesq l("I'm called Astapolos, me and muller joined Nard's crew some years ago, when it was just a little merchant ship."); + next; + mesq l("At this date, we were selling crab's food on our old mushroom island."); + next; + mesq l("And now I'm a sailor, as you can see!"); + + close; + +l_Aquada: + mes ""; + mesn; + mesq l("This is a sea fruit, but most sea monsters may got some of them as well."); + next; + mesq l("You should try to kill some Tortugas, or some Croc if you got the strength for."); + + close; + +}
\ No newline at end of file diff --git a/npc/000-1/mickael.txt b/npc/000-1/mickael.txt index a5418fe0..22c2cf8d 100644 --- a/npc/000-1/mickael.txt +++ b/npc/000-1/mickael.txt @@ -16,6 +16,7 @@ mesq l("So we are looking to some new merchandise that we could trade on our next destination."); next; mesq l("It's yours as well, right?"); + next; menu l("It's right."), -, |