14 Nov, 2008, yzor wrote in the 1st comment:
Votes: 0
i'm running a rom based mud with ivans olc 1.81, my problem is that when i try to add the ac it keeps going to action flags. i went and move ac to where its above act in olc.c but i keep haveing the same problem, i did do a clean recompile, i've made it a habbit to always make clean then make.
14 Nov, 2008, Kline wrote in the 2nd comment:
Votes: 0
Caveat: Never used Ivan OLC, so this is just my best guess. Your OLC system probably has its own command handler, like build_interpret() or something vs the regular interpret(). With that should be its own command table. {"act", POS_STANDING, IMM_ONLY, NO_LOG} or something similar. Just moving the entry for "ac" above "act" should do it.
14 Nov, 2008, Hades_Kane wrote in the 3rd comment:
Votes: 0
Try using the keyword 'armor' instead of 'ac'.

I believe you do something like: armor 50 24 56 34

That's one of the sloppy messaging errors that never got fixed in stock rom.

Maybe that'd be another good bug fix to add to the list on the RaM project.
0.0/3