More minor updates to a couple NPCs.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11577 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
dd5d433fca
commit
68829ba812
@ -1,7 +1,8 @@
|
||||
Date Added
|
||||
======
|
||||
2007/10/25
|
||||
* Rev. 11575 Minor updates the Juperos Elevator NPCs. [L0ne_W0lf]
|
||||
* Rev. 11577 More minor updates to a couple NPCs. [L0ne_W0lf]
|
||||
* Rev. 11576 Minor updates the Juperos Elevator NPCs. [L0ne_W0lf]
|
||||
* Rev. 11574 Minor fixes here and there to a few scripts. [L0ne_W0lf]
|
||||
2007/10/24
|
||||
* Rev. 11570 Added the Advanced Refiner for Enriched ores. [L0ne_W0lf]
|
||||
|
@ -8,8 +8,7 @@
|
||||
//= Eathena SVN
|
||||
//===== Description: =========================================
|
||||
//= [Aegis Conversion]
|
||||
//= Refiner that uses Enriched ores to increase upgrade
|
||||
success.
|
||||
//= Refiner that uses Enriched ores to increase upgrade success.
|
||||
//= After a conversation with Doddler, it's been established that
|
||||
//= the advanced refiner works similar the the "Bubble Gum" item.
|
||||
//= The success percentage is not "increased" however, if it fails
|
||||
@ -19,6 +18,7 @@
|
||||
//= - Uses the iRO position for this NPC.
|
||||
//===== Additional Comments: =================================
|
||||
//= 1.0 First Version. [L0ne_W0lf]
|
||||
//= 1.1 Fixed a weird carriage return. o_o [L0ne_W0lf]
|
||||
//============================================================
|
||||
|
||||
payon,174,138,0 script Suhnbi#cash 85,{
|
||||
|
@ -3,7 +3,7 @@
|
||||
//===== By: ==================================================
|
||||
//= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs)
|
||||
//===== Current Version: =====================================
|
||||
//= 2.4
|
||||
//= 2.5
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena SVN 3422+(Requires jA Script System)
|
||||
//===== Description: =========================================
|
||||
@ -37,6 +37,7 @@
|
||||
//= 2.2 Fixed a small bug which occured when people had to return The Sign around midnight. [SinSloth]
|
||||
//= 2.3 Made some adjustments in last event with dialogs/summoning and fixed a possible exploit earlier. [SinSloth]
|
||||
//= 2.4 Optimized/simplified some poorly written code; fixed wrong quiz answers [ultramage]
|
||||
//= 2.5 Updated to fall within proper name restrictions. [L0ne_W0lf]
|
||||
//============================================================
|
||||
//===== Configuration : ======================================
|
||||
prontera,1,1,1 script TheSignConfig -1,{
|
||||
@ -4789,7 +4790,7 @@ L_Done:
|
||||
|
||||
}
|
||||
|
||||
prt_castle,107,58,5 script Soldier#2 105,{
|
||||
prt_castle,107,58,5 script Soldier#2sign 105,{
|
||||
|
||||
if (bakerlan_test > 10) goto L_Heya;
|
||||
mes "[Maruin]";
|
||||
@ -5799,7 +5800,7 @@ L_Done:
|
||||
close;
|
||||
}
|
||||
|
||||
alberta,165,83,3 script Fastidious Old Man 755,{
|
||||
alberta,165,83,3 script Fastidious Old Man#sign 755,{
|
||||
|
||||
if (signquest > 30) goto L_Done;
|
||||
if (signquest == 30) goto L_Interpret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user