summaryrefslogtreecommitdiff
path: root/npc/quests/quests_amatsu.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-28 05:59:53 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-28 05:59:53 +0000
commitc54ae348d8e51d038ee1f35f610d56e2ee55522b (patch)
treebe6a28d9e90eea254faa3504686251ba399ee3ea /npc/quests/quests_amatsu.txt
parent62f0c65cd908cf17c092a33fbfa94a12d9b30af1 (diff)
downloadhercules-c54ae348d8e51d038ee1f35f610d56e2ee55522b.tar.gz
hercules-c54ae348d8e51d038ee1f35f610d56e2ee55522b.tar.bz2
hercules-c54ae348d8e51d038ee1f35f610d56e2ee55522b.tar.xz
hercules-c54ae348d8e51d038ee1f35f610d56e2ee55522b.zip
Implemented several "checkweights" in other NPCs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12258 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_amatsu.txt')
-rw-r--r--npc/quests/quests_amatsu.txt19
1 files changed, 10 insertions, 9 deletions
diff --git a/npc/quests/quests_amatsu.txt b/npc/quests/quests_amatsu.txt
index 67668eb9f..251a96d86 100644
--- a/npc/quests/quests_amatsu.txt
+++ b/npc/quests/quests_amatsu.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= eAthena team & others? & MasterOfMuppets
//===== Current Version: =====================================
-//= 1.2
+//= 1.4
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -13,19 +13,20 @@
//= Dungeon Quest
//===== Additional Comments: =================================
//= 1.3 Rescripted to Aegis 10.3 Standards. [L0ne_W0lf]
+//= 1.4 Added missing checkweight. [L0ne_W0lf]
//============================================================
// Momotaro Event
//============================================================
amatsu,223,236,3 script Publisher#ama 763,{
- //if (max_max_c == 1) {
- // mes "- Wait a moment!! -";
- // mes "- Currently you are carrying -";
- // mes "- too many items with you. -";
- // mes "- Please store some items into your Kafra storage -";
- // mes "- and try again. -";
- // close;
- //}
+ if (checkweight(1201,1) == 0) {
+ mes "- Wait a moment!! -";
+ mes "- Currently you are carrying -";
+ mes "- too many items with you. -";
+ mes "- Please store some items into your Kafra storage -";
+ mes "- and try again. -";
+ close;
+ }
if (event_momo < 2) {
mes "[Publisher]";
mes "Hello~!!";