From 31bf1466cfeb3e4ea72c58c5ea715532f65dd28d Mon Sep 17 00:00:00 2001 From: Lupus Date: Wed, 31 May 2006 09:42:24 +0000 Subject: many quests variables are shrinked in 1 variable bits. UPDATE ALL YOUR OLD scripts! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6884 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_alberta.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'npc/quests/quests_alberta.txt') diff --git a/npc/quests/quests_alberta.txt b/npc/quests/quests_alberta.txt index 86ed34041..19482a93a 100644 --- a/npc/quests/quests_alberta.txt +++ b/npc/quests/quests_alberta.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 1.5 +//= 1.6 //===== Compatible With: ===================================== //= eAthena 1.0 //===== Description: ========================================= @@ -14,10 +14,11 @@ //= Hat of Sun God, Sunday Hat, Mage Hat, Magician Hat Quests //===== Additional Comments: ================================= //= Fully working -//= 1.1 Fixed Spore Doll exploit [Lupus], 1.2 Gramp's Tiger skin label bug +//= 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] -//= 1.5 Turned TEMPESTRA -> @TEMPESTRA, fixed a typo [Lupus] +//= 1.6 TEMPESTRA quest uses common quests variable MISC_QUEST +//= Condition if done: (MISC_QUEST & 2) [Lupus] //============================================================ @@ -504,7 +505,7 @@ alberta.gat,135,79,3 script Tempestra 71,{ mes "[Tempestra]"; mes "Ah...... Such a cool breeze. It's good to be next to the sea. I think it was the right choice for me to take a break from my business and come here."; emotion e_ho; - if(@TEMPESTRA) goto sM_Menu; + if(MISC_QUEST & 2) goto sM_Menu; next; mes "[Tempestra]"; mes "Oh the sun is so bright today. I'm glad I brought my hat. If my skin is exposed to the sun like this everyday, I'm sure to get a sunburn."; @@ -516,7 +517,7 @@ alberta.gat,135,79,3 script Tempestra 71,{ if(countitem(503) < 1) goto L_NoPot; delitem 503, 1; - set @TEMPESTRA, 1; + set MISC_QUEST,MISC_QUEST | 2; mes "[Tempestra]"; mes "Oooh! Thank you so much. I'm so glad to meet such a friendly person here...."; emotion e_thx; -- cgit v1.2.3-70-g09d2