Dark Wolf killer

By darkkupid on Jan 16, 2011

This is a shape-shifting script that changes u 2 a wolf n lets u kill

menu nicklist,query {
  .[attacks} 
  ...[-wolf-]:{ me transforms into a wolf and lays at $nick $?="Nick"
's feet }
  ...[-wolf2-]:{ me transforms back into %user }
  ...[-wolf3-]:{ me attacks and eats $nick $?="Nick"
 }
  ...[-wolf4-]:{ me attacks and eats $nick $?="Nick"
 }
  ...[-wolf5-]:{ me attacks $nick $?="Nick"
 }
 ...[-wolf6-]:{ me walks over to $nick $?="Nick"
 }
 ...[-wolf7-]:{ me gnarls at $nick $?="Nick"
 }
 ...[-wolf8-]:{ me sniffs $nick $?="Nick"
 }
 ...[-wolf9-]:{ me watches $nick $?="Nick" closely
 }
 ...[-wolf10-]:{ me protects $nick $?="Nick"
 }
 ...[-wolf11-]:{ me defends $nick $?="Nick"
 }
 ...[-wolf12-]:{ me Transform into a wolf }

Comments

Sign in to comment.
werewolf @ frostwire chat   -  Mar 09, 2011

u make me get cool idea

 Respond  
xdesoto   -  Jan 18, 2011

I wouldn't like the one that corrected me either ;)

 Respond  
cofvempire   -  Jan 18, 2011

i don't like xdesoto :( :p just kidding :p

 Respond  
BigSteve   -  Jan 17, 2011

fair enough Jethro_

 Respond  
Jethro   -  Jan 17, 2011

BigSteve, /describe <nick|channel> , to a large extent, is the same as the /me command, except that /me is used while in a query or channel window so you do not need to specify the target when using it. /me is suitable for this snippet.

 Respond  
BigSteve   -  Jan 17, 2011

note the me command is overated for scripts if they are wanting to do an action is should be describe

 Respond  
xdesoto   -  Jan 17, 2011

loL oh well there are no feelings online :D

 Respond  
Jethro   -  Jan 17, 2011

I think God will tolerate the so-called internet killing or shooting...No actual human being was killed or shot but his or her feelings were hurt as a result.

 Respond  
xdesoto   -  Jan 17, 2011

Never said we were perfect @ napa182
LOL @ cofvempire..
Yeah I think that will work but eh.. Wouldn't that be

menu nicklist,query {
  .[attacks]
  ..[-wolfhunter-]:me takes a gun with silver bullets and shoot $$1 | timer 1 3 me now ur a good doggy xD
}

Just saying ;P

 Respond  
cofvempire   -  Jan 17, 2011

just for the fun of it :p

menu * {
  .[attacks} 
  ..[-wolfhunter-]:me takes a gun with silver bullets and shoot $1 | now ur a good doggy xD
}
 Respond  
napa182   -  Jan 17, 2011

Yet we are ones that kill in God's name....eh go figure..

 Respond  
xdesoto   -  Jan 16, 2011

I knew you had an answer to that :P

 Respond  
Jethro   -  Jan 16, 2011

The Bible says, "thou shalt not kill refers to murdering people, and murdering people is forbidden because people are made in God's image. According to Genesis chapter 9, verse 6, People are granted to consume meat because God said it was acceptable. God does not condone the cruel way in some humans, driven by greed and inhumanity.

 Respond  
xdesoto   -  Jan 16, 2011

loL doesn't it say in the bible to kill for meat :p or something like that

 Respond  
Jethro   -  Jan 16, 2011

You the lad. Kill for the cause of the eaten. :p

 Respond  
xdesoto   -  Jan 16, 2011

For the masses of newbies that actually like that kinda stuff?

Even though I could have fun with this

..[-wolf4-]:{ me attacks and eats $$1  | kill $$1  mmm you're yummy. } 
 Respond  
Jethro   -  Jan 16, 2011

If you put it that way, why even wasted your time to begin with? :P

 Respond  
xdesoto   -  Jan 16, 2011

I think he wanted it as an action. What I would do with this script if I were him would be alt r >>> file >>> unload.

 Respond  
Jethro   -  Jan 16, 2011

xdesoto, the $nick won't return the nickname you've highlighted through the nick list. In your example, discard $nick and you're good to go.

 Respond  
Jethro   -  Jan 16, 2011

Ouch, I thought he was supposed to use $me instead of the /me. My bad. :P

 Respond  
xdesoto   -  Jan 16, 2011

oO
Tis morbid :D

and you forgot an o :O

 Respond  
LadySorien   -  Jan 16, 2011

Hi xdesto

 Respond  
xdesoto   -  Jan 16, 2011

Okay, I simplified it.
Darkkupid..
Try this


menu nicklist,query {
  .[attacks} 
  ..[-wolf-]:{ me transforms into a wolf and lays at $$1 's feet }
  ..[-wolf2-]:{ me transforms back into $me }
  ..[-wolf3-]:{ me attacks and eats $nick $$1 }
  ..[-wolf4-]:{ me attacks and eats $nick $$1 }
  ..[-wolf5-]:{ me attacks $nick $$1 } 
  ..[-wolf6-]:{ me walks over to $nick $$1 }
  ..[-wolf7-]:{ me gnarls at $nick $$1 }
  ..[-wolf8-]:{ me sniffs $nick $$1 } 
  ..[-wolf9-]:{ me watches $nick $$1 closely }
  ..[-wolf10-]:{ me protects $nick $$1 }
  ..[-wolf11-]:{ me defends $nick $$1 }
  ..[-wolf12-]:{ me Transform into a wolf }
}

Now you to have to "insert name" it will work as long as you click on their name. or are in query with them.
also fixed your

  ...[-wolf2-]:{ me transforms back into %user }

so now it it works

Oh, didn't see this.. So Yeah I pretty much did what Sorien did. Just on the %user thing I changed it to $me that way it's actually stating who you transfered into and not just themselves
Speaking of which HIIIIII SORIENNNNNN

 Respond  
sunslayer   -  Jan 16, 2011

@koolaidman paste the code in your remotes section

@Jethro_ me is a command and shouldn't be changed

however, darkkupid you go from one full stop to three skipping two

 Respond  
koolaidman   -  Jan 16, 2011

so how do you get this to work?

 Respond  
Jethro   -  Jan 16, 2011

Darkkupid, $nick won't apply to the menu popups. You should use $1, $snick(#,1) or $snicks
Also, change me to $me

 Respond  
LadySorien   -  Jan 16, 2011

Just because it works for you, doesn't mean it works for everyone.

 Respond  
darkkupid   -  Jan 16, 2011

it works for me

 Respond  
LadySorien   -  Jan 16, 2011

Did you even test it? It doesn't work when you right click on the name. If you want them to go back into whoever if you right click then it should be...

...[-Transform Back-]:{ me transforms back into $1 }

Always test your code before posting

 Respond  
darkkupid   -  Jan 16, 2011

nope u right click on the nick

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.