[OPEN] [CODE] Thrown Item Enumeration

Please use this forum to report any bugs you may find with NarutoMUD the game. For any website bugs, please use it's forum.
Post Reply
User avatar
Ichiro
ANBU
ANBU
Posts: 174
Joined: Tue Feb 19, 2008 12:25 pm

[OPEN] [CODE] Thrown Item Enumeration

Post by Ichiro »

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.
User avatar
Gatz
Site Admin
Posts: 547
Joined: Sun Nov 27, 2005 3:29 pm

Re: Thrown Item Enumeration

Post by Gatz »

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.
Gatz Seijuro,
Owner of NarutoMUD
User avatar
Ichiro
ANBU
ANBU
Posts: 174
Joined: Tue Feb 19, 2008 12:25 pm

Re: [OPEN] Thrown Item Enumeration

Post by Ichiro »

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).
Post Reply