From cf7680693e8075adbdc38676ade8020fda6d9833 Mon Sep 17 00:00:00 2001 From: calciumkid Date: Tue, 20 Dec 2011 09:21:54 +0000 Subject: quests/The_Sign_Quest.txt bugreport:4404 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15180 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/The_Sign_Quest.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'npc/quests') diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index 0c15b20fd..a4a0c5129 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -720,7 +720,7 @@ prt_in,227,45,0 script Archeologist#sign 804,{ mes "Engel Howard yet?"; mes "He's the only one"; mes "who can unlock the"; - mes "the Sign's power for you..."; + mes "Sign's power for you..."; } else if (sign_q == 141) { if (countitem(2644) == 1) { @@ -769,6 +769,12 @@ prt_in,227,45,0 script Archeologist#sign 804,{ mes "accept this as a token"; mes "of my gratitude. Good luck"; mes "on your travels, adventurer."; + if (checkweight(7178,1) == 0) { + next; + mes "^3355FFWait a second! Right now,"; + mes "you have too many items in your inventory. Please come back after you've freed up more inventory space.^000000"; + close; + } delitem 7178,1; //Star's_Sob set sign_q,202; getexp 10000,0; -- cgit v1.2.3-70-g09d2