Jump to content

Zmud Help


BobcatFan

Recommended Posts

Also, look in the lower right hand corner of the ZMUD screen next to the time. You should see a little gun and a little computer. If an 'X' is over the computer, the aliases are turned off. If an 'X' is over the gun, the triggers are turned off. Just click on it to toggle it on or off.

Link to comment
Share on other sites

ermm. i think i screwed something up using the in same alias

I did something like this

alias create c create (this should create food, this is not what i was doing but exactly how I inpued it.)

I wanted to do some training while reading the forum and not having to enter the command followed by ! enter ! enter so I did this.

alias create c create; c create; c create; c create; c create; c create; c create -In my head this means that when I typle create and enter.... it creates food 7 times.

so....I hit create and spammed it 3 times so it would make sense to do it 21 times.

it kept going, and going, and going... on my screen I read

-stop spamming

-stop spamming

-last warning to stop spamming

-you have been mortally wounded and unable to move

(I didnt lose any hp... so did i just suffer a death or did it just paralyze me)

Link to comment
Share on other sites

If you want to not get those stop spamming messages, every say ten commands or so make sure to toss in a where, or a who pk, or a prof self, or something. It'll break up the line of identical commands and the game won't annoy you about spamming.

Link to comment
Share on other sites

Traning is best done with triggers not alias.

Example, training a spell.

1, Use the mud proficency command to get your trigger line.

prof charactername create food

will return..

Your proficiency at create food is 75%!

2, copy the "Your proficiency at create food is" part into the trigger (not the 75%, as this value will hopefully change :) )

3, set the trigger to perform two commands, the seperator in wintin is a ; i believe it is the same in zmud.

c 'create food';prof charactername create food

this will perform two commands visble to the mud, alternating them, thus avoiding spam lock.

4, With this set up you can start it by just typing prof charactername create food. You will show your prof, cast the spll, show prof, cat spell etc etc etc..... when you need to stop the trigger just type sleep...you will get two messags saying you cant do that while sleeping and its done. The best part of doing it with the prof command is that you can literally watch the progress bar advance, helps you feel like your getting somewhere!

Remember, never leave your session running unattended. Full on boting is illegal in FL and if caught you will get slain by an imm, or another player for that matter...if you dont starve to death...

Enjoy :cool:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...