Subject: "The "Clear" command." Previous topic | Next topic
Printer-friendly copy Email this topic to a friend CF Website
Top General Discussions Gameplay Topic #15458
Show all folders

Chak6904Sun 10-Dec-06 05:25 AM
Member since 10th Dec 2006
3 posts
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list Click to send message via AOL IM
#15458, "The "Clear" command."


  

          

I recently switched here from a different MUD. So far this MUD seems better in nearly all aspects except for having a clear command. I have even lost count on how many times it has got me killed since I started playing a couple of days ago.

At anyrate the Clear command, IMO, is a really good addition to MUD games. From what I understand it's not that hard to get set up either, but i'm not a coder so I don't really know. Just an idea.

-Chak

  

Alert | IP Printer Friendly copy | Reply | Reply with quote | Top

Reply Just so we're clear..., Daevryn, 10-Dec-06 09:04 AM, #2
Reply RE: Just so we're clear..., Isildur, 10-Dec-06 09:21 AM, #3
Reply Oops., Chak6904, 10-Dec-06 03:09 PM, #6
     Reply It's my understanding..., GinGa, 10-Dec-06 03:32 PM, #7
     Reply Nope., Valguarnera, 10-Dec-06 07:41 PM, #10
          Reply RE: Nope., Eskelian, 11-Dec-06 03:22 AM, #11
          Reply RE: Nope., Pendragon_Surtr, 14-Dec-06 07:32 PM, #12
          Reply RE: Clear Command, my two cents., vargal, 14-Dec-06 08:21 PM, #13
     Reply I've got two words for you:, Vershelt (Anonymous), 10-Dec-06 04:31 PM, #8
     Reply RE: Oops., Daevryn, 10-Dec-06 05:38 PM, #9
Reply I'd much rather see the "Wipe" command, Jagaub, 10-Dec-06 08:58 AM, #1
     Reply Wipe = Entire group dies, right? (n/t), Zulghinlour, 10-Dec-06 12:09 PM, #4
          Reply No, it's used after the "defecate" command, Jagaub, 10-Dec-06 12:23 PM, #5

DaevrynSun 10-Dec-06 09:04 AM
Member since 13th Feb 2007
11117 posts
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#15460, "Just so we're clear..."
In response to Reply #0


          

I have no idea what you're talking about.

  

Alert | IP Printer Friendly copy | Reply | Reply with quote | Top

    
IsildurSun 10-Dec-06 09:21 AM
Member since 04th Mar 2003
5969 posts
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#15461, "RE: Just so we're clear..."
In response to Reply #2


          

Just a guess, but maybe he wants a command to clear out the contents of a character's command buffer.

  

Alert | IP Printer Friendly copy | Reply | Reply with quote | Top

    
Chak6904Sun 10-Dec-06 03:09 PM
Member since 10th Dec 2006
3 posts
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list Click to send message via AOL IM
#15468, "Oops."
In response to Reply #2


  

          

Ya, I was a little sleepy last night when I made the post. The clear command clears out your buffer so lets say you spam trip <someguy> a hundred times and you start to loose and need to quaff a potion or flee or something. Well you have to wait until all those trips go through, with the clear command it'll delete all of the trips you entered and you can start over. Yea, I have heard about the wipe command and how it's better. So why don't we get this implemented would be very helpful for newbies or people who like to spam and it won't be hard to code either! Please, oh please.

-Chak

  

Alert | IP Printer Friendly copy | Reply | Reply with quote | Top

        
GinGaSun 10-Dec-06 03:32 PM
Member since 04th Mar 2003
996 posts
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#15469, "It's my understanding..."
In response to Reply #6


  

          

that the buffer is client side, not server side. The game will 'wait' for the next command but its the client that holds it. I'm not sure how it works exactly or how the mud knows to disconnect you if the buffer gets too large, but yeah. This does explain why if you disconnect after sending multiple commands - the mud will not carry out any of those commands while you're offline.

If this is right then someone should write a plugin for zmud or ytin to clear buffers.

If I'm wrong, well, we live and learn!

Yhorian.

  

Alert | IP Printer Friendly copy | Reply | Reply with quote | Top

            
ValguarneraSun 10-Dec-06 07:41 PM
Member since 04th Mar 2003
6904 posts
Click to send email to this author Click to send private message to this author Click to add this author to your buddy list
#15475, "Nope."
In response to Reply #7


          

By spamming, you're continuing to input commands. The game receives them in the order they are typed, at the instant they are typed. Your client has no idea how much delay is imposed by Bash or whatever.

The game executes the commands you've typed, in the order you've input them. If you have nothing pending, it executes your command. The next time it's your "turn", it either:

1) Sees you are still under the command lag for your previous command. Nothing happens, but the command lag from your previous lag is decremented. If it reaches zero, it's removed from your queue.

2) Sees nothing, and executes the next command in your queue. This can happen because the previous command has no lag associated with it ("where", etc.), or because the previous command has expired as above.

After 1) or 2) happens, it moves on to the next character, and sees what is in their queue.

I don't think implementing a "clear" command would be super-hard, but I do think it empowers people with sophisticated client setups (who therefore frequently execute batches of commands quickly) over people just typing manually. Most players learn not to spam pretty quickly, and that eliminates a lot of possible risk.

valguarnera@carrionfields.com

  

Alert | IP Printer Friendly copy | Reply | Reply with quote | Top

                
EskelianMon 11-Dec-06 03:22 AM
Member since 04th Mar 2003
2023 posts
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#15479, "RE: Nope."
In response to Reply #10


          

Additionally, it takes the sting out of trigger useage and botting. At the moment, if you spam things, you have to remain somewhat cognizant (I probably mispelled that) of what's going on around you by hitting a where, every now and then, and not inputting 50 commands at once.

If there was a command like clear, I could just clear my buffer as soon as someone else attacked me, and not be penalized for my not-paying-attention.

I like the idea of required alertness. It makes things more interesting and creates a penalty for carelessness that others can exploit, which is exactly what should happen if you're not paying attention and your hated foe catches you preoccupied.

  

Alert | IP Printer Friendly copy | Reply | Reply with quote | Top

                    
Pendragon_SurtrThu 14-Dec-06 07:32 PM
Member since 04th Mar 2003
193 posts
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#15617, "RE: Nope."
In response to Reply #11


          

Actually, the current system promotes trigger usage. If you spam 50 commands, then you have to wait for the commands to go through. If you are using a practice trigger or botting, you have a trigger to beep when you are attacked and disable all triggers.

  

Alert | IP Printer Friendly copy | Reply | Reply with quote | Top

                
vargalThu 14-Dec-06 08:21 PM
Member since 07th Apr 2004
384 posts
Click to send email to this author Click to send private message to this author Click to add this author to your buddy list
#15618, "RE: Clear Command, my two cents."
In response to Reply #10


          

Please for the love of all that is holy in CF-dom.. Please never implement this command. It would completely destroy the point of penalizing those who reconnect to clear their buffer.

I'm so glad CF is not a democracy.. As these days it seems the most popular opinions are the most ridiculous.

  

Alert | IP Printer Friendly copy | Reply | Reply with quote | Top

        
Vershelt (inactive user)Sun 10-Dec-06 04:31 PM
Charter member
posts
#15470, "I've got two words for you:"
In response to Reply #6


          

Don't spam.

Problem solved.

  

Alert | IP Printer Friendly copy | Reply | Reply with quote | Top

        
DaevrynSun 10-Dec-06 05:38 PM
Member since 13th Feb 2007
11117 posts
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#15471, "RE: Oops."
In response to Reply #6


          

That'd be kind of a pain in the ass to code, actually.

Personally, I think the game as-is is more strategic so I'm not interested in working on it, myself, but I don't speak for the whole staff.

  

Alert | IP Printer Friendly copy | Reply | Reply with quote | Top

JagaubSun 10-Dec-06 08:58 AM
Member since 28th Oct 2003
59 posts
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#15459, "I'd much rather see the "Wipe" command"
In response to Reply #0


          

The Wipe command makes things so much easier and is much more convenient than the Clear command. I don't understand why this mud doesn't have the Wipe command.

Unlike my counterpart, Chak69044.241X, I do know how to code, and coding a Wipe commmand would totally be super-easy.

  

Alert | IP Printer Friendly copy | Reply | Reply with quote | Top

    
ZulghinlourSun 10-Dec-06 12:09 PM
Member since 04th Mar 2003
9792 posts
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#15465, "Wipe = Entire group dies, right? (n/t)"
In response to Reply #1


          

n/t

So long, and thanks for all the fish!

  

Alert | IP Printer Friendly copy | Reply | Reply with quote | Top

        
JagaubSun 10-Dec-06 12:23 PM
Member since 28th Oct 2003
59 posts
Click to send email to this author Click to send private message to this author Click to view this author's profile Click to add this author to your buddy list
#15466, "No, it's used after the "defecate" command"
In response to Reply #4


          

Which is generally used with new "afk" command and complements the "sniff" social quite nicely.

  

Alert | IP Printer Friendly copy | Reply | Reply with quote | Top

Top General Discussions Gameplay Topic #15458 Previous topic | Next topic