This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-06-04 17:39:54

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Scratch Mud

This is a mud created by scratchers, for anyone. I'm trying to decide if we should advertise on other mud sites or not... We already have all the admins we're going to need for now, unless you have experience in making muds using the coffee mud codebase. That doesn't mean you can't help though. We're going to need help with ideas, and art. Currently, we need an idea for a name. If you've got any ideas, let me know. Also, coffee mud is set up to be a fantasy mud, so we're going to keep it that way for now.


Admins
If you want to be an admin, there a lot of things to learn. You'll need to skim over This guide quickly, to learn things like that there are different types of rooms, exits ect. You wont really have to memorize all of this, but just keep it on hand. Also, if you need help with any commands, use this guide for an explanation of all of the commands you will have. Also, please don't create any rooms, or items without my permission. This will ensure that we don't just create items and rooms willy nilly, that don't belong in the game. For an example, we wouldn't want anyone to create guns in the mud, because it's a fantasy game.

Admins
G0D_M0D3
XenoK
Dinoclor
luiysia

If your name is on the list, and you no longer would like to be an admin, or you don't think you can handle the responsibilities, just ask, and I'll take you off the list. I'm going to have an admin for every five players we actively have. That means if we have around five players on the server at once, for a few times, I'll ask if any one else wants to be an admin. Then, when we get around 10 people on at once, I'll ask for another admin. Ect. Most likely, we're not going to need too many more Admins.

Need Admin Powers?
If you are an admin, but you do not have the admin powers, just ask me (nimfle), to make you an admin. Both you, and I, must be online for you to be admin.

To-Do List
- Think of a name for the MUD

More info to come!

Last edited by elfin8er (2012-06-06 17:14:01)


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#2 2012-06-04 19:01:55

luiysia
Scratcher
Registered: 2011-07-05
Posts: 1000+

Re: Scratch Mud

I can do some concept art, though it probably won't be super detailed. I could also come up with ideas, names, characters, etc. because I have this thing where while I can't really write (coherent) stories, I can make up pretty good characters and descriptions.

what I'm trying to say is, could I be an admin?

Last edited by luiysia (2012-06-04 19:02:49)


http://i50.tinypic.com/dx00pd.gif

Offline

 

#3 2012-06-04 19:05:30

G0D_M0D3
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: Scratch Mud

I can set up a weapons shop, though I don't know how to script it. I can just make the shell of it, in scratch code, and you can figure out the rest.

It'll go something like this:

Welcome to the weapons shop!

Here you can buy, well, weapons, armor, potions, and other basic stuff for a warrior. Select what you want to buy

[weapons/armor/potions/sell]

Say I picked weapons

Oh, so you're interested in weapons? Well, we've got a lot to choose from.

We'll break it into categories to help you.

[swords/daggers/maces/bows/other]

Now say I pick swords.

Ah, the sword. The most deadly thing in a skilled warrior's hands. We have a nice selection of blades for you.

[Your gold: 0,000,000,000]

Iron sword
Price: 50 gold
Damage: 10-20
Attk. Speed: 5spm (swings per minute)

[insert more swords here]

If I'm getting MUD's wrong, tell me. This will have turn-based fighting, right?

I can be a room/item creator.

Last edited by G0D_M0D3 (2012-06-04 19:14:02)


I made a MC texture pack! Get it at planetminecraft!
http://i.imgur.com/0EG0u.png

Offline

 

#4 2012-06-04 19:11:46

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Scratch Mud

Perhaps I'm missing something, but... Scratch mud? Is it a special blend of different types of dirt and purified water of some sort? Nah, I'm just kidding, but I was initially very confused.

In all seriousness, you might seriously benefit from explaining what MUD is/stands for in your initial post.

Offline

 

#5 2012-06-04 20:23:26

luiysia
Scratcher
Registered: 2011-07-05
Posts: 1000+

Re: Scratch Mud

coolstuff wrote:

Perhaps I'm missing something, but... Scratch mud? Is it a special blend of different types of dirt and purified water of some sort? Nah, I'm just kidding, but I was initially very confused.

In all seriousness, you might seriously benefit from explaining what MUD is/stands for in your initial post.

Plus, I think you should explain CoffeeMUD some more.


http://i50.tinypic.com/dx00pd.gif

Offline

 

#6 2012-06-04 22:50:47

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: Scratch Mud

Alright. A mud stands for multi user dungeon. It's pretty much an mmorpg, but that is all text based. There are no pictures. People can go to different "rooms" usually by going n, s, e, w, nw, ne, sw, se, up, or down. These are called exits. Usually there are anywhere from 1-5 exits in each room. For an example. The starting room may be called "TownSquare", so here's how it may look.

