diff options
author | calciumkid <calciumkid@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-20 09:21:54 +0000 |
---|---|---|
committer | calciumkid <calciumkid@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-20 09:21:54 +0000 |
commit | cf7680693e8075adbdc38676ade8020fda6d9833 (patch) | |
tree | fe36ec885421f9ac82646744381dd08bbad78022 /npc | |
parent | 5cbc604ac21f8604a69141012cd980410943b7da (diff) | |
download | hercules-cf7680693e8075adbdc38676ade8020fda6d9833.tar.gz hercules-cf7680693e8075adbdc38676ade8020fda6d9833.tar.bz2 hercules-cf7680693e8075adbdc38676ade8020fda6d9833.tar.xz hercules-cf7680693e8075adbdc38676ade8020fda6d9833.zip |
quests/The_Sign_Quest.txt bugreport:4404
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15180 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 8 |
1 files changed, 7 insertions, 1 deletions
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; |