Page 1 of 1

Watering bucket bug

Posted: Tue Apr 28, 2015 4:01 pm
by Ahelis
I bought a watering bucket from Haiban, and I think there's a bug with it where the bucket doesn't register as empty after you use it.

Below is some of the description I get in-game with the bucket. First, I drop the bucket and test my encumbrance level. Then I pick up my bucket, and look at it and see it is definitely empty. I test my encumbrance, and I'm heavily encumbered, as if the bucket is full of water. I can't put it back in my backpack either, even though when I newly bought it and it was empty, I could.

Code: Select all

ENAvdDt>
encumb
You're feeling burdened by all the weight you're carrying.

ENAvdDt>
drop bucket
You drop a wooden watering bucket.

ENAvdDt>
encumb
You're not carrying too much, you should be able to move about fairly unburdened.

ENAvdDt>
get bucket
You pick up a wooden watering bucket with your left hand.

ENAvdDt>
look bucket
This large wooden bucket has a thick rope handle, as well as small v-shaped spout on one end which 
makes pouring a bit more accurate.
It has no water in it.

ENAvdDt>
encumb
You're feeling burdened by all the weight you're carrying.

ENAvdDt>
put bucket in backp
That won't fit in there.

Re: Watering bucket bug

Posted: Tue May 05, 2015 7:52 pm
by Jirato
I'll need specifics about how exactly you emptied the bucket, as that appears to be where it isn't updating the weight properly. Did you use the water verb on a field, or did you simply empty it with the empty verb or what?

FYI, putting something in the bucket and then removing it with the PUT/GET commands should fix it as well. Will definitely look into adjusting weight when watering fields though.

Re: Watering bucket bug

Posted: Tue May 05, 2015 8:17 pm
by Fayne
Water verb was used on a field, and it only seems to add weight the very first time it is used. After that it correctly adds and removes weight. Also, you can't put anything in these watering buckets as far as I know, only water.

Re: Watering bucket bug

Posted: Wed May 06, 2015 4:47 am
by Jirato
Fixed! If your bucket is still bugged, the weight should correct itself next time you use it for watering a field.