Quote:
Originally Posted by tere12
I got all katanas to my server (version 5017) and ninja stats and everything exept skills, when i try equipt katana it sais "This item use is not implemented yet" can any1 tell me what files can be wrong? Or is it server fault? Im using shadowCo source whats based on LOTF
Thanks
Edit: I puted katanas on in Database 
|
Using a wrong itemid.
Item use requests are in the same packet and same subtype as equipping.
The client determines the slot to send based on itemid, and if the slot is 0 it goes to item use. Therefore if it's trying to use the item, you need to use the itemid of a weapon(or similar to it).