diff options
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | 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: |