Fixed some reference to old locations of the Blacksmith NPC's, Thanks to Neouni.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5491 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
81145f1ab6
commit
955f2bbf68
@ -27,6 +27,10 @@ Nexon
|
|||||||
|
|
||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
|
||||||
|
03/07
|
||||||
|
* Fixed some reference to old locations of the Blacksmith NPC's, Thanks to Neouni. [Poki#3]
|
||||||
|
|
||||||
03/06
|
03/06
|
||||||
* Fixed Thanatos warps: tha_t06,tha_t06a,tha_t06b,tha_t05a thanks to Justin84 [Lupus]
|
* Fixed Thanatos warps: tha_t06,tha_t06a,tha_t06b,tha_t05a thanks to Justin84 [Lupus]
|
||||||
- Added Temp Thanatos Keys solution (more close to official than that Thanatos Statues Quest)
|
- Added Temp Thanatos Keys solution (more close to official than that Thanatos Statues Quest)
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
//= Optimized and further edited by kobra_k88.
|
//= Optimized and further edited by kobra_k88.
|
||||||
//= Further bugfixed and tested by Lupus
|
//= Further bugfixed and tested by Lupus
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.8a
|
//= 1.8b
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena 1.0+
|
//= eAthena 1.0+
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -554,8 +554,8 @@ L_Test2:
|
|||||||
mes "[Geshupenschte]";
|
mes "[Geshupenschte]";
|
||||||
mes "I'll list them again";
|
mes "I'll list them again";
|
||||||
mes "^5533FF2 Coals";
|
mes "^5533FF2 Coals";
|
||||||
mes "2 Shells^000000";
|
mes "2 Shells";
|
||||||
mes "2 Red Bloods";
|
mes "2 Red Bloods^000000";
|
||||||
mes "and ^5533FF1 Tsurugi^000000 from the stores.";
|
mes "and ^5533FF1 Tsurugi^000000 from the stores.";
|
||||||
next;
|
next;
|
||||||
goto L_finalword;
|
goto L_finalword;
|
||||||
@ -854,7 +854,7 @@ L_CheckTest3:
|
|||||||
|
|
||||||
if(countitem(1073) < 1) goto sL_noreceipt;
|
if(countitem(1073) < 1) goto sL_noreceipt;
|
||||||
mes "[Geshupenschte]";
|
mes "[Geshupenschte]";
|
||||||
mes "Great! Very good! You're definalty a honest merchant! Go see Altiregen back in Geffen!";
|
mes "Great! Very good! You're definalty a honest merchant! Go see Altiregen back in Einbroch!";
|
||||||
mes "I know you'll definately pass the test!!!";
|
mes "I know you'll definately pass the test!!!";
|
||||||
set BSMITH_Q, 4;
|
set BSMITH_Q, 4;
|
||||||
set BSMITH_Q2, 0;
|
set BSMITH_Q2, 0;
|
||||||
@ -889,7 +889,7 @@ L_Done:
|
|||||||
|
|
||||||
L_GoChange:
|
L_GoChange:
|
||||||
mes "There should be nothing you want now.........";
|
mes "There should be nothing you want now.........";
|
||||||
mes "Maybe you're thinking of Morroc or Geffen?";
|
mes "Maybe you're thinking of Einbroch?";
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user