TownSquare
The town square is the middle of the town. You see two young rats. elfin8er and bioa10 are here.
Exits: N, E, Up

At that point, you would choose an action. There are MANY actions you can do. A few of the basics are below.

Look: Pretty much just shows you what's shown above.
Say <something>: Allows you to say something to everyone in your "Room"
<direction>:  Let's you go in a direct. Ex. n, north, u, up ect.
kick <mob>: Allows you to fight. You can fight animals, npc's, and humans. You can also punch the same way.
get <item>: If there's an item in the room you're in, you can pick it up.

There are many more commands, but this is just some of them.
You can also complete quests, join teams, trade, and buy items.

As for coffee mud, it is a codebase. That means it's sorta like a template, that already has all of the code needed for the mud server. That includes basic races, and classes, as well as a quest system, a shop system, a room system, a battle system, and commands. Our job, is to create everything. We create the shops, and what's in them, the rooms, the mobs ect.

Maybe this isn't quiet ready for help yet. If you know what coffee mud is exactly (ie have used it before) I could REALLY use your help, but maybe I'll just create the first few rooms, and shops, and mobs and all of that, and then you guys can add your own stuff? Would that work for everyone?

Last edited by elfin8er (2012-06-04 22:53:53)


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#7 2012-06-04 22:55:49

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Scratch Mud

Classic muds dont tell you the exits, and let you figure that out on your own.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#8 2012-06-05 00:04:28

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: Scratch Mud

XenoK wrote:

Classic muds dont tell you the exits, and let you figure that out on your own.

Hmm. Sounds really really really hard :3 coffee nud doesn't work that way though.


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#9 2012-06-05 13:31:18

luiysia
Scratcher
Registered: 2011-07-05
Posts: 1000+

Re: Scratch Mud

I was thinking, could I make some concept art for this? I have some ideas that I think could be used, and I could make some kind of world map that shows the terrains, just for a general idea.


http://i50.tinypic.com/dx00pd.gif

Offline

 

#10 2012-06-05 15:45:02

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: Scratch Mud

luiysia wrote:

I was thinking, could I make some concept art for this? I have some ideas that I think could be used, and I could make some kind of world map that shows the terrains, just for a general idea.

That would be awesome! We need to think of a name first, but if you want to make a map, with all the names of the rooms, and stores and stuff, that'd be great!


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#11 2012-06-05 17:20:19

luiysia
Scratcher
Registered: 2011-07-05
Posts: 1000+

Re: Scratch Mud

elfin8er wrote:

luiysia wrote:

I was thinking, could I make some concept art for this? I have some ideas that I think could be used, and I could make some kind of world map that shows the terrains, just for a general idea.

That would be awesome! We need to think of a name first, but if you want to make a map, with all the names of the rooms, and stores and stuff, that'd be great!

I started, and I'm including:

- a world map (no fancy projections, just two sides of a globe)
- list of countries
- shop/item/npc ideas

Also, if you have a Google account, the admins and stuff could share a document. I really like that idea, but I'm not sure if everyone has an account.
EDIT: Google Docs isn't working for me  sad

So I've found an alternative: typewith.me

You don't need an account, you can just sign up. I really like it! There's not many features, though. I've started a pad, just to test it. It works pretty well, but I haven't really done the collaborative part yet.

Last edited by luiysia (2012-06-05 17:56:38)


http://i50.tinypic.com/dx00pd.gif

Offline

 

#12 2012-06-05 17:44:36

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: Scratch Mud

luiysia wrote:

elfin8er wrote:

luiysia wrote:

I was thinking, could I make some concept art for this? I have some ideas that I think could be used, and I could make some kind of world map that shows the terrains, just for a general idea.

That would be awesome! We need to think of a name first, but if you want to make a map, with all the names of the rooms, and stores and stuff, that'd be great!

I started, and I'm including:

- a world map (no fancy projections, just two sides of a globe)
- list of countries
- shop/item/npc ideas

Also, if you have a Google account, the admins and stuff could share a documents. I really like that idea, but I'm not sure if everyone has an account.

Awesome! Yes, I do have a google account. If anyone else here does, post your gmail, and I'll create a few documents for us to work on.


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#13 2012-06-05 17:57:26

G0D_M0D3
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: Scratch Mud

Would my google account for youtube be my gmail?


I made a MC texture pack! Get it at planetminecraft!
http://i.imgur.com/0EG0u.png

Offline

 

#14 2012-06-05 17:57:35

luiysia
Scratcher
Registered: 2011-07-05
Posts: 1000+

Re: Scratch Mud

elfin8er wrote:

luiysia wrote:

elfin8er wrote:

That would be awesome! We need to think of a name first, but if you want to make a map, with all the names of the rooms, and stores and stuff, that'd be great!

I started, and I'm including:

- a world map (no fancy projections, just two sides of a globe)
- list of countries
- shop/item/npc ideas

Also, if you have a Google account, the admins and stuff could share a documents. I really like that idea, but I'm not sure if everyone has an account.

Awesome! Yes, I do have a google account. If anyone else here does, post your gmail, and I'll create a few documents for us to work on.

Like I said earlier, Docs is very very broken for me  sad

Could we make one of the typewith.me docs?

godmod3: yes, but I think you need to register first.

Last edited by luiysia (2012-06-05 17:59:49)


http://i50.tinypic.com/dx00pd.gif

Offline

 

#15 2012-06-05 18:03:32

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: Scratch Mud

luiysia wrote:

elfin8er wrote:

luiysia wrote:


I started, and I'm including:

- a world map (no fancy projections, just two sides of a globe)
- list of countries
- shop/item/npc ideas

Also, if you have a Google account, the admins and stuff could share a documents. I really like that idea, but I'm not sure if everyone has an account.

Awesome! Yes, I do have a google account. If anyone else here does, post your gmail, and I'll create a few documents for us to work on.

Like I said earlier, Docs is very very broken for me  sad

Could we make one of the typewith.me docs?

godmod3: yes, but I think you need to register first.

Ok. I made a typewith.me doc. It seems to be taking a little while to load though.


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#16 2012-06-05 18:06:00

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: Scratch Mud

Do you want me to add you as an admin luiysia?


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#17 2012-06-05 18:06:10

luiysia
Scratcher
Registered: 2011-07-05
Posts: 1000+

Re: Scratch Mud

elfin8er wrote:

luiysia wrote:

elfin8er wrote:


Awesome! Yes, I do have a google account. If anyone else here does, post your gmail, and I'll create a few documents for us to work on.

Like I said earlier, Docs is very very broken for me  sad

Could we make one of the typewith.me docs?

godmod3: yes, but I think you need to register first.

Ok. I made a typewith.me doc. It seems to be taking a little while to load though.

(I'm assuming that by the time you see this it will have loaded)

What's the URL?


http://i50.tinypic.com/dx00pd.gif

Offline

 

#18 2012-06-05 18:13:29

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: Scratch Mud

Still hasn't loaded, but the url is this.

Edit: I just stared rage clicking, and it loaded  tongue

The only thing about this, is that we can't password protect it.

Last edited by elfin8er (2012-06-05 18:16:14)


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#19 2012-06-05 20:02:09

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: Scratch Mud

Has anyone ever used the Coffee Mud Codebase? I'm having some problems.

Problem fixed, although if anyone has used the Coffee Mud Codebase, I could still really use your help!

Last edited by elfin8er (2012-06-05 21:03:49)


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#20 2012-06-06 12:42:54

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: Scratch Mud

Admins Only!
I made a secret room, that is south of the Town Square. The exit is invisible because it is like a lab for Admins only, to test out item creation, mob creation, ect.


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#21 2012-06-06 14:41:27

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: Scratch Mud

This sounds very interesting...
Whatever a MUD is  tongue


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#22 2012-06-06 14:59:48

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: Scratch Mud

slinger wrote:

This sounds very interesting...
Whatever a MUD is  tongue

Mud stands for multi user dungeon, and is pretty much a text based mmorpg.


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#23 2012-06-06 17:09:22

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: Scratch Mud

Here's a little of what we have so far. Not much, but it's a start. The Admin Lab, as well as the jail, is protected by an admin key. (If you can't see the image, click the error)
http://imageshack.us/photo/my-images/694/mudscreenshot.png/
For Admins!
If you need a key, just generate one with the secret identity: 1928142

Last edited by elfin8er (2012-06-06 17:11:51)


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

#24 2012-06-06 19:14:54

luiysia
Scratcher
Registered: 2011-07-05
Posts: 1000+

Re: Scratch Mud

For some reason, I keep getting messages that say things like "You could really use some  ." Can you starve to death in this game? Because that would really stink.


http://i50.tinypic.com/dx00pd.gif

Offline

 

#25 2012-06-06 21:19:27

elfin8er
Scratcher
Registered: 2012-01-15
Posts: 1000+

Re: Scratch Mud

luiysia wrote:

For some reason, I keep getting messages that say things like "You could really use some  ." Can you starve to death in this game? Because that would really stink.

Hmm. I'm not sure. I'll have to see if there's a way to fix that.


http://i1340.photobucket.com/albums/o723/stevetheipad/goldlittlesig.png

Offline

 

Board footer