From ea1a321438e75b66b3fc8148b6eaa41d049761dd Mon Sep 17 00:00:00 2001 From: euphyy Date: Mon, 24 Dec 2012 17:30:14 +0000 Subject: > Pre-Renewal fixes, major credits to Deep Forest for his detailed reports: * Separated Renewal Alberta features with checkre() and new files, follow-up r16125 (bugreport:7041). * Moved remaining Renewal shops out of pre-Renewal file, follow-up r16138 / r16104 (bugreport:7042). * Moved Renewal refining features to a separate file, and made some changes, follow-up r16126 (bugreport:7043). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17042 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_alberta.txt | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'npc/quests/quests_alberta.txt') diff --git a/npc/quests/quests_alberta.txt b/npc/quests/quests_alberta.txt index 64f38d69d..556bde823 100644 --- a/npc/quests/quests_alberta.txt +++ b/npc/quests/quests_alberta.txt @@ -3,21 +3,19 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 2.4 +//= 2.5 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= +//= [Official Conversion] //= Dolls Quest //= Boy's Cap Quest //= Antlers Quest //= Bao Bao, Cresent Hairpin, Fashionbale Glasses, Heart Hairpin Quests //= Hat of Sun God, Sunday Hat, Mage Hat, Magician Hat Quests -//= [Aegis conversion] //= Turtle Island Quests -//= [Aegis Conversion] //= Alberta Boy //===== Additional Comments: ================================= -//= Fully working //= 1.1 Fixed Spore Doll exploit, Gramp's Tiger skin label bug //= 1.3 Fixed item ID 7031 -> 7013 //= 1.4 Fixed a bug, Fixed Exploits, Optimized [Lupus] @@ -33,6 +31,7 @@ //= 2.2 Updated Gotan to be compliant with misc_quiest var. [L0ne_W0lf] //= 2.3 Updated heardgear Quest NPCs. [L0ne_W0lf] //= 2.4 Updated 'Doll Quest' to match AEGIS script. [Kisuka] +//= 2.5 Moved Alberta NPC to pre-re/re paths. [Euphy] //============================================================ // Doll Quest @@ -1105,7 +1104,7 @@ alberta_in,23,104,4 script Grandpa Turtle#tur 120,{ } } -alberta,244,118,4 script Sailor#tur 709,{ +- script ::Sailor_alberta -1,{ if (TURTLE || (MISC_QUEST & 65536)) { mes "[Gotanblue]"; mes "Heh..."; @@ -1239,12 +1238,15 @@ tur_dun01,165,29,4 script Sailor#tur2 709,{ mes "I certainly hope you've found what you were looking for. Alright, I guess there's always a time for an adventurer to return home..."; next; mes "^3355FF* Choo Choo *^000000"; - warp "alberta",238,112; + if (checkre(0)) + warp "alberta",238,112; + else + warp "alberta",241,115; } close; } -alberta,246,114,4 script Turtle Island Scholar 121,{ +- script ::Turtle_Scholar_alberta -1,{ mes "[Jornadan Niliria]"; mes "Every single place"; mes "has its own unique"; -- cgit v1.2.3-60-g2f50