summaryrefslogtreecommitdiff
path: root/npc/001-2
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2021-07-15 15:31:20 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-15 15:31:20 -0300
commit46e20058607eb0c60bed6f1cafd24ca23908c0e4 (patch)
tree07d41073d0a43d10b81ffa50f479314e3318c890 /npc/001-2
parent6a39ff095a78976a6d8ce2e562b18f85ba3a17df (diff)
downloadserverdata-46e20058607eb0c60bed6f1cafd24ca23908c0e4.tar.gz
serverdata-46e20058607eb0c60bed6f1cafd24ca23908c0e4.tar.bz2
serverdata-46e20058607eb0c60bed6f1cafd24ca23908c0e4.tar.xz
serverdata-46e20058607eb0c60bed6f1cafd24ca23908c0e4.zip
Reintroduce the marriage system.
Diffstat (limited to 'npc/001-2')
-rw-r--r--npc/001-2/government_building.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/npc/001-2/government_building.txt b/npc/001-2/government_building.txt
index d4a73df0..9093db8f 100644
--- a/npc/001-2/government_building.txt
+++ b/npc/001-2/government_building.txt
@@ -142,9 +142,15 @@ S_give_rings:
goto L_No_Room_For_Rings;
Zeny = Zeny - WEDDING_FEE;
- getitem "WeddingRing", 1;
- getitem "WeddingRing", 1;
+ getitem WeddingRing, 1;
+ getitem WeddingRing, 1;
return;
+
+OnInit:
+ .realName$ = "Estard";
+ .distance = 5;
+ .officiator = false;
+ end;
}
001-2,22,21,0 script Guard#govt_in NPC123,{
@@ -152,3 +158,6 @@ S_give_rings:
mes "\"You're not allowed back here.\"";
close;
}
+
+001-2,21,27,0 duplicate(marriage) #handler#001-2#1 NPC_HIDDEN
+