Guest User

batmud guild detection command

a guest
Jan 22nd, 2012
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. Guild detection command with all the new guilds. I had to split it, because there are so many guilds nowaday they wont fit into one command.
  2. Command syntax: wgg1 Lyriikka (need to have uppercase first character)
  3.  
  4. command wgg1 quote 'grep -q " $* " who guild civilized' kill Civ:;quote 'grep -q " $* " who guild alchemists' kill Alchemists:;quote 'grep -q " $* " who guild bard' kill Bard:;quote 'grep -q " $* " who guild civilized_fighters' kill Civilized_Fighters:;quote 'grep -q " $* " who guild civmage' kill Civmage:;quote 'grep -q " $* " who guild folklorist' kill Folklorist:;quote 'grep -q " $* " who guild knight' kill Knight:;quote 'grep -q " $* " who guild merchant' kill Merchant:;quote 'grep -q " $* " who guild cavalier' kill Cavalier:;quote 'grep -q " $* " who guild runemages' kill Runemages:;quote 'grep -q " $* " who guild sabres' kill Sabres:;quote 'grep -q " $* " who guild squire' kill Squire:;quote 'grep -q " $* " who guild good_religious' kill grel:;quote 'grep -q " $* " who guild animist' kill Animist:;quote 'grep -q " $* " who guild druids' kill Druids:;quote 'grep -q " $* " who guild liberator' kill Liberator:;quote 'grep -q " $* " who guild monk' kill Monk:;quote 'grep -q " $* " who guild nun' kill Nun:;quote 'grep -q " $* " who guild tarmalen' kill Tarmalen:;quote 'grep -q " $* " who guild templar' kill Templar:;quote 'grep -q " $* " who guild nomad' kill Nomad:;quote 'grep -q " $* " who guild archers' kill Archers:;quote 'grep -q " $* " who guild barbarian' kill Barbarian:;quote 'grep -q " $* " who guild beastmaster' kill Beastmaster:;quote 'grep -q " $* " who guild crimson' kill Crimson:;quote 'grep -q " $* " who guild kharim' kill Kharim:;quote 'grep -q " $* " who guild ranger' kill Ranger:;quote 'grep -q " $* " who guild magical' kill Magical:;quote 'grep -q " $* " who guild channellers' kill Channellers:;quote 'grep -q " $* " who guild inner_circle' kill Inner_Circle:;
  5. command wgg2 quote 'grep -q " $* " who guild mage' kill Mage:;quote 'grep -q " $* " who guild mage_acid' kill Mage_Acid:;quote 'grep -q " $* " who guild mage_asphyxiation' kill Mage_Asphyxiation:;quote 'grep -q " $* " who guild mage_cold' kill Mage_Cold:;quote 'grep -q " $* " who guild mage_electricity' kill Mage_Electricity:;quote 'grep -q " $* " who guild mage_fire' kill Mage_Fire:;quote 'grep -q " $* " who guild mage_magical' kill Mage_Magical:;quote 'grep -q " $* " who guild mage_poison' kill Mage_Poison:;quote 'grep -q " $* " who guild psionicist' kill Psionicist:;quote 'grep -q " $* " who guild riftwalker' kill Riftwalker:;quote 'grep -q " $* " who guild evil_religious' kill erel:;quote 'grep -q " $* " who guild disciple' kill Disciple:;quote 'grep -q " $* " who guild priests' kill Priests:;quote 'grep -q " $* " who guild reaver' kill Reaver:;quote 'grep -q " $* " who guild tzarakk' kill Tzarakk:;quote 'grep -q " $* " who guild explorer' kill Explorer:;quote 'grep -q " $* " who guild inf' kill Inf:;quote 'grep -q " $* " who guild navigator' kill Navigator:;quote 'grep -q " $* " who guild wanderers' kill Wanderers:;
  6.  
  7. In zmud you can do the commands with one zmud alias like this(also makes first character uppercase automatically)
  8. #alias wgg {wgg1 %proper(%-1);wgg2 %proper(%-1);}
  9.  
  10. What that command produces is the following:
  11. No Civilized: ( 99 ) Lyriikka the Lich here !
  12. No Bard: ( 99 ) Lyriikka the Lich here !
  13. No Civmage: 99 ) Lyriikka the Lich here !
  14. No Knight: ( 99 ) Lyriikka the Lich here !
  15. No Cavalier: ( 99 ) Lyriikka the Lich here !
  16. No Squire: ( 99 ) Lyriikka the Lich here !
Advertisement
Add Comment
Please, Sign In to add comment