From 4634393244044fc583697e82fb15905bed1f4feb Mon Sep 17 00:00:00 2001 From: Cassy1 Date: Sun, 28 Dec 2014 15:15:33 +0100 Subject: Fixed the mixed up item requirements --- world/map/npc/027-7/general_razha.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'world/map/npc/027-7') diff --git a/world/map/npc/027-7/general_razha.txt b/world/map/npc/027-7/general_razha.txt index cad3e4cb..755aa610 100644 --- a/world/map/npc/027-7/general_razha.txt +++ b/world/map/npc/027-7/general_razha.txt @@ -8,7 +8,7 @@ end; set @RAZHA_SOUL_REQ, 3; - set @RAZHA_ROTTEN_RAGS_REQ, 5; + set @RAZHA_DISEASED_HEARTS_REQ, 5; set @RAZHA_UNDEAD_EYE_REQ, 5; set @RAZHA_UNDEAD_EAR_REQ, 5; set @minlevel, 70; @@ -26,7 +26,7 @@ L_TomeMain: "Nothing.", L_Close; L_SummonReagents: - mes "Says we need " + @RAZHA_SOUL_REQ + " Souls, " + @RAZHA_ROTTEN_RAGS_REQ + " Diseased Hearts, " + @RAZHA_UNDEAD_EYE_REQ + " Undead Eyes, and " + @RAZHA_UNDEAD_EAR_REQ + " Undead Ears to perform the ritual."; + mes "Says we need " + @RAZHA_SOUL_REQ + " Souls, " + @RAZHA_DISEASED_HEARTS_REQ + " Diseased Hearts, " + @RAZHA_UNDEAD_EYE_REQ + " Undead Eyes, and " + @RAZHA_UNDEAD_EAR_REQ + " Undead Ears to perform the ritual."; next; goto L_TomeMain; @@ -39,12 +39,12 @@ L_Ritual: if (BaseLevel < @minlevel) goto L_ToWeak; if ( (countitem("Soul") < @RAZHA_SOUL_REQ) - || (countitem("RottenRags") < @RAZHA_ROTTEN_RAGS_REQ) + || (countitem("DiseasedHeart") < @RAZHA_DISEASED_HEARTS_REQ) || (countitem("UndeadEye") < @RAZHA_UNDEAD_EYE_REQ) || (countitem("UndeadEar") < @RAZHA_UNDEAD_EAR_REQ) ) goto L_MissingReagents; delitem "Soul", @RAZHA_SOUL_REQ; - delitem "RottenRags", @RAZHA_ROTTEN_RAGS_REQ; + delitem "DiseasedHeart", @RAZHA_DISEASED_HEARTS_REQ; delitem "UndeadEye", @RAZHA_UNDEAD_EYE_REQ; delitem "UndeadEar", @RAZHA_UNDEAD_EAR_REQ; mes "As you perform the ritual you can feel the energy amass."; @@ -72,7 +72,7 @@ L_Close: set @bonus, 0; set @minlevel, 0; set @RAZHA_SOUL_REQ, 0; - set @RAZHA_ROTTEN_RAGS_REQ, 0; + set @RAZHA_DISEASED_HEARTS_REQ, 0; set @RAZHA_UNDEAD_EYE_REQ, 0; set @RAZHA_UNDEAD_EAR_REQ, 0; close; @@ -212,7 +212,7 @@ L_End: set @bonus, 0; set @minlevel, 0; set @RAZHA_SOUL_REQ, 0; - set @RAZHA_ROTTEN_RAGS_REQ, 0; + set @RAZHA_DISEASED_HEARTS_REQ, 0; set @RAZHA_UNDEAD_EYE_REQ, 0; set @RAZHA_UNDEAD_EAR_REQ, 0; end; -- cgit v1.2.3-60-g2f50