When making mobs using the "E" spec, is there anything else involved, such as changing the code to do this? It seems too simple just using the letter "E" in...
Idea: 1)Make a special procedure for MobBash in specproc.c 2)Assing tha procedure for a Mob. Its a idea, but isnīt the best way to do that (i think...) ...
Sorry for posting an incomplete walkthru before...here is the complete one.... I posted this on the circle ftp site as well...hope this works for anybody who...
I got the prompt from-- http://www.circlemud.org/pub/CircleMUD/contrib/code/players/prompt.tx t I installed it into my Circlemud 3.0 patch level 19, and it all...
I've Narrowed it down to this set.. Personally, i think its that first line, but im no master at this, and i cant figure out whats wrong with this part... I've...
Hmm, i changed that but now i debug it and points to this... /* Print prompts for other descriptors who had no other output */ for (d = descriptor_list; d; d =...
I just tested it, i had Color off and display all on, and it worked, but when i turned color complete on it crashed... ... output ... <welcor@d...> ... around ...
Thanks Guys, I figured it out all by my lonesome... It was really simple, I was going over the size of the Prompt, so i just made it a little bigger LOL:) ...
When starting a mud, it's wise to not start it in /root . To this end, I've changed all the permissions to my user name, but I still get a permission denied...
Yo gang I got a brand new mud up and ready to be built on i just dont have a staff to build the zones i need to make it work. If you know OasisOLC and have...
I am sorry for any trouble my last 2 posts have caused anybody, but THIS time I got it worked out. Here is the correct info for adding attack 2 and 3 to...
... I've tested my update snippet and I didn't have any problem with Southeast but I did have a typo where I duplicated SouthEast twice in the redit_disp_menu...
... [SOUTHEAST]->to_room != -1 ? ... down. In ... It ... you ... Thanks for your help Gerald, that was indeed where the problem was. I had noticed that...
Forgive my ignorance, but I can find no reference to the method you use to toggle the clear screen in Oasis OLC. It appears on the toggle list, but I cannot...
... From: <innersekt@...> ... I must assume "in" is in your dirs[] vector. If not, you should look for where the validity of the argument is scanned. Not...
Knowing that sometimes players have to quit rather suddenly, and still wanting to charge them rent, yet not wanting them to lose gear.. I started working on an...
... Hi Marc, Actually GET_LOADROOM(ch) should be a room_vnum, whereas you supplied IN_ROOM(ch) which is room_rnum. If this valus supplied is not a valid...
... supplied IN_ROOM(ch) which is room_rnum. If this valus supplied is not a valid vnum, then the player will load at the default room specified in config.c....
I'm trying to get a fun little mud together for some friends and I to mess around with. I've installed the base code for Circle and obtained the Borland...