I just noticed that in my mud that players can't steal from other players, how do I fix this?
stealing from other players?
Posted by Flashattakjak on Mon 05 Aug 2002 02:05 PM — 2 posts, 13,757 views.
In skills.c, locate the function do_steal, a little into it is a commented out piece of code starting with if ( check_illegal_psteal( ch, victim ) ), and the comment over it that stealing from other players was removed. Uncomment out that piece of code, and then the if check right below it [if ( !IS_NPC( ch ) && !IS_NPC( victim ) )] you should remove, because that is the piece of code that is preventing players from stealing from other players. That should do it, good luck :)
-Jay
-Jay