diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-10 18:07:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-11 18:41:53 -0300 |
commit | 9b15a09fe4d28f3ae2d8b06ff0a20a46ddadd310 (patch) | |
tree | c4cf401ad8f191e86ffbd385a3392ca367a52855 | |
parent | c4e4ec37270509310333909d0f995fd7c6dda8ae (diff) | |
download | serverdata-9b15a09fe4d28f3ae2d8b06ff0a20a46ddadd310.tar.gz serverdata-9b15a09fe4d28f3ae2d8b06ff0a20a46ddadd310.tar.bz2 serverdata-9b15a09fe4d28f3ae2d8b06ff0a20a46ddadd310.tar.xz serverdata-9b15a09fe4d28f3ae2d8b06ff0a20a46ddadd310.zip |
Bryant for Lena's Quest.
Rebuild Tulimshar Clinic.
-rw-r--r-- | maps/re/020-2-15.mcache | bin | 73 -> 79 bytes | |||
-rw-r--r-- | npc/008-3-5/_import.txt | 1 | ||||
-rw-r--r-- | npc/008-3-5/bryant.txt | 72 | ||||
-rw-r--r-- | npc/008-3-5/nunia.txt | 2 | ||||
-rw-r--r-- | npc/020-2-15/_import.txt | 2 | ||||
-rw-r--r-- | npc/020-2-15/_warps.txt | 2 |
6 files changed, 76 insertions, 3 deletions
diff --git a/maps/re/020-2-15.mcache b/maps/re/020-2-15.mcache Binary files differindex 30e94454..7ad6addd 100644 --- a/maps/re/020-2-15.mcache +++ b/maps/re/020-2-15.mcache diff --git a/npc/008-3-5/_import.txt b/npc/008-3-5/_import.txt index 5113781e..e3a73ff7 100644 --- a/npc/008-3-5/_import.txt +++ b/npc/008-3-5/_import.txt @@ -2,4 +2,5 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/008-3-5/_mobs.txt", "npc/008-3-5/_warps.txt", +"npc/008-3-5/bryant.txt", "npc/008-3-5/nunia.txt", diff --git a/npc/008-3-5/bryant.txt b/npc/008-3-5/bryant.txt new file mode 100644 index 00000000..6482084b --- /dev/null +++ b/npc/008-3-5/bryant.txt @@ -0,0 +1,72 @@ +// TMW2 Script. +// Author: +// Jesusalva +// Description: +// Part of Helena's quest +// Gives spoilers about what Jesusalva plans in doing with Bryant + +008-3-5,101,85,0 script Bryant NPC_CRASMANDE,{ + function bryantBanditLord; + function bryantSilverKey; + .@q=getq(HurnscaldQuest_Bandits); + if (.@q == 5) bryantSilverKey(); + if (.@q == 6) bryantBanditLord(); + mesn; + mesq lg("Welcome."); + next; + mesn; + mesq l("I'm looking everywhere for the bandit leader. I can't seem to find him. So I stopped here to rest a bit."); + close; + +function bryantSilverKey { + mesn; + mesq l("Don't say anything, I can smell the scent of Lena's hair on you."); + next; + inventoryplace PiberriesInfusion, 3; + getitem PiberriesInfusion, 3; + setq HurnscaldQuest_Bandits, 6; + mesn; + mesq l("I guess she sent you to kill the Bandit Lord, right? I'll lure him for you."); + next; + mesn; + mesq l("It is pretty close to here. I advise you to use a good sword, and heal yourself often."); + next; + mesn; + mesq l("I will give you 3 @@. Use them on this fight, or you're doomed to fail.", getitemlink(PiberriesInfusion)); + close; +} + +function bryantBanditLord { + mesn; + mesq l("What are you waiting for? Go kill the bandit lord."); + next; + mesn strcharinfo(0); + select + l("I'm going, don't worry."), + l("There was nobody on the Bandit Lord's room."); + if (@menu == 1) + close; + mes ""; + mesn; + mesq l("...Have you ever gone there yet?"); + next; + mesn; + mesq l("Go kill the Bandit Lord!"); + close; +} + +OnInit: + /* + .@npcId = getnpcid(.name$); + setunitdata(.@npcId, UDT_HEADTOP, FairyHat); + setunitdata(.@npcId, UDT_HEADMIDDLE, ForestArmor); + setunitdata(.@npcId, UDT_HEADBOTTOM, JeansChaps); + setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); + setunitdata(.@npcId, UDT_HAIRSTYLE, 24); + setunitdata(.@npcId, UDT_HAIRCOLOR, 1); + */ + + .bodytype = BODYTYPE_1; + .distance = 5; + end; +} diff --git a/npc/008-3-5/nunia.txt b/npc/008-3-5/nunia.txt index e58df875..fb5238f2 100644 --- a/npc/008-3-5/nunia.txt +++ b/npc/008-3-5/nunia.txt @@ -5,7 +5,7 @@ // Nunia, Henry's friend and Woodland's master thief. // THIS IS A PLACEHOLDER! -008-3-5,50,35,0 script Nunia NPC_NUNIA,{ +008-3-5,35,65,0 script Nunia NPC_NUNIA,{ function nuniaIntruder; function nuniaHenry; function nuniaBegin; diff --git a/npc/020-2-15/_import.txt b/npc/020-2-15/_import.txt index d6549d49..7d0d5bf3 100644 --- a/npc/020-2-15/_import.txt +++ b/npc/020-2-15/_import.txt @@ -1,3 +1,3 @@ -// Map 020-2-15: Large Slum Hut +// Map 020-2-15: Tulimshar Clinic // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/020-2-15/_warps.txt", diff --git a/npc/020-2-15/_warps.txt b/npc/020-2-15/_warps.txt index a6467391..7e260483 100644 --- a/npc/020-2-15/_warps.txt +++ b/npc/020-2-15/_warps.txt @@ -1,3 +1,3 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 020-2-15: Large Slum Hut warps +// Map 020-2-15: Tulimshar Clinic warps 020-2-15,45,33,0 warp #020-2-15_45_33 0,0,020-1,267,182 |