Anoneemus Posted April 29, 2008 Report Share Posted April 29, 2008 I'm wondering if there's any way to make an alias where the variable is part of the alias, i.e., instead of "destroy" being an alias for "kill %1", I want it to be one word..destroyrabbit will let me "kill rabbit". Is there any way to do this? I tried naming the alias destroy%w (for example), but that didn't work. Anyone know? Link to comment Share on other sites More sharing options...
a-guitarist Posted April 29, 2008 Report Share Posted April 29, 2008 you can do that with gmud's alias system. a-g Link to comment Share on other sites More sharing options...
Mudder Posted April 29, 2008 Report Share Posted April 29, 2008 zMUD has a very very powerful and complicated system... I'm sure it can do it. How? Eh, it would take a lot of helpfile reading and i'm no where near that big of a nerd to know. Link to comment Share on other sites More sharing options...
Anoneemus Posted April 29, 2008 Author Report Share Posted April 29, 2008 Yeah sorry, I forgot to mention I'm using zMUD. Too many years of it to change now! Link to comment Share on other sites More sharing options...
L-A Posted April 29, 2008 Report Share Posted April 29, 2008 Look for a variable command in the zMud help - I use variables and aliases in my client (JMC) to do this. This was one of the reasons I went to JMC from GMUD. If you can find the commands post them here and I'll show you how to set it up. Cheers, L-A Link to comment Share on other sites More sharing options...
Grumpy Posted April 29, 2008 Report Share Posted April 29, 2008 From ZMud Help: #ONINPUT ONINPUT Syntax: #ONINPUT id {pattern} {commands} classname options So, you probably want something like this: #ONINPUT {^destroy(*)$} {kill %1} Link to comment Share on other sites More sharing options...
Anoneemus Posted April 29, 2008 Author Report Share Posted April 29, 2008 Thank you so so so much, I was beginning to think it couldn't be done. Woot! Link to comment Share on other sites More sharing options...
Grumpy Posted April 29, 2008 Report Share Posted April 29, 2008 I'm actually more curious in finding out why you'd want to do this as opposed to setting an alias (which is more efficient) and typing an extra space. Link to comment Share on other sites More sharing options...
Mudder Posted April 29, 2008 Report Share Posted April 29, 2008 I'm with you Grumpy. I have my aliases, then I just copy and paste my target. Quick and easy. Link to comment Share on other sites More sharing options...
Grim_Reefer Posted April 29, 2008 Report Share Posted April 29, 2008 Mud aliases only. Link to comment Share on other sites More sharing options...
Guest emp_newb Posted April 29, 2008 Report Share Posted April 29, 2008 After a bit, I started using FL's built in aliases. I can set them how I want, then get rid of them when needed Link to comment Share on other sites More sharing options...
Anoneemus Posted April 29, 2008 Author Report Share Posted April 29, 2008 I'm actually more curious in finding out why you'd want to do this as opposed to setting an alias (which is more efficient) and typing an extra space. Well...it is usually more efficient, but in this case it's not. I can't say too much or it will become obvious who I play. But anyway, thanks again for your help. Link to comment Share on other sites More sharing options...
corpsestomp Posted April 29, 2008 Report Share Posted April 29, 2008 I'd use the IG aliases, but I can just set a whole spell list for necro/bmg/voker and never have to make another one again. Link to comment Share on other sites More sharing options...
Kyzarius Posted April 30, 2008 Report Share Posted April 30, 2008 Well...it is usually more efficient, but in this case it's not. I can't say too much or it will become obvious who I play. But anyway, thanks again for your help. I reccomend wintin, especialy if your at least semi-profecient at programing or writing scripts of any kind. Wintin uses no buffer for commands so everything is as direct to the mud as you can get without using mudside commands. You can make alias's just like you outlined in your op. Link to comment Share on other sites More sharing options...
Montahg Posted May 1, 2008 Report Share Posted May 1, 2008 Look for a variable command in the zMud help - I use variables and aliases in my client (JMC) to do this. This was one of the reasons I went to JMC from GMUD. If you can find the commands post them here and I'll show you how to set it up. Cheers, L-A Wow someone else that uses JMC! Oh the things I've done to my client Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.