First pleas forgivr my lack of spelling experties
ok now my question is how do I add code snippets to my windows baced sever/mud I downloaded it from this website and it seems to only contain word files I can run the mud fine and hve been working on it allready but ther is some editing I would like to do to improve my mud. If any one knows how to add the snipets pleas tell me :]
Well first of all, you need to download the source code. It seems like you just downloaded the server part. Second you need to have some knowledge of C++. I know I'm not the greatest coder and hardly even a novice but you just have to find where to put the snippets and how to take the other things you don't need out. If you look long enough you'll start to figure everything out. That's pretty much what I did. Then recompile your source because if you only just put the snippet in and don't recompile it won't work. So good luck and have fun.
woooo hooo I fixit it thanx to some help from hear :]
But now I have a new problem :[
make
make smaug
make [1]: entering direcktoty '/smaug/src'
gcc -c -o -g3 -wall -wuninitialized -dsmaug act_comm.c
In file included form act_comm.c:32:
mud.h:270:10: #include expcts "filename" or <filename>
mud.h:271:10: #include expcts "filename" or <filename>
in fine included from act_comm.c:32:
mud.h:706:10:parse erroe before "sub_timer_do_abort"
act_comm.c: in function 'is_profane':
act_comm.c:3346: warning: Inplicit declaration of function 're_exec'
make[1]: *** [act.comm.o] error 1
make[1]: leaving directory '/smaug/src'
make: *** [all] error 2
ill try to get it myself befor a anser commes but if I cant ill need some help ill reply again if I find it thoe :]