summaryrefslogtreecommitdiff
path: root/npc/000-1/gugli.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-09-01 01:59:32 +0200
committerReid <reidyaro@gmail.com>2012-09-01 01:59:32 +0200
commit13b7f1487d1a0d433028eb1b960efde28167cad5 (patch)
treeb5c1c2825ee96fd4f6a466da5e4270a3c5e6c729 /npc/000-1/gugli.txt
parentc70829b0d710fada9b44aeaa75147603511a1e6e (diff)
downloadserverdata-13b7f1487d1a0d433028eb1b960efde28167cad5.tar.gz
serverdata-13b7f1487d1a0d433028eb1b960efde28167cad5.tar.bz2
serverdata-13b7f1487d1a0d433028eb1b960efde28167cad5.tar.xz
serverdata-13b7f1487d1a0d433028eb1b960efde28167cad5.zip
Add Couwan quest on const and questvars DBs,
Update Ale script, Update Billybonx and Arpan script, Add quest and dialogues on Couwan script, Add dialogues and couwan's quest on Gugli script.
Diffstat (limited to 'npc/000-1/gugli.txt')
-rw-r--r--npc/000-1/gugli.txt24
1 files changed, 23 insertions, 1 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index 60bab59f..61d100ad 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -8,9 +8,31 @@
000-1.gat,85,108,0,1 script Gugli 313;2,{
mesn;
- mesq l("Ciao!");
+ mesq l("Nice to see you! What can I do for you today?");
next;
+ menu
+ rif(getq(ShipQuests_Couwan) == 1, l("Couwan gaves me this box, for you.")), l_Couwan,
+ l("Nothing."), -;
+
+ close;
+
+l_Couwan:
+ mes "";
+ mesn;
+ mesq l("What? This tritan is the worse shirker that I ever saw.");
+ next;
+ mesq l("Well, thank you for getting me back this box. But, he needed to bring it back by himself, I never asked him to give it to you.");
+ next;
+ mesq l("Take these coins in exchange of this extra charge, and be prudent in future.");
+ next;
+ mesq l("Not everybody got a kind mind, and some scammers can be anywhere, even among us.");
+ next;
+ mesq l("Take this as a lesson.");
+
+ setq ShipQuests_Couwan, 2;
+ set zeny, zeny+50;
+ message strcharinfo(0), l("You receive 50GP!");
close;
} \ No newline at end of file