Browse Source

Custom GL Mixer: Adds Muspellium and Essence of Rune

Jey 8 years ago
parent
commit
14654b8916
1 changed files with 13 additions and 1 deletions
  1. 13 1
      npc/custom/quests/valhallen.txt

+ 13 - 1
npc/custom/quests/valhallen.txt

@@ -24,7 +24,7 @@ prontera,147,171,5	script	Lenneth	811,{
 	mes "I can transmute for you many of the Valhallen items,";
 	mes "although they require many rare elements to make.";
 	next;
-	switch(select("Mjolnir:Sleipnir:Brisingamen:Gleipnir:Megingjard:Asprika:Brynhild:Hervor:Jormungand")) {
+	switch(select("Mjolnir:Sleipnir:Brisingamen:Gleipnir:Megingjard:Asprika:Brynhild:Hervor:Jormungand:Muspellium:Essence Of Rune:Close")) {
 		case 1:
 			mes "[Lenneth]";
 			mes "^3355FFMjolnir^000000 is the mighty Hammer of Thor.";
@@ -70,6 +70,18 @@ prontera,147,171,5	script	Lenneth	811,{
 			mes "The ^3355FFJormungand^000000 is famous for its ability to poison the enemy.";
 			setarray .@Items[0],2020,6603,4,6599,1,6598,1,6601,4,6600,1,6604,1,6605,1,1473,1;
 			break;
+		case 10:
+			mes "[Lenneth]";
+			mes "The ^3355FFMuspellium^000000 is required to make ^3355FFJormungand^000000 and ^3355FFHervor^000000.";
+			setarray .@Items[0],6605,984,50,985,50;
+			break;
+		case 11:
+			mes "[Lenneth]";
+			mes "The ^3355FFEssence Of Rune^000000 is required to make ^3355FFJormungand^000000 and ^3355FFHervor^000000.";
+			setarray .@Items[0],6604,12735,200,12736,100;
+			break;
+		default:
+			close;
 	}
 	
 	mes "^FF0000The items I need are as follows:^000000";