From 700e4388dbea30f4119404b3eb1ac9be372d1adf Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 18 Aug 2009 22:33:33 +0000 Subject: * Changed attribute_recover to no, being hit by the same element should not recover HP. * Added monster_noteleport to Okolnir quest maps. Will fix the tarot card issue. - Fixed Brynhild dialog in the Asprika quests. (bugreport:3085) - Removed "Disabled" tag from Volcano base quest. (bugreport:3342) - Attempted to fix the sign quest dancing portion. (bugreport:3382) - Fixed Guardian in schg_cas03 using invalid coords. (bugreport:3462) - Fixed Turbo Track records using wrong variable type. (bugreport:3484) - Fixed the checkweights in the Crow of Fate quest. (bugreport:3500) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14013 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_morocc.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'npc/quests/quests_morocc.txt') diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt index b0d4808ad..4970a52b6 100644 --- a/npc/quests/quests_morocc.txt +++ b/npc/quests/quests_morocc.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 2.6 +//= 2.7 //===== Compatible With: ===================================== //= eAthena 7.15 + //===== Description: ========================================= @@ -39,6 +39,7 @@ //= Added the two remaining episode 12.1 quests. //= Updated Satan Morroc Quest to allow peopel who have //= finished it to return to the previous map. +//= 2.7 Corrected weight checks, they only check for inventory slots. [L0ne_W0lf] //============================================================ // Stop Post Quest @@ -2017,7 +2018,7 @@ OnTimer5415000: // ============================================================ moc_ruins,137,70,3 script Book-Touching Man#garas 48,{ if (BaseLevel > 59) { - if ((wt_inven == 2) || (wt_inven == 3)) { + if (checkweight(703,3) == 0) { mes "- You have too many items in your inventory to proceed with this quest. -"; close; } @@ -3030,7 +3031,7 @@ yuno_in04,117,102,3 script Old News Scrapbook 844,{ } yuno_in04,169,123,3 script Suspicious Man#oliver_h 407,{ - if ((wt_inven == 2) || (wt_inven == 3)) { + if (checkweight(617,3) == 0) { mes "- You have too many items in your inventory to proceed with this quest. -"; close; } @@ -3243,7 +3244,7 @@ yuno_in04,169,123,3 script Suspicious Man#oliver_h 407,{ } yuno_in04,167,120,3 script Worn-out Book#garas 111,{ - if ((wt_inven == 2) || (wt_inven == 3)) { + if (checkweight(617,3) == 0) { mes "- You have too many items in your inventory to proceed with this quest. -"; close; } -- cgit v1.2.3-70-g09d2