|
blueman Newbie
Joined: 25 Jan 2014 Posts: 2 Location: United States
|
Posted: Sat Jan 25, 2014 12:47 am
Looking to hire someone to make a script |
Like the title says. I play a mud and I'm looking for someone experienced with writing scripts to create one. I'm looking for a script that will move my character from room to room and clear each room. This way I can focus on inputting my special skills rather than basic skills. If you're wondering. Yes my MUD allows triggers, scripts, etc. As long as the user is present at the keyboard. Which I intend to be.
|
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sun Jan 26, 2014 3:13 am |
I wager you misunderstood your game's rules on botting. Almost no active game allows you to do what you ask.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
blueman Newbie
Joined: 25 Jan 2014 Posts: 2 Location: United States
|
Posted: Sun Jan 26, 2014 5:32 am |
Well, my MUD is pretty lenient as long as you aren't away from the keyboard while using scripts or trigger sets. It's allowed. Otherwise I wouldn't ask here. I already check the helpfiles and asked to make sure I wouldn't be breaking rules.
|
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4690 Location: Pensacola, FL, USA
|
Posted: Sun Jan 26, 2014 4:23 pm |
weather botting is legal or not on a given game is not really relevant to the question
to do a thing upon entering a room:
#EVENT onRoomEnter {your commands here}
as for moving around
take a look at #PATH #PAUSE and #STEP |
|
_________________ Discord: Shalimarwildcat |
|
|
|
|
|