This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
spell_spam [2021/03/10 17:15] lynx |
spell_spam [2021/03/16 04:55] (current) lynx |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | THIS PAGE IS UNDER CONSTRUCTION | + | **Spell Spam** |
| - | \\ | + | |
| - | \\ | + | Spamming spells is a method of using [[aliases|aliases]] within the mud to cast spells in rapid succession with a keystroke. |
| - | Spell Spam | + | |
| + | |||
| + | Spell Spam examples:\\ | ||
| + | '' | ||
| + | alias 1 #20 cast ' | ||
| + | alias 2 #10 cast ' | ||
| + | '' | ||
| + | |||
| + | In both of these examples we have the same elements combined to do the same thing, cast a spell over and over as fast as your [[spellcasting|spellcasting]] skill allows you. \\ | ||
| + | |||
| + | The first part:\\ | ||
| + | '' | ||
| + | is the command telling the mud that you wish to create an alias. | ||
| + | |||
| + | The second part 1 & 2, is telling the mud that you wish to call the aliases 1 and 2 respectively. | ||
| + | |||
| + | Next we get to ''# | ||
| + | |||
| + | Now we have the spell we wish to cast, well just focus on the first one, magic missile. | ||
| + | '' | ||
| + | |||
| + | Now lastly we arrive at the & sign. The & is interpreted by the mud as a slight pause. | ||
| - | Spamming spells is a method of using [[aliases|aliases]] within the mud to cast spells in rapid succession with a keystroke. | ||