From f5c75114fec105dc6452ee5d34e0eca8ec2c1e6c Mon Sep 17 00:00:00 2001 From: jesusalva Date: Wed, 14 Feb 2018 22:42:46 -0200 Subject: Give Tulim a Soul Menhir --- npc/003-1/_import.txt | 3 ++- npc/003-1/ched.txt | 4 ++-- npc/003-1/soul-menhir.txt | 20 ++++++++++++++++++++ 3 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 npc/003-1/soul-menhir.txt (limited to 'npc/003-1') diff --git a/npc/003-1/_import.txt b/npc/003-1/_import.txt index 0d105dac2..7bc166945 100644 --- a/npc/003-1/_import.txt +++ b/npc/003-1/_import.txt @@ -24,9 +24,10 @@ "npc/003-1/sarah.txt", "npc/003-1/ship.txt", "npc/003-1/silvia.txt", +"npc/003-1/soul-menhir.txt", "npc/003-1/swezanne.txt", "npc/003-1/tamiloc.txt", "npc/003-1/tinris.txt", "npc/003-1/wateranimation.txt", "npc/003-1/well.txt", -"npc/003-1/shop.txt", \ No newline at end of file +"npc/003-1/shop.txt", diff --git a/npc/003-1/ched.txt b/npc/003-1/ched.txt index 21fd30590..97a9e685a 100644 --- a/npc/003-1/ched.txt +++ b/npc/003-1/ched.txt @@ -5,7 +5,7 @@ // Ched is from a quest. -003-1,40,49,0 script Ched NPC_PLAYER,{ +003-1,62,48,0 script Ched NPC_PLAYER,{ hello; @@ -13,7 +13,7 @@ OnInit: .@npcId = getnpcid(0, "Ched"); setunitdata(.@npcId, UDT_HEADTOP, 2929); - setunitdata(.@npcId, UDT_HEADMIDDLE, 1314); + setunitdata(.@npcId, UDT_HEADMIDDLE, 1316); setunitdata(.@npcId, UDT_HEADBOTTOM, 2204); setunitdata(.@npcId, UDT_WEAPON, 1803); // Boots setunitdata(.@npcId, UDT_HAIRSTYLE, 7); diff --git a/npc/003-1/soul-menhir.txt b/npc/003-1/soul-menhir.txt new file mode 100644 index 000000000..f4e792604 --- /dev/null +++ b/npc/003-1/soul-menhir.txt @@ -0,0 +1,20 @@ +// TMW2 scripts. +// Author: +// Jesusalva +// Description: +// Soul Menhir + +003-1,40,48,0 script Soul Menhir#tulim NPC_SOUL_DESERT,{ + @map$ = "003-1"; + setarray @Xs, 40, 41, 40; + setarray @Ys, 49, 49, 49; + @x = 0; + @y = 0; + callfunc "SoulMenhir"; + @map$ = ""; + cleararray @Xs[0], 0, getarraysize(@Xs); + cleararray @Ys[0], 0, getarraysize(@Ys); + @x = 0; + @y = 0; + close; +} -- cgit v1.2.3-60-g2f50