<snip>
> So, what *I* have to do to put these patches in, is go into the patch
files,
> go to the line specified for the addition(or change) in a Vanilla copy
that
> I have, Find the same point in my own code (which will have a different
line
> number 99.999% of the time) and basically put in the changes line by line.
</snip>
This, is for the most part, the BEST way to put patches in anyways. It
minimizes patching in the wrong places but the system.
You don't "have" to go to a vanilla rom and patch then go to urs. U can go
straight to urs.
Most patches will have the file to edit. Then just go do a search within
that file with familiar code.
IE.
> - send_to_char("gossip ",ch);
> + send_to_char("{dgossip{x ",ch);
You "know" to search for [send_to_char("gossip] when u find it, replace it
with the new code.
> But, now that I am trying to put in Mobprogs(and item progs, room
> progs)...the patch files are in a different, harder for the uninitiated to
> understand....
<snip>
Who's MobProgs would help us better here.
Bobby