summaryrefslogtreecommitdiff
path: root/npc/009-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-22 11:11:59 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-22 11:11:59 -0300
commit1e334415e133227831b6a7572c950dc4fcfeb516 (patch)
treee794b0135a6557d544d2adc67183b571b1056bf0 /npc/009-1
parentd8f40701b772da98aa6cb73fb943efadea233f94 (diff)
downloadserverdata-1e334415e133227831b6a7572c950dc4fcfeb516.tar.gz
serverdata-1e334415e133227831b6a7572c950dc4fcfeb516.tar.bz2
serverdata-1e334415e133227831b6a7572c950dc4fcfeb516.tar.xz
serverdata-1e334415e133227831b6a7572c950dc4fcfeb516.zip
Marriage stuff, Wedding ring HP bonus only triggers if married.
Diffstat (limited to 'npc/009-1')
-rw-r--r--npc/009-1/Luanna.txt30
-rw-r--r--npc/009-1/_import.txt1
2 files changed, 31 insertions, 0 deletions
diff --git a/npc/009-1/Luanna.txt b/npc/009-1/Luanna.txt
new file mode 100644
index 000000000..94e6d5b70
--- /dev/null
+++ b/npc/009-1/Luanna.txt
@@ -0,0 +1,30 @@
+// TMW2 Script
+// Author:
+// Jesusalva, 4144
+// Description:
+// Luanna is responsible for marriage. Temporary location. Subject to change stuff later.
+
+009-1,107,32,0 script Luanna NPC_PLAYER_F,{
+ marriagemain();
+ close;
+
+OnTimer30000:
+ marriagecheck();
+ end;
+
+OnInit:
+ .@npcId = getnpcid(0, .name$);
+ setunitdata(.@npcId, UDT_HEADTOP, NPCEyes);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, VneckJumper);
+ setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers);
+ setunitdata(.@npcId, UDT_WEAPON, LousyMoccasins); // Boots
+ setunitdata(.@npcId, UDT_HAIRSTYLE, 10);
+ setunitdata(.@npcId, UDT_HAIRCOLOR, 5);
+
+ .sex = G_FEMALE;
+ .distance = 5;
+ initnpctimer;
+
+ end;
+
+}
diff --git a/npc/009-1/_import.txt b/npc/009-1/_import.txt
index 3d92f071c..dea903394 100644
--- a/npc/009-1/_import.txt
+++ b/npc/009-1/_import.txt
@@ -1,5 +1,6 @@
// Map 009-1: Halinarzo
// This file is generated automatically. All manually added changes will be removed when running the Converter.
+"npc/009-1/Luanna.txt",
"npc/009-1/_mobs.txt",
"npc/009-1/_warps.txt",
"npc/009-1/barzil.txt",