Need help with SWRIP

Posted by Toy on Sun 12 Sep 2004 03:17 AM — 2 posts, 12,730 views.

#0
Ok, I'm running into an issue I can't figure out. Upon turning the mud on I get this:

[*****] BUG: Equip_char: already equipped (16).
[*****] BUG: Affect_modify: unknown location 52.

I know it's a bug message from handler.c. I've recently altered the entire code by changing all the stats:
str, int, wis, dex, con, cha, lck and frc into
strength, psyche, endurance, and warfare.

Anyone have any experience with this issue?

-Toy
#1
Think I solved the issue. I cleared out the existing area's mobs and everything cleared itself up. Guess when I removed the APLLY_STR (etc) types, it messed up all the stock mobs.

-Toy