Top Mud Sites Forum

Top Mud Sites Forum (http://www.topmudsites.com/forums/index.php)
-   MUD Administration (http://www.topmudsites.com/forums/forumdisplay.php?f=22)
-   -   Triggers, scripts, and bots (http://www.topmudsites.com/forums/showthread.php?t=4242)

Rathik 08-11-2006 01:36 PM

Most mudders use mud clients like zmud, mushclient, tinyfugue, etc., and many of them take advantage of the clients' features to create aliases, triggers, and scripts to assist them in gameplay. Most of the time it isn't a problem-- an alias to cast an ice spell, or trigger to alert the player of an event, for example. However, some players go above and beyond, creating complicated scripts in order to automate parts of combat, gain experience automatically, etc., in order to create an unfair advantage My questions are this: how concerned are you about scripting or "bots," and what are some steps (if any) you've taken to discourage botting and/or catch players?

Mabus 08-11-2006 06:54 PM

I find that I am with many others when I say I can aceppt triggers and scripting but not accept afk triggers and scripting. I do not fault someone for using triggers and scripts in normal MOB hunting (or other forms of XP gain) if they are alert, at their keyboard and responsive to the game environment.

The main thing I currently do is message a player that has been reported (or is suspected) of being afk while gaining experience and ask them a game question. Usually something to do with an idea, forum post, bug etc. that they themselves have brought up.

If I am in a strange mood I may create an aggressive MOB of an appropriate level to the character (and appropriate to an area) and transfer it close to the character. Assigning combat behaviors that force choices to be made beyond what an observed script is capable of is not that hard with the correct tools.

I understand that even if a MUD is role-play encouraged/required a player's concept of a character usually has them doing more then hunting rats or slaying viscious squirrels. Most combat systems have a great amount of repetition and it is up to a game designer to make experience-gaining tasks neither overly repetitive nor boring while allowing a player to build their character toward their envisioned goals.

With the power of scripting it would be very hard to make a game that both provided proper event messaging and randomized that messaging to the extent that it could not be scripted.

One method to cut down on triggers and scripting could be to force usage of a game-specific client. This would likely lose players, and within a short bit of time some enterprising player would hack the client and have a "triggers and scripts mod".

I guess it just comes down to presenting the rules on this type of player action in a manner that noone can say they did not know, trusting that most players will follow the rules, then finding those that do not and consistantly applying whatever penalty you wish.

cratylus 08-11-2006 07:10 PM

I'm a fan of obligatory questing.

The mud I used to play on had many quests with varying points
depending on difficulty. If you solved a simple quest, you got
a few quest points. Solve a major one, and you get much qp.

The "obligatory" part was that you ccould not advance levels
without sufficient quest points. Your abilities were limited by
your level, and your level was limited by the amount of
at-keyboard, actual playing you did. Sure, people would cheat and
give away quest info, but scripting a quest would be
a monstrous task so difficult you might as well just do it
the old fashioned way and *earn* the qp.

If you want to stop a behavior, take away the reward. If a
country is *seriously* against illegal immigration, then they
should make hiring an illegal immigrant a felony. This makes
it unprofitable for everyone involved in the activity. If you
want to stop botters, make it unprofitable to bot. Make
advancement dependent on activities that require human
intelligence.

My opinion is that bots aren't bad. If people want to bot,
and that's how they have fun, who am I to tell them they're
wrong? To me it's like telling someone how to drive the
car you built. Unless it's causing harm to other people, it's
not really my business. So long as they aren't increasing their
PK ability, or lagging my mud, or depriving others of
fun, I don't care much.

-Crat

shadowfyr 08-12-2006 02:38 PM

Where I play, the rule is, "You must be at your keyboard for "anything" to happen "period". The only exception being some triggers to help keep members of your party informed of spell failures, etc, and maybe some communication based things, which don't directly effect the game itself. But it it makes you "do" anything to the game world, not just the client end, you better not try it. Getting suspected means teleportation to a jail for questioning. Having the staff conclude that you are unresponsive or something is suspicious about how you are doing things, can mean everything from suspension of the skill you botted, to out right nuking and a ban on your personal IP (when possible).

Its taken quite seriously, maybe too seriously at times. The honest players can work within the rules. If they are not honest... do you really want them anyway? The prior staff used to let more stuff slide, they eventually got coders telling secrets to players, people hacking acounts and a team of super players that knew every bug in the game and how to take advantage of all of them. One very scary day dozens of people started dropping like flies and disappearing of the player list. Not the sort of thing you want to have to do because the rule benders keep bending things until something is outright broken.

Now, we only get the occational fool that doesn't "get" that they can't use looting triggers or ressurrection triggers and is, most of the time, just told to stop. A few still don't get it though, and at least one discovered that his ressurection spell stopped working.

It really depends on how serious you feel it is. Frankly, I wouldn't mind being about to keep connected and gain 25M exp in a day, without doing anything myself, it would get me my next divine power faster. lol However, I spent nearly three years to get where I am, and its not fair if someone else came along, botted for a month, and was suddenly my equal in exp and skill, while not actually having the slightest clue how to "play" the game.

bytre 07-22-2008 12:28 AM

Re: Triggers, scripts, and bots
 
Our mud has rules against client-side scripting, specifically:

Use of automated scripts to play the mud is illegal. One-line aliases
using the mud's alias system or in a client is permitted. For example
using a trigger to avoid linkdeath ages your character without your
being actively involved with it. Hence, it is illegal and you
could find yourself demoted for it.

There is not a lot of enforcement done. In some areas where scripting was problematic there was code added to make it less desirable. For example, "speedwalking" by stuffing 80 directional commands in at once might occasionally cause a player to trip over their feet or suffer a minor injury.

Lasher 07-22-2008 12:48 AM

Re: Triggers, scripts, and bots
 
Completely understand on botting/scripting. Curious to hear the rationale behind limiting speedwalks though, which are effectively just aliases.

Not saying it's wrong, but I think it's the first time I've heard of a mud trying to prevent speedwalk aliases. What value does it add to the game / player experience requiring them to type the commands? (Or more realistically, build their speedwalks with a slight random pause between moves).

The only one I could think of off-hand is trying to "encourage" players to read room descs. But you can't force someone to read something, all you can really do is force them to ignore it more slowly.

Fiendish 07-22-2008 01:27 AM

Re: Triggers, scripts, and bots
 
So what would you do about someone like me who would make the script send one direction command at a time, and then compensate appropriately for when I "trip"? Such a script would be pretty trivial to write. And how do you determine how quickly is too quickly? Do you have a threshold for command input speed? Would players have to slow down command input on purpose because you might start screwing with them just because you can?

The_Fury 07-22-2008 05:14 AM

Re: Triggers, scripts, and bots
 
I agree with Fiendish, attempts like this would only stop a few of the less inclined people. Any good client will have the ability to inject a pause between command executions, and any trips can be easily corrected for with a little scripting.

It is impossible to police a no trigger, macro, alias rule as you can never be sure exactly who is doing those things. You might get some right, but you will miss a whole lot more. Also a great many do not use simple triggers and macros but use the power of languages like Lua to make simple the very things mud developers want to make hard.

Someone mentioned a proprietary client as one solution, this is also a failed idea, as there are plenty of tools out there to help you create bots including the likes of cheat engine to discover all your memory addresses and auto-it to program bot logic and manipulate the memory of your client down to simple macro programs like quickmacro to script up some repetitive task.

About the only real thing you can do is ensure that the people who are scripting your game are at the keyboard while their bot is in action, i can think of plenty of muds where i have done just that, botted every single level while chatting to my clan mates and having a good time socially.

My game rules have always been simple, you can use whatever tools you like as long as you can respond to a tell from an immortal within a couple of minutes, failing that test your send to jail for 24 hours, every successive time caught afk botting will be double the last penalty. The i didn't see the tell is no excuse either, if your good enought to script the game, your more than good enough to script a chat redirection.

Aeran 07-22-2008 08:34 AM

Re: Triggers, scripts, and bots
 
You could of course ban certain clients, and only allow certified clients to connect to the game.

Many bots are very simple. Echoing out suspect text to the botter can be a very good tool to indicate if there are triggers running the character. Forcing a recall to start room to a suspect bot also is good indication if it gets stuck.

I haven't used such a tool but I imagine it might not be as pleasant to use as a builtin solution. The next step is of course to have the client scan the memory for suspect tools and report its findings back to the server.

Remember that manipulating a client's memory might be a breach of EULA. Take a look at the recent discussion about a certain WoW bot tool

My own opinion is that if a lot of people write bots then it is not anything wrong with the people but with the MUD. If a MUD's game play can be summarized by {kill %1, gain %1} then it is definitely understandable. There's also those players who actually seem to find it to be more fun to construct bots than actually playing the game due to the challenge alone to construct a well working bot. Thinking about it that might in many MUDs be way more constructive than actually playing the game.

shasarak 07-22-2008 09:01 AM

Re: Triggers, scripts, and bots
 
I have very limited sympathy with people who get worked up about 'botting.

The main objection to 'botting seems to be that it is somehow "cheating" because someone who bots a lot is able to get to be a high level character "without doing the work" that a non-botter has to put in. The simple fact that the above phrase contains the word "work" should be enough to tell you that it is absolute BS. MUDs are not about work, they're about fun! Too many MUD admins seem to apply a bizarre protestant work ethic to their MUDs. "No!" they shriek, "you're not allowed to enjoy yourself on my MUD! You don't deserve to enjoy yourself! You haven't earned the right to enjoy yourself! You haven't done enough work to be allowed to have fun!"

If someone decides that they want to progress by 'botting, why the hell should you care? They've decided, for some bizarre reason, that your game is more enjoyable if they aren't at the keyboard while they're "playing" it. If they've decided to do that, they're only cheating themselves out of what should be an enjoyable experience. If they want to short-change themselves, let them.

And if 'botting is extremely prevalent on your MUD then you need to ask yourself some very serious questions about why that is. Why is it that so many people think that the game is more enjoyable if they don't play it than if they do? Is it, perhaps, because the game is actually boring as hell in the early stages and only becomes enjoyable when you're playing it as a high level character? If so, then that is your problem; and it's your problem, it's not the 'botters who are to blame. The solution is to make your MUD more fun to play.

And if your attitude really is that players should be forced to spend enormous amounts of time online doing stuff which is really, really boring before they "earn the right" to play the sections of the game that are actually fun, then you really, seriously need to consider a change of career: no sane player would want to play a MUD whose admin thinks like that.

If you really want to eliminate 'botting then Cratylus has it absolutely right: you need to make progression within the game work in such a way that 'botting doesn't help you to progress. Remove the incentive, and the practice will die out.

scandum 07-22-2008 09:42 AM

Re: Triggers, scripts, and bots
 
It's not so much that the admins object, but that the player base doesn't put up with botting. Imagine you work a year to buy a nice car, yet your neighbor simply steals one, and whoever is in charge doesn't give a damn. Next you find out that it's relatively easy to move to a neighbourhood where people don't steal, or at least, get their ass kicked when they steal.

Certainly it's petty for players to fuss over virtual goods, but keep in mind that players are petty, many are achievers who pride in their hard work, and that especially women like the sense of security that comes along with a tightly governed mud.

Anarchistic muds are generally small and populated by tough minded individuals who swear, slaughter newbies, and complain. So much for the general enjoyment of a MUD. :)

Regarding speedwalks, most big muds seem to have movement restrictions, to the degree that I ended up adding hardwired delayed speedwalking to tintin after the 10th person complained about their inability to script it.

scandum 07-22-2008 10:08 AM

Re: Triggers, scripts, and bots
 
I once experimented with removing all rules on my MUD, and it wasn't a success, pretty much destroyed the player base in fact.

The bad news is that you can't stop the really good scripters, or proof that they're scripting if they stay and watch the screen. Keep in mind that a good script is generally four times more efficient than a player because the player picks his nose, stares quazy puzzled at the who list for a minute, checks his email and gets distracted, etc, etc. So even non afk script leveling causes a huge imbalance in the game, and the more complex the game becomes, the less people script due to added complexity, and the bigger the gains of the people who actually script. There is however a cut off point where the combat is so complex that people will start buying or being given scripts and the scripting becomes an extention of the game. From what I gathered Achaea is a good example of this trend where everyone scripts. So once you add enough complexity, the game will come full circle, and end up back at Diku's automated combat - though it will obviously look cooler and give people the idea that some scripts are better than others - which could however be obtained by letting people train a limitted amount of modifiers that unclearly impact combat.

The good news is that even though you can't really proof if someone is scripting, you can simply ban someone who plays too efficiently, or even better, use someone like that to make the game harder to script. Stopping speedwalks is one of the methods to add unwanted complexity to a script while not affecting the non scripting players.

shasarak 07-22-2008 12:27 PM

Re: Triggers, scripts, and bots
 
Yes but the whole point I was making is:

MUDS are not work!

:)

The reason you are supposed to spend time on a MUD is because you enjoy spending time on it, not because you don't enjoy it but you have to go through a whole lot of mindless, boring slog in order to get to the bit that you actually like.

A better analogy would be if everyone had a choice between spending a few hours having a few (free) drinks in a pub with their mates, going home late, sleeping off the alcohol, and then getting a free car the next morning, or watching some TV at home alone, going to bed early, and then getting a new car for (also for free) in the morning. Some people might choose to go and enjoy themselves in the pub for a few hours and stay up late because they enjoy it, other people don't particularly enjoy pubs and just want to get their free car so they will watch TV instead and get an early night instead. The people who decide that they want to go for a drink cannot then (legitimately) complain that the people who chose to go home instead "didn't put in enough drinking time" to be allowed to get a car.

Actually, no, an even better analogy: heterosexual men are given a choice. They can either have sex with a different beautiful woman every day for six months, and then get a free car, or they can construct their own sex robot which gets to have sex with the women instead and then get the car if the robot survives for six months without breaking. Would you then have all the men who chose to have the sex grumbling about the 'bot makers not putting in the work they should have done to get the car?

Fiendish 07-22-2008 03:47 PM

Re: Triggers, scripts, and bots
 
Yeah, right. That's a GREAT way to get new players. Make them use your crappy client instead of one they actually like.

Good luck with that.

You don't seem to understand that there are many different types of players looking for different types of experiences. Many people actually want to grind levels and collect points, and they want to do it in an environment where other people can't cheat.

Because players don't live in a vacuum. And if the majority of the MUD population does something the "proper" way, and they enjoy doing it the "proper" way as long as everyone else is also doing it the "proper" way, then a small faction not doing it the "proper" way will make the rest of the group not enjoy it anymore.

The MUD administrator's duty is to try to make the majority happy, otherwise the majority may just leave. If the majority of players want botters eliminated, then you have to make an effort or risk losing your base.

eitreach 07-22-2008 10:31 PM

Re: Triggers, scripts, and bots
 
Yeah, that's the spirit. Let's let players start out at maximum level, with maxed stats as well, not to mention the biggest and baddest equipment too. While we're at it, let's give them every bit of quest and game information as well. That'd be fun for both coders and non-coders!

Hell, let's change the rules of soccer, so everyone can handle the ball with their hands as well, and throw out the goalkeepers, and widen the goals by several meters. That way everyone could score, without any effort and all - because we all know, it's the scoring that's the rewarding part - not the years of practice and dedication because of the love of the sport, to get there.

I find your ideas intriguing and would like to subscribe to your newsletter.

bytre 07-22-2008 11:01 PM

Re: Triggers, scripts, and bots
 
It is nothing so idealistic as wanting them to read room descriptions - but rather bandwidth. At some point in the past, we had enough people using very large speedwalk scripts (we've got a large mud) that they'd cause noticeable lag from saturating our connection. It isn't an issue now, but the code hasn't been removed.

shasarak 07-23-2008 06:11 AM

Re: Triggers, scripts, and bots
 
I don't know if you're being deliberately stupid or merely stupid, but I'll have a go at clarifying things for you.

Think about why a typical person would want to play soccer. Does a person play a sport because he hates the experience, because every single second of the game he is desparately longing to be doing something, anything else except play this awful, dull, insufferable, pointless thing, but he is nonethless obliged to keep playing anyway because it's the only way he is able to obtain an orange (at half-time)?

If a person actually were in that position he might understandably resent someone who is able to go to the shop and buy his own oranges. "Damn it, he doesn't deserve an orange, he hasn't done the work he needs to do to earn the right to eat an orange!" he might say.

However, it is considerably more likely that the reason a person plays soccer is because he enjoys playing soccer. If someone else chooses not to play soccer (because he doesn't like the game) but instead decides to go to the shop and buy an orange instead, that does not mean he is cheating at soccer. Sure the "reward" that he gets is the same, and it is obtained by other, more direct means, and requires less physical effort; but if that's the way you view soccer (that it's an inherently horrible and unejoyable activity whose sole function or purpose is to obtain oranges) then, frankly, you've missed the point. Actually the purpose and function of soccer is that it is enjoyable to play. Paying soccer is an end in itself: the pleasurable experience of playing is why people do it. If someone chooses not to play it and obtain oranges by another method, there is no earthly reason why soccer players should be upset by that. The sensible reaction is to shrug and say "well, I don't understand why that guy doesn't enjoy sport, but if he doesn't, that's his prerogative."

Similarly, the purpose of playing a MUD is to have fun. Part of the way in which the average player has fun is by completing tasks that require effort or ingenuity to complete, and he quite rightly derives satisfaction from doing that. A MUD in which everyone starts out at max level and which has no challenge is not fun. So, clearly MUDs shouldn't function like that precisely because MUDs are supposed to be about fun not about hard, unenjoyable labour that you only endure because of the reward you get at the end. If any MUD admin thinks it's okay for MUDs not to be enjoyable to play (and that does, of course, include those who think that a complete absence of challenge is not a problem) then I have no desire to play his MUD.

This is what I mean by "MUDs are not work": the purpose of a MUD is to have fun.

shasarak 07-23-2008 06:42 AM

Re: Triggers, scripts, and bots
 
To elaborate a little more: suppose you're playing a game of soccer and someone on the next pitch along decides to play their own version of the game in which you're allowed to pick up the ball: why would that bother you?

Even if they come up to you afterwards and say "hey, I'm a really great footballer!" all you have to do is smile and say "kid, the only person you're fooling is yourself" and walk away. You know the truth of the matter, so why do you care what anyone else thinks?

The only time it becomes a problem is if someone tries to play by different rules on the same pitch at the same time right in the middle of your own soccer game and ends up disrupting it. That is certainly antisocial activity; but that has nothing whatever to do with 'botting. A good 'bot is virtually indistinguishable from a connected player, so, by definition, you cannot have any objection to any effect that a 'bot has on the game world without having exactly the same objection about other actual, real, connected players; and if you object to the presence of other players in the game, then why are you playing a multi-player game?

I think some of the objections people have to 'botting are to do with what they perceive to be undesirable consequences to the game world; things like wiping out every single mob in a zone, or harvesting all the good equipment. But the thing is, a real, connected player could do exactly the same thing if he chose to, and you would object to it just as strongly if he did. So 'botting is actually a red herring in that situation: what you're really objecting to is griefing. There may well be a legitimate case for controlling or banning certain types of in-MUD behaviour which make the game less enjoyable for other players, but whether that behaviour is carried out by players or 'bots make no conceivable difference.

So long as 'bots don't prevent you from playing the game as you enjoy playing it, why do you care if other people choose to play it differently? The only sense in which they are "cheating" is that they are cheating themselves out of an enjoyable gaming experience. That's their problem, not yours.

shasarak 07-23-2008 06:48 AM

Re: Triggers, scripts, and bots
 
So, here's a possible solution to think about: suppose you allow any and all forms of 'botting so long as the 'botting player a) publicises exactly which scripts he is using at any given moment, and b) publishes all of the scripts that he ever uses in a public forum where any other player can download and use them himself if he chooses? This would put everyone on an exactly equal footing: every player would have access to any and all scripts that any other player has access to, and can use them, or not, as he chooses. This completely eliminates the idea that "scripting is cheating" because everyone is now playing by exactly the same rules.

This is not a simple solution, of course: checking that players are actually using the scripts they say they're using would require some ingenuity. But I think it's a more practical way to go than trying to eliminate 'botting. Eliminating 'botting is not only impossible, but the more elaborate your 'bot-detection procedures become, the more intensely annoying they will be for people who are not using scripts.

Edit: this wouldn't be appropriate for a primarily-PK MUD, of course.

KaVir 07-23-2008 12:24 PM

Re: Triggers, scripts, and bots
 
Real connected players don't play 24 hours a day, 7 days a week - no matter how fun the game is.

It becomes your problem when the only way to keep up with them is to bot as well. You're forced to "cheat" yourself out of an enjoyable gaming experience if you wish to compete - in effect, you're forced to choose between "having fun" and "being competitive".

shasarak 07-23-2008 01:14 PM

Re: Triggers, scripts, and bots
 
And?

Why would you care about being able to "keep up" with someone who is, to all intents and purposes, playing a completely different game from the one that you are playing? If you know that you are playing the game "properly" and he isn't, isn't that enough for you to take pride in your own accomplishments and ignore his? Like I said: shake your head, smile, and say "kid, the only person you're fooling is yourself". Are you really so insecure that, even when you know someone else is following an easier, shorter path than you are, you still can't stand for him to progress faster than you do?

As I also said before, on a well-designed, enjoyable MUD the only person being cheated is him, not you. If it takes (say) roughly 10 hours to get from level 17 to level 18, and you've accomplished that by actually playing the game for 10 hours, while he has accomplished it by playing for 3 hours and 'botting for the other 7, what that he means is that he has missed out on 7 hours of highly enjoyable gameplay that you have had the chance to experience. You should be happy that you've had an opportunity for 7 extra hours of enjoyable gameplay that he has stupidly decided to pass up, and you should feel nothing but sympathy for the 'botter because he is unable (or unwilling) to enjoy the game to the extent that you can.

The only situation in which it makes sense to resent the 'botter is if playing the game isn't actually enjoyable. If the 10 hours of gameplay is pure, tedious, mindless, insufferable grind and you hate every single second of it, and the only reason you do it at all is because once you get to level 18 you will gain access to some features of the game that are actually fun to play, then (and only then) it might make sense to get annoyed about players who "aren't putting in the work". But if you get that little pleasure out of playing the MUD then it clearly has vastly more serious problems than 'botting to worry about.

Once again: MUDs Are Not Work(tm). MUDs are supposed to be fun. Playing the MUD should be an end in itself, not a means to an end. If playing the MUD is not enjoyable, that is the problem. If the admin, instead of actually making the game enjoyable to play, just blames those people who recognise that it isn't enjoyable and want to skip to the parts that are actually fun, he is simply in denial about his own short-comings.

For that matter, why would you care about "keeping up" with other players at all? Suppose you've been playing the game for a month, and someone else has been playing it for two years. Is it a requirement, as far as you're concerned, that he cannot be further advanced in the game than you are? If not, then the fact that another player has advanced further along the path of progression than you have clearly doesn't matter to you, which means that the methods used to achieve that progression cannot matter either.

There may well be specific, practical cases where a player who has progressed further than you have can cause you annoyance, and it may well be worth addressing those specific cases to prevent them from happening. For example, it might (perhaps) be worth having a rule that says that a player cannot attack another player who is 5 or more levels below him. But, again, this not a problem caused by 'botting. It has nothing to do with 'botting! The problem there is "how do we handle interaction between players of different levels?" The question of how any given player achieved his level, or how long it took him to get there, isn't relevant.

eitreach 07-23-2008 01:36 PM

Re: Triggers, scripts, and bots
 
As it is with soccer. Those who cheat, are banned and fined.

Cheating only makes it fun for the cheater - it ruins the game for the rest.

KaVir 07-23-2008 07:14 PM

Re: Triggers, scripts, and bots
 
This appears to be crux of your misunderstanding: the first two letters of MUD stand for "Multi-User". The other person isn't playing a different game from you - they're playing the exact same game, and in many cases are directly competing with you.

And regardless of your views on botting (which, judging from the numerous barbs and veiled insults you've been throwing into your comments, are obviously pretty strong) the fact remains that many players hate botting. It reduces their enjoyment of the game when they realise that they're playing against scripts instead of fellow humans, and that the only way they can compete is to do the same thing themselves. In short, it stops them from having fun.

Lasher 07-23-2008 11:51 PM

Re: Triggers, scripts, and bots
 
Most of this discussion is irrelevant. If you find any particular MUD boring to play without botting, and botting is against the rules of that MUD, the answer is not to just decide what the hell you'll bot anyway, it is to find another MUD more compatible with your playing style.

I've never been a big fan of "If you don't like it leave" but, sometimes, that is the answer.

scandum 07-24-2008 12:13 AM

Re: Triggers, scripts, and bots
 
I guess an analogy to doping seems fitting, and to argue in favor of botting would be to argue in favor of allowing anyone to use doping.


Regarding the argument in favor of complete 'botting' egalitarianism, while few philosophers argue against equal opportunity, most understand that any form of egalitarianism that goes beyond meritocratic goals is doomed to fail. Communism is a good example, which not so much failed because of human nature but because big governments don't work all that well, or maybe because individuals are not equal.

Written rules only go as far and are either too blunt (holocaust) or too sophisticated to manage (oj simpson), let alone enforce. MUDs offer the unique opportunity to hardcode rules, which fixes the enforcement issue, but the choice is once again between being too blunt or too sophisticated to manage.

shasarak 07-24-2008 05:01 AM

Re: Triggers, scripts, and bots
 
That is, indeed, a potentially useful analogy, particularly when you think about why it is that they introduced rules against drug-taking in sport in the first place. Contrary to popular belief, it had nothing whatever to do with ensuring a "level playing field". What it was actually intended to do was to protect athletes; and not to protect the ones who didn't take drugs, but to protect the ones who did.

The problem is that drugs like this (anabolic steroids, for example) have some really nasty side-effects. If drug-taking were widespread then a new competitor would find himself faced with a horrible choice: take drugs that are guaranteed to have a massive, toxic, damaging effect on his body, or choose not to take them and thus guarantee that he won't be truly competitive with those athletes who do. The solution to this was to introduce new rules saying that certain substances - the harmful ones - could not legally be used. This was intended to reduce the pressure on athletes to take them, and thus aoid forcing athletes to damage themselves in the attempt to stay competitive.

That was a probably the correct decision at the time; but the reason why it was correct was purely because the drugs were damaging to the people who took them. If the drugs had been entirely harmless to the people taking them then they wouldn't have been banned. (And last time I checked, 'botting does not cause gynecomastia).

Unfortunately, the perception has shifted from then to where we are now, which is a feeling among people in general that athletes taking performance-enhancing substances is somehow "unfair". This, frankly, is a stupid perception. It's not stupid to suggest that it's unfair if one athlete has access to drugs that another athlete doesn't, but it is stupid to single out drugs as the only area in which this principle applies. If one athlete has access to altitude training while another doesn't, that is just as unfair. If one athlete has access to a professional coach and another doesn't, that is just as unfair. If one athlete gets better nutritional advice than another, that is just as unfair. But no one would seriously consider banning athletes from having access to altitiude training, professional coaches or nutritionists.

So it isn't actually about making things "fair"; and the whole thing is rife with idiotic, ill-thought-out, double standards.

A sensible approach to doping, in my view, is the one adopted by professional body-builders. There, you have two separate categories in a competition: one for those who choose to take steroids, and one for those who choose not to. Every body-builder has a free choice in the matter. No one is forced to take steroids, or denied access to them, so it's a "level playing field" and no one perceives taking steroids as "cheating" so long as you're up-front about taking them. And those who choose not to take steroids have the sense not to get worked up about those who do, or campaign vigorously for the taking of steroids to be banned: they recognise that it's an equally valid choice, just not the one that happens to satisfy them.

I think there may be some useful lessons, there.

shasarak 07-24-2008 05:28 AM

Re: Triggers, scripts, and bots
 
Talking about 'botting as "cheating" is effectively a circular argument ("'botting is wrong because it's wrong", or "'botting is wrong because I say it is"). Obviously if the rules of the MUD prohibit 'botting then 'botting, by definition, is "cheating". But that's something that is obvious enough it isn't worth discussing. What you should be discussing is not "is 'botting against the rules?" but "should 'botting be against the rules?"

In Soccer, for example, there is no rule that says players are not allowed to scratch their right ear during the course of the game. In theory, we could introduce such a rule, and, if we did, scratching your ear in a soccer match would then, absolutely and unambiguously, constitute "cheating". But the important question is: should scratching your right ear in a Soccer game be against the rules? To determine that you need to think about whether allowing players to scratch their ears in the middle of the game actually has a tangible, detrimental effect on the game or on the other players. If it doesn't, then it's a stupid rule.

So, if you are going to argue that 'botting should be against MUD rules, you need to answer this question: how, exactly, does a player 'botting ruin the game for other players?

I'm not saying there aren't any ways in which 'botting affects other players; but I suggest that if you look at every specific way in which it can have an impact on other players, there are usuallyplenty of other mechanisms by which precisely the same thing could happen with precisely the same consequences, even though 'botting wasn't in any way involved. If that's the case then 'botting is not actually the problem: the problem is the specific, undesirable effect, and that needs to be addressed directly, in a way that doesn't get distracted by the question of whether 'botting was involved.

For example, suppose that you and another player start playing the MUD at the same time. He 'bots, you don't. After a while, you've got to level 15 and he's got to level 30. At that point, he embarks on a campaign of PK-ing you at every conceivable opportunity, and because of the level-advantage that 'botting has given him, you are unable to defend yourself.

Is this an undesirable phenomenon? Yes, absolutely. Would I, as an admin, want to do something to prevent it from happening? Probably. But the point is that what is problematic about this situation actually has nothing to do with 'botting. The problem is that you've got a level 30 character embarking on a long-term personal vendetta against a level 15 character and making his on-line life a misery. The fact that the level 30 character became level 30 by 'botting is absolutely irrelevant: it would be equally wrong if he had achieved level 30 by playing for more hours in the day than you do, or by joining the MUD six months earlier than you did.

So, if we want to address this problem, what we need to address is: can we stop long-term vendettas, and, in particular, can we stop high level characters from causing low-level characters to have a really miserable time? Focusing on 'botting in this situation is actually a dangerous red herring that distracts attention away from the real problem.

KaVir 07-24-2008 08:06 AM

Re: Triggers, scripts, and bots
 
I'm not arguing that botting should be against the rules, only that it can be a serious problem, and its potential impact should be taken into careful consideration when designing a mud.

It can ruin the game for other players because they are forced to choose between having fun (by playing the game normally) and being competitive (by botting) - and the two choices are generally mutually exclusive. Furthermore, depending on the nature of the game, those who choose to play normally may have their fun seriously reduced anyway, if they're unable to compete with those who do bot.

shasarak 07-24-2008 10:13 AM

Re: Triggers, scripts, and bots
 
I certainly have no argument with that statement.

Hmmm. That's an interesting new take on the question: 'botting makes the game less enjoyable for the 'botter.

You yourself were saying earlier that 'botters don't 'bot all the time - they 'bot in between fully-connected sessions. That would suggest that, if a player does feel obliged to 'bot, having an enjoyable time when they are connected would not be adversely affected by the fact that they've been 'botting when they weren't.

Could you give me some practical examples of how a player 'botting harms his own enjoyment of the game?

I'm still hoping for some examples of how. It's easy enough to see that trying to progress at the same rate as a 'botter would be difficult if you don't 'bot yourself, what I don't see is why that's a problem.

It shouldn't damage your ego to know that other people are progressing faster than you are if you know that the reason why they are is because they've chosen the "soft option" to do it. (If someone can run 100 metres in less time than it takes me to run 200 metres, this not something which distresses me).

I can see that, if you're in a heavily PvP environment, it would be tiresome being outperformed by characters who have reached a high level sooner than you have; but I fail to see why this would be any more annoying than being outperformed by someone who is higher level than you for a different reason (e.g. because he's been playing the MUD longer than you have). If this is a problem, the solution is not to crack down on 'botting, but to crack down on high-level players beating up on low-level players, regardless of how the level-differential happened.

So I'm still waiting for examples of ways in which 'botting can have a tangible negative impact on non-'botters and where it is impossible or unlikely for the same negative impact to happen when 'botting isn't involved.

shasarak 07-24-2008 10:17 AM

Re: Triggers, scripts, and bots
 
I actually wouldn't argue with that. But I still think it's reasonable to discuss the reasons why a given MUD might or might not have a rule against 'botting. And I also still think that if 'botting is very prevalent on a MUD, the admins need to ask themselves some hard questions about why it is that so many people think their game becomes more enjoyable when they play it less.

KaVir 07-24-2008 11:03 AM

Re: Triggers, scripts, and bots
 
You can't enjoy a game if you're not actually playing it. Every challenge overcome by your bot is a challenge that you miss out on. Assuming the content is enjoyable (which it should be if the game has been well designed), then each piece of content your bot completes is another potentially enjoyable experience you've lost out on.

Because in order to catch up with the more experienced player you still have to play the game, complete the content, overcome the challenges. You don't have to compromise your own enjoyment in order to compete.

shasarak 07-24-2008 12:17 PM

Re: Triggers, scripts, and bots
 
Well, okay, that's true; indeed, I said something very similar myself a few posts back, by way of arguing that one should sympathise with the plight of 'botters rather than condemning them for what they do.

However, there are still a lot of assumptions here.

Are players really so pathetically, pathologically driven to "keep up" with other players that they are willing to severely compromise their own gaming pleasure to do it? Is that a common MUD player trait?

And much more importantly, even if a player does have sufficiently deep-seated emotional problems that he cannot bear to have another player on the MUD be more advanced than he is, why single out 'botting as a trigger for that behaviour? A person like that would be equally driven to 'bot in order to catch up with players who have been playing the MUD longer than he has; to catch up with players who play the game for more hours a day than he does; to catch up with players who are simply better at the game than he is. You cannot reasonably argue that any of those other factors (e.g. "being better than I am" or "having played the MUD for longer than I have") should be against the rules, so why single out 'botting for special treatment? Other players not 'botting would remove only one quite minor "competitive" pressure.

Unless you're suggesting that 'botting should be banned so that this psychologically-damaged, compulsively-competitive player can be "saved" from 'botting himself on the grounds that he'll be too scared to break the rules and do it. But I don't think that makes much sense either: if he's that driven, he'll 'bot anyway, regardless of the rules; and even if you did manage to prevent it, all you'd be doing would be taking away the one thing that might allow him to achieve the dominance he wants and make him less miserable. I think it's hard to argue that he should be prevented from 'botting "for his own good".

The problem is that if the more experienced player is more experienced because he plays more hours a day than you do (or simply because he's better at the game than you are) the gap will simply get wider and wider. So our pathologically competitive player will get more and more miserable as time goes on. Players who are not pathologically competitive won't care - they'll be too busy enjoying the game.

KaVir 07-27-2008 08:08 PM

Re: Triggers, scripts, and bots
 
Every mud should be designed with its target audience in mind, and a competitive mud is generally aimed at (and will attract) competitive players.

Pseudo psychology aside, you shouldn't put your players in a position where they are forced to compromise, particularly in such a no-win situation as this: they play the mud for fun, because they enjoy competitive games - if they have to sacrifice their fun in order to be competitive, you remove their reason for playing in the first place.

the_logos 07-27-2008 11:09 PM

Re: Triggers, scripts, and bots
 
That assumes a black & white view of botting that isn't the case (ie that you're either not botting and "playing" or botting and "not playing"). In reality, botting can be anywhere between 0% of your play and 100% of your play rather than simply being 0% OR 100%.

Enjoyable is subjective. There's no such thing as Enjoyable, only enjoyable to a particular player. You may not like manually performing one particular activity in a game that you otherwise enjoy. It doesn't mean that activity isn't enjoyable. It just means that that person doesn't enjoy that activity OR that that person doesn't enjoy it enough to want to manually perform it 100% of the time.

--matt

the_logos 07-27-2008 11:14 PM

Re: Triggers, scripts, and bots
 
That reasoning isn't sound and is contradicted by real-world behavior patterns as well. If players sacrifice their reason for playing a game in the first place by botting, nobody would bot long-term except among those looking to bot for other reasons (like financial gain - gold farmers). I know plenty of people who bot in MUDs of all kinds, from text to 3d graphical, and love the game they're botting in.

You sound like you don't like botting, but you should recognize that's just a personal preference.

--matt

Fiendish 07-28-2008 02:13 AM

Re: Triggers, scripts, and bots
 
Yes.
Any more insightful questions?

shasarak 07-28-2008 06:58 AM

Re: Triggers, scripts, and bots
 
How about "should we be designing game rulesets to cater primarily for a psychologically damaged minority which cannot think clearly?" :cool:
While I understand that many players want to compete with their fellow players, it still seems irrational to me to single out 'botting as anti-competitive.

Consider, for example, someone who plays the MUD for more hours a day than you do. You cannot compete with him on an equal footing, and the more time passes, the larger the gap between you will become. If the argument against 'botting is that players feel they are unable to compete against players who 'bot and will never be able to catch up with them, shouldn't we be equally concerned about players who play a large number of hours a day, given that the pressures they exert on insecure "competitive" players are just as profound? And yet, I don't see anyone suggesting that we have a hard-coded limit on the number of hours a day a person can play. What's the difference? Why is 'botting "cheating" but "playing a lot" isn't, when the impact it has on other players is identical?

KaVir 07-28-2008 07:02 AM

Re: Triggers, scripts, and bots
 
No, I don't assume that - quite the opposite in fact. I specifically clarified that "Every challenge overcome by your bot is a challenge that you miss out on" and that "each piece of content your bot completes is another potentially enjoyable experience you've lost out on". Even if you only bot 10% of the content, that's still 10% of the content that you personally miss out on.

Obviously, but it's the lack of enjoyment I'm discussing, assuming a game which is otherwise enjoyable (because if it isn't, then that is the real problem). A lack of enjoyment due to never experiencing something isn't subjective - because you clearly cannot enjoy something you never experience.

In other words, I'm explicitly talking about situations where people bot content they would normally enjoy - situations where, to quote my first post, "you're forced to choose between "having fun" and "being competitive"".

I already clarified my stance earlier in the thread, when I stated "I'm not arguing that botting should be against the rules, only that it can be a serious problem, and its potential impact should be taken into careful consideration when designing a mud."

That stance hasn't changed. I'm not saying you shouldn't allow botting, or that it's wrong, only that it can have a serious impact which should be carefully considered when designing a mud. Do you feel otherwise? That it's something a mud designer shouldn't worry about?

KaVir 07-28-2008 08:47 AM

Re: Triggers, scripts, and bots
 
Firstly I'm not singling it out, just staying on topic - because this thread is about botting. Secondly, my major concern isn't with botting being anti-competitive, but rather with it being anti-fun (by which I mean missing out on fun, not being unfun).

That's not to say botting can't also be fun in its own right (because I know some people enjoy writing bots more than they do playing muds), only that I don't like the idea of competitive players being forced to choose between "having fun" and "being competitive".

Right, but there is one very important distinction: Both players still play the mud, and don't have any incentive to skip content they would otherwise have enjoyed. They don't have to choose between "having fun" and "being competitive".

Imagine a mud where players can type "level up" to jump to the next level whenever they like. Now imagine adding that command to a PK mud which is targeted at highly competitive players. How many of those players do you think would fully explore each level of gameplay, and how many do you think would just skip right to the end - even if that earlier gameplay was something they'd have found entertaining and enjoyable?

the_logos 07-28-2008 11:08 AM

Re: Triggers, scripts, and bots
 
You're presenting a false choice. I know plenty of competitive players who have fun botting in their game of choice.

If player A and player B are otherwise equal in all respects, but player A is able to put in twice the time (assuming time matters....if it doesn't then botting isn't allowing anyone to skip anything, only assist with things), there is no way for player B to be competitive with player A.

You're arguing that because of bots, competitive players are forced to choose between botting or having fun, but the exact same (flawed) logic can be applied to the above situation. In fact, by your logic, player B cannot have fun, at all, since the only way for him to have fun is to be competitive (and he can't be due to having half the amount of time). That's simply not true, of course.



This is no different from the fact that there are cheat codes available for console games that allow you to skip content (and with, for instance, Xbox Live's achievement system, competitive types can turn every Xbox game into a competition). Some people use them, some people don't.

Different people wish to play games in different ways. It's just a personal preference.

--matt

KaVir 07-28-2008 12:19 PM

Re: Triggers, scripts, and bots
 
Their fun came from the botting, not from enjoying the game content - because they don't experience the content that they bot.

The assumption here is that the game content is something that the competitive player would normally enjoy (because if it isn't, then that is the problem). If they bot, they will miss out on the game content which was specifically created for their enjoyment. If they don't bot, they will fall behind those who do bot.

One player will always have an advantage over another, whether it's because he has more time, more money, more skill, a better connection, or whatever else. The point isn't whether the players will be on equal footing, but whether there is an incentive to skip content in order to be competitive.

After all, if one competitive player bots, then they'll all bot - it cancels out, and is no different from nobody botting. Except that nobody is enjoying all that game content you painstakingly created over the last few months/years...

No, the point is that there shouldn't be an incentive to skip game content. It's like rewarding people for not killing any monsters in a HnS mud, or having magic items worse than being naked in a mud which targets powergamers, or having a roleplaying mud where the only way to progress is to participate in strictly non-RP activities. A game should cater to its audience, not work against it.

If your target audience are rewarded for skipping your game content, what's the point in having that content in the first place?

Fiendish 07-28-2008 02:28 PM

Re: Triggers, scripts, and bots
 
The question you should be asking yourself is, "As a game maintainer, is it my responsibility to tell my players that they're wrong for feeling the way they do because I think I know The One True Path?" :rolleyes:

See, you're focusing on the wrong idea, and it demonstrates a singular lack of perspective on your part. The problem is that the players either want it or they don't. If you don't want to play with other people who are going to bot, you go to a MUD that doesn't allow botting. If you want to bot, then you go to a MUD that does allow botting.

No. Consider, for example, that you have the option of playing human soccer or robot soccer. Maybe you enjoy building robots and want to play robot soccer. Maybe you hate robots and only want to play soccer against people. Maybe you hate robots AND you hate people who are better than you and you only want to play soccer against people in the same class. There are options for all three.

At some point the MUD administrator draws a line in the sand, and some of the potential players will walk across it.

Threshold 07-28-2008 03:55 PM

Re: Triggers, scripts, and bots
 
It is generally a good idea to avoid absolutes like this. Ensuring a level playing field was, and is, indeed part of the motivation behind the banning of performance enhancing drugs. Why? Multiple reasons. First, because some people believe in the purity of the sport and the competition, and thus the level playing field matters to them. This is particularly true for olympic sports. Second, from a purely financial standpoint the people who run sports know that their customers (viewers, fans, etc.) want to believe the sport they are watching is played fairly. That is why things like the Spygate in the NFL or the crooked ref in the NBA are so damaging. Anything that makes the public feel the outcome on the field/court/pitch is compromised unfairly hurts the sport financially, as it hurts viewer/fan interest.

Yes, the health of the athletes is also a factor (as you stated). But you cannot say the level playing field had "nothing whatsoever" to do with it. In fact, many cynical observers of pro sports believe far too little concern is put on the "health of the athletes" factor, and that owners/management only pay lip service to that when their true motivation is maintaining the level playing field they know is crucial to profitability.

It is odd that you so vehemently defend botting when you just encapsulated one of the arguments for banning botting. Inspired by your own words:

People who do not want to bot are faced with a horrible choice: bot when it is guaranteed to have a massive, negative effect on their fun, or choose not to bot and thus guarantee that they won't truly be competitive with those players who do.

Furthermore, people who are competitive with their fellow gamers are not a "psychologically damaged minority" as you called them in another post. Competition is a MAJOR element and draw of RPGs, and MUDs/MMOs in particular.

Why do you think MUDS/MMOs have historically had tons of rankings lists for almost everything under the sun? Levels, points, quests completed, mobs killed, you name it and RPG players have competed with each other for rankings on it. I have seen games where people competed for most deaths, least deaths, best/worse kill/death ratio, most children rescued, most resources harvested, most badges earned, most flowers picked, most epic boss mobs killed, or even most lowly chicks killed. The list of things people will compete with each other over is endless. And obviously if you add PvP to the mix you have an additional layer of competition that makes it incredibly important that you keep the playing field as level as possible as far as leveling up.

So I would suggest you don't blow this off as simply people being irrational egomaniacs. A very large portion of the gaming populace cares about fairness, cares about the "integrity" of their accomplishments, and enjoys competing in a (mostly) fair way with their fellow players. And yes, players draw a very real distinction between the advantage someone has when they can play 20 hours a day and an advantage someone gains by running a bot while they watch Buffy the Vampire Slayer in the other room.

Threshold 07-28-2008 04:03 PM

Re: Triggers, scripts, and bots
 
Pretty much everything related to entertainment ultimately boils down to personal preference. But in a MUD/MMO, the personal preferences of the masses are a factor as well. Nobody plays the game in a vacuum, and non-botters are affected (sometimes profoundly) by those who bot. So choosing to ban or permit botting affects more than just people who would bot - it affects the people who want a game that does not reward botting as well.

There is also a very real dynamic where the game developer has to protect the player from him/herself. There are things a player would do if they were given the option, even if that thing would reduce their enjoyment in the long term. Either Raph Koster or Richard Bartle has a whole treatise on this, and they sum it up with an axiom something like: "Players will do the most expedient thing to get from Goal A to Goal B, regardless of how fun it is." Players will frequently do things that actively reduce their own enjoyment of the game if they believe it is advantageous or expedient. Some players even realize they are doing this at the time, and that just makes it worse.

And here's a non-competitive example of the damage botting can do. I remember when my wife and I played Final Fantasy XI (whichever one is the online one), and we got into the fishing. It was pretty fun, and the fish were a pretty valuable commodity. I enjoyed chatting with the other anglers, and it was a bit of a community of its own. But then fishing bots became available, and soon enough there was no more chatter around the fishing hole. Eventually it was all bots. Botting destroyed the social aspect of fishing, which ruined a lot of the fun even for people who weren't botting.

Nearlyhugh 07-28-2008 04:04 PM

Re: Triggers, scripts, and bots
 
Has anyone ever built a MUD designed to be botted? Seems like it might be fun to competitively create bots and let them loose on virtual worlds.

KaVir 07-28-2008 05:57 PM

Re: Triggers, scripts, and bots
 
I'm not sure if you could consider it a MUD if it's designed for bots rather than human players, but might be the sort of thing you're thinking of.

The_Fury 07-28-2008 06:56 PM

Re: Triggers, scripts, and bots
 
Eudemons Online has a new feature coming out sometime in the future where each player account can have 3 mirror accounts attached to it. I believe that the way it will work is that you can login and while your playing you can send your other 3 accounts off to do other things in the game while you play with your main.

I have not seen the full details of the system, nor any implementation data, but to me, that sounds like each account gets 3 bots to play aspects of the game for them. Which is sort of weird considering that this game has very few bots at all, having only a few players who have home cooked their own bots. The main commercial bot for TQ games, Scriptvessel, canned its planned bot for Eudemons due to lack of sales.

Japheth 07-29-2008 02:03 AM

Re: Triggers, scripts, and bots
 
I really must agree with the_logos on this topic. But I would add that in many cases, the bot is its own reward. There are some of us out there that really like to tinker with things - I myself am a Civil Engineer in the real world, and I code for fun. When I'm playing a mud where it's appropriate, I -love- creating all the scripts, testing them, refining them. That's quite a lot of my fun.

The Iron Realms muds even require a certain level of "Botting" as such - in that their combat system is so complex that few (and there are a couple) are able to manually perform at peak capability without a script system behind them. But that was always fun - researching, creating, testing your system. There's even an in game economy for trading them - so people who do not want to put in the effort can acquire one in different ways. More recently, there are open source, publically available ones (I think even an official mud-endorsed and distributed one?) so that nobody even needs to expend any effort to get at least a basic one if they do not want.

Many of these systems are far more advanced than the majority of bots written for other games, yet they pull it off well in Iron Realms and it's certainly not something that detracts from the game in any way.

Quite frankly, most games content isn't all that enjoyable. Most of it is 95% similar to the next guy, with a different pair of clothes on. The kind of enjoyment I get out of MUDs is the kind that I and other players create, DESPITE the content rather than because of it. And I enjoy scripting. So I'd certainly not be robbing myself.

shasarak 07-29-2008 05:47 AM

Re: Triggers, scripts, and bots
 
That argument would hold water if 'botting were the only mechanism by which one player could gain a competitive advantage over another, but that is patently not the case. One player can have a competitive advantage over another if he has played the MUD for longer, or if he plays for more hours per day. If players are so pathologically competitive that they feel driven to 'bot in order to compete with players who would otherwise have an advantage over them then a player who plays more hours per day than they do will drive them to 'bot just as powerfully as a player who 'bots.

You can't establish a "level playing field", so why bother to try? (And yes, that is my attitude to doping in sport as well: see previous discussion of professional bodybuilding).

And, frankly, these sentiments are a bit rich coming from a person who runs a pay-for-perks MUD where players gain a massive competitive advantage over other players simply by paying money to the MUD admins. :) Are you trying to claim that doesn't create a pressure to 'bot among players who can't afford to pay as much as some of their wealthier colleagues? How is that a level playing field?

Edit: that last paragraph sounded a little more aggressive than I meant it to. Of course there's nothing intrinsically wrong with pay-for-perks MUDs, and if people want to play them, that's absolutely fine, more power to them; but the entire concept of pay-for-perks is founded on the idea that a "level playing field" is not merely impossible to achieve but actively undesirable: the purpose of a pay-for-perks model's existence is to make it impossible for players to compete on an equal footing by means of MUD-gameplay alone. So I am perplexed that a pay-for-perks MUD admin can (with no apparent sense of irony) argue against something else ('botting) on the grounds that it supposedly prevents players from competing on an equal footing.

ionstar 07-29-2008 10:20 AM

Re: Triggers, scripts, and bots
 
What about competition for resources? I'll assume the muds you folk are talking about have unlimited numbers of npcs/resources? The mud I call home doesn't, with respawns only occuring every 40-60 minutes.

With lots of characters running around killing everything all day long with 100% effecency(being bots) this would cause heartache for the other players not being able to kill the monsters or get the equipment they want. Same goes for any other resources for crafting or whatnot.

In games like this where competition for resources plays a part, bots/fully scripted chars are incredibly unfair for those who actually play the game themselves.


All times are GMT -4. The time now is 10:46 AM.

Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright Top Mud Sites.com 2022