summaryrefslogtreecommitdiff
path: root/npc/quests/quests_nameless.txt
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-02 16:47:32 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-10-02 16:47:32 +0000
commite3e4ad7c232effbb23db058072a32a38e51f4301 (patch)
treef5fde888ddc5b54f81115192cba63b9abcf2047b /npc/quests/quests_nameless.txt
parent47021ca1c0e3c9f2e9c6a304761270bd48841559 (diff)
downloadhercules-e3e4ad7c232effbb23db058072a32a38e51f4301.tar.gz
hercules-e3e4ad7c232effbb23db058072a32a38e51f4301.tar.bz2
hercules-e3e4ad7c232effbb23db058072a32a38e51f4301.tar.xz
hercules-e3e4ad7c232effbb23db058072a32a38e51f4301.zip
- Some fixes with check weight.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13254 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_nameless.txt')
-rw-r--r--npc/quests/quests_nameless.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/quests/quests_nameless.txt b/npc/quests/quests_nameless.txt
index d5b15b6d8..a1411da36 100644
--- a/npc/quests/quests_nameless.txt
+++ b/npc/quests/quests_nameless.txt
@@ -207,6 +207,7 @@ ra_in01,308,59,1 script Waiter#Aru 930,{
close;
}
if (aru_monas == 6) {
+ next;
mes "[Waiter]";
mes "What would you like";
mes "to order? Or... If I'm";
@@ -276,7 +277,7 @@ ra_in01,301,43,0 script #Aru_conv -1,3,3,{
end;
OnTouch:
- if (checkweight(907,200) < 0) {
+ if (checkweight(907,200) == 0) {
mes "^3355FFWait a second!";
mes "Right now, you're carrying";
mes "too many things with you.";
@@ -682,7 +683,7 @@ ve_in,81,296,3 script Soldier#Aru 946,{
}
ra_temple,165,57,5 script Niren#ss 915,{
- if (checkweight(907,200) < 0) {
+ if (checkweight(907,200) == 0) {
mes "^3355FFWait a second!";
mes "Right now, you're carrying";
mes "too many things with you.";
@@ -1938,7 +1939,7 @@ nameless_n,259,218,3 script Larjes#Boat1 97,{
}
abbey02,224,70,0 script Book#Aru 111,{
- if (checkweight(7766,1) < 0) {
+ if (checkweight(7766,1) == 0) {
mes "^3355FFWait a second!";
mes "Right now, you're carrying";
mes "too many things with you.";
@@ -2035,7 +2036,7 @@ OnTimer300000:
}
abbey03,232,232,4 script Dead Man#Aru 956,{
- if (checkweight(7766,1) < 0) {
+ if (checkweight(7766,1) == 0) {
mes "^3355FFWait a second!";
mes "Right now, you're carrying";
mes "too many things with you.";
@@ -2530,7 +2531,7 @@ ra_temin,103,151,7 script Female Follower#em 917,{
}
ra_fild03,139,355,5 script Ishmael#em 914,{
- if (checkweight(907,200) < 0) {
+ if (checkweight(907,200) == 0) {
mes "^3355FFWait a second!";
mes "Right now, you're carrying";
mes "too many things with you.";