From 5b71ffccc6564b209355caafd53588fa15be9a9d Mon Sep 17 00:00:00 2001 From: celest Date: Sun, 2 Jan 2005 16:00:56 +0000 Subject: Corrected crusader.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@892 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 2 ++ npc/jobs/2-2/crusader.txt | 11 +++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 7618ae3bf..ef58a0398 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -34,6 +34,8 @@ Other Ppl Date Added ====== +2/1 + * The 'Lothar' NPC was asking for the wrong items, corrected thanks to Death's Mage 01/01/05 * Fixed some respawn delays of MVP/Miniboss monsters. Redo Umbala/Niflheim fields, added missing mobs, corrected monsters quantity. In Niflheim fixed wrong Lord of Death monster ID. [Lupus] diff --git a/npc/jobs/2-2/crusader.txt b/npc/jobs/2-2/crusader.txt index f25781b27..a74ef2850 100644 --- a/npc/jobs/2-2/crusader.txt +++ b/npc/jobs/2-2/crusader.txt @@ -54,8 +54,7 @@ NEXT_0: JOB: mes "[^000080Lothar^000000]"; mes "All right, let me take a look at you first."; - next; - mes "[^000080Lothar^000000]"; + next; if (readparam(55) != 50) goto SKIP; set JLCC,1; set Job_CR,5; @@ -103,10 +102,10 @@ NEXT_0: mes "- 10 ^FF0000Mementos^000000"; close; IT: - mes "- 10 ^FF0000Decayed Nail^000000"; - mes "- 10 ^FF0000Danggies^000000"; - mes "- 10 ^FF0000Stinky Scales^000000"; - mes "- 10 ^FF0000Mementos^000000"; + mes "- 10 ^FF0000Skel-Bones^000000"; + mes "- 10 ^FF0000Orc Claws^000000"; + mes "- 1 ^FF0000Ball 'n Chain^000000"; + mes "- 10 ^FF0000Danggie^000000"; close; ASK: -- cgit v1.2.3-70-g09d2