Read-only archive 2005 – 2014 ← back to NarutoMUD

[OPEN] [CODE] Thrown Item Enumeration

Bugs · 3 posts · 2010-06-14 – 2010-06-20

Post 1: Ichiro · 2010-06-14 14:50 UTC

Throw is displaying the number of a particular item in your inventory when you attempt to throw one of the items.
ex: You prepare to throw a rusty kunai(4).

This also used to happen when there were a number of items laying on the floor in a room....not sure if that ever got fixed.

Post 2: Gatz · 2010-06-14 17:56 UTC

This is just a note for me:

This is because separate_obj() isn't being called before the messages are called, the logic needs to be re-ordered.

Post 3: Ichiro · 2010-06-20 22:19 UTC

Hit/miss messages are also not being properly displayed. In some instances the hit message is displayed and then the miss message is displayed (the miss actually happened, the hit did not); Other times the hit message displays, but nothing else happens (no hit actually occurs, no other message displays).