Browse Source

Updates to eden_iro.txt

SkittleNugget 11 năm trước cách đây
mục cha
commit
eb872a9b37
1 tập tin đã thay đổi với 25 bổ sung22 xóa
  1. 25 22
      npc/re/quests/eden/eden_iro.txt

+ 25 - 22
npc/re/quests/eden/eden_iro.txt

@@ -318,7 +318,8 @@ moc_para01,50,39,4	script	Eve Natalia	882,{
 			mes "You don't even have 1... stop wasting my time.";
 			close;
 		}
-		//FIXME: missing dialogue
+		mes "[Eve Natalia]";
+		mes "Oh perfect, you get ^CC0000" + .@amount + "^000000 Safe to 7 Certificates!";
 		delitem .@item,1;
 		for(set .@i,0; .@i<.@amount; set .@i,.@i+1) {
 			// Note: iRO lists item 6235 as "Safe to 7 Headgear Certificate", but it's Guarantee_Armor_6Up in our database.
@@ -339,8 +340,12 @@ moc_para01,50,39,4	script	Eve Natalia	882,{
 // Bubble Gum & Battle Manual Exchanger
 //============================================================
 moc_para01,48,184,2	script	Gum & Manual Exchanger	562,{
+	if(Weight < MaxWeight / 2) {
+		mes "You're carrying too many items right now.";
+		close;	
+	}
 	mes "[Trader Machine]";
-	mes "Insert Bubble Gums and/or Battle Mnauals to trade for higher efficiency Gums and Manuals.";
+	mes "Insert Bubble Gums and/or Battle Manuals to trade for higher efficiency Gums and Manuals.";
 	next;
 	mes "[Trader Machine]";
 	mes "Exchange rate:";
@@ -351,37 +356,34 @@ moc_para01,48,184,2	script	Gum & Manual Exchanger	562,{
 	mes "What would you like to exchange for?";
 	next;
 	switch(select("HE Bubble Gum:HE Battle Manual:1 Battle Manual X3:2 Battle Manual X3:1 Costume Corsair:Nothing")) {
-	case 1:
-		callsub L_Exchange,12210,2,12412,1;
-		break;
-	case 2:
-		callsub L_Exchange,12208,2,12411,1;
-		break;
-	case 3:
-		callsub L_Exchange,12411,4,14545,1;
-		break;
-	case 4:
-		callsub L_Exchange,12312,3,14545,2;
-		break;
+	//CallSub L_Exchange,<Insert Item>,<Amount>,<Return Item>,<Amount>
+	case 1:	callsub L_Exchange,12210,2,12412,1;	
+	case 2:	callsub L_Exchange,12208,2,12411,1;
+	case 3:	callsub L_Exchange,12411,4,14545,1;
+	case 4:	callsub L_Exchange,12312,3,14545,2;
+
 	case 5:
 		mes "[Trader Machine]";
 		mes "I can give you 1 Battle Manual X3 for 1 Costume Corsair.";
-		close; // Missing item database entry, disabled for now.
-		/*
 		next;
 		if (countitem(19619) == 0) {
 			mes "[Trader Machine]";
-			mes "You don't have enough Costume Corsair hats to make that trade.";
+			mes "You don't have a Costume Corsair hat to make that trade.";
 			close;
 		}
 		next;
 		if(select("Yes, give it to me!:No, wait not yet.") == 2)
 			close;
-		delitem 19619,1;
-		getitem 14545,1; //Battle_Manual_X3
+		//Dialogue below not official.
+		mes "[Trader Machine]";
+		mes "You place the required items into the machine..";
+		next;
+		mes "[Trader Machine]";
+		mes "Bump... The Machine has given you an Item in return";
+		delitem 19619,1; //Costume Corsair
+		getitem 14545,1; //Battle Manual X3
 		close;
-		*/
-	case 6:
+	case 6:	
 		close;
 	}
 
@@ -448,7 +450,8 @@ moc_para01,41,169,2	script	Kafra Stacker#eden	749,{
 }
 
 // Code Redeemer
-//============================================================
+// Used to purchase Items for In-Game use through other sites officially.
+//========================================================================
 moc_para01,38,162,2	script	Code the Redeemer#Give1	405,{
 	mes "[Code the Redeemer]";
 	mes "Welcome, "+strcharinfo(0)+"!";