From 1d8592b23ce221f543fb9978c88620f70280c885 Mon Sep 17 00:00:00 2001 From: brianluau Date: Sun, 25 Dec 2011 06:54:26 +0000 Subject: - Standardized script headers, starting with /npc/custom/ http://rathena.org/wiki/Script_header git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15262 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/quests/sunglasses.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'npc/custom/quests/sunglasses.txt') diff --git a/npc/custom/quests/sunglasses.txt b/npc/custom/quests/sunglasses.txt index 5b0f5cf49..5f554ea23 100644 --- a/npc/custom/quests/sunglasses.txt +++ b/npc/custom/quests/sunglasses.txt @@ -1,23 +1,23 @@ //===== rAthena Script ======================================= //= Quest For Slotted Sunglasses //===== By: ================================================== -//= Aegis - amichan +//= amichan //===== Current Version: ===================================== //= 1.7 //===== Compatible With: ===================================== -//= Any rAthena Version; +//= rAthena SVN //===== Description: ========================================= //= Quest to get Slotted Sunglasses //===== Additional Comments: ================================= +//= quest will reset it self after 1 pair of Slotted Sunglasses is made. +//= //= 1.0 by Aegis 1.1 by aichan 1.2 by x[tsk] 1.3 by Darkchild //= 1.5 Fixed Exploit [Lupus] //= 1.6 Fixed Exploit [KarLaeda] //= 1.7 Relocated 'Maseph' to moc_fild07. [Kisuka] //============================================================ -// quest will reset it self after 1 pair of Slotted Sunglasses is made. // 1st part of the quest - alberta,88,193,5 script Sunglasses Trader 73,{ if(SG_QUEST1 == 1) goto L_SG_Q1_Done; mes "[Sunglasses Trader]"; @@ -45,7 +45,6 @@ L_SG_1: mes "and ^000088100000z^000000."; next; menu "Alright, here.",L_SG_1_Check,"That's too much!",-; - mes "[Sunglasses Trader]"; mes "Suit Yourself."; close; @@ -90,7 +89,6 @@ L_SG_No: } // 2nd part of the quest - moc_fild07,334,186,5 script Maseph 702,{ if(SG_QUEST1 == 1) goto L_SG_2; mes "[Maseph]"; -- cgit v1.2.3-60-g2f50