Disclaimer: I (Vigo) am not responsible for anything these diff files do to you, your life, your mud, your computer, your gf, your dog or everything else. Description: I first fixed the hunt code on my own mud (GodWars 1996 version) and now I've ported it to the vw (version 1.0 I guess) mud. I hope they work :] License: You're free to implement this code in your mud, The only thing I want for using this code is when put in "help changes" or something like that I want my name included (as "Vigo" that is), and mail me if you use it in your mud with your adress and port. You can also freely redistribute this file, as long as you keep it intact. Good luck Vigo (Vigo@TechISG.org) TO INSTALL: First: Apply the 7 diff files by using: $ patch -c < ./hunt.diff $ patch -c < ./merc.diff etc... Recompile... and voila. Note: in interp.c the command "hunt" now points to do_hunt instead of do_track.