2 Dragonball scripts

By Velosis on May 29, 2013

Post these 2 scripts in 2 different remotes or if u wish to keep in one, separate them with a }
1st Script: DNA: as it says, this is a dragonball script all the dna's are of dragonball characters, type !dna to play.
2nd Script: Attack: Similar to DNA but instead, these are a list of attacks instead of DNA, type !attack to play.

on *:text:!dna:#: {
  Set %dna
  /describe $chan 4,8 $me checks the DNA of $nick  
  /describe $chan 4,8 $nick has...
  var %dna = $rand(1,12)
  if (%dna == 1) .timer 1 2 msg $chan 4,8 Vegeta's DNA!!!
  if (%dna == 2) .timer 1 2 msg $chan 4,8 Goku's DNA!!! 
  if (%dna == 3) .timer 1 2 msg $chan 4,8 Yamcha's DNA!!!
  if (%dna == 4) .timer 1 2 msg $chan 4,8 Tien's DNA!!!
  if (%dna == 5) .timer 1 2 msg $chan 4,8 Krillin's DNA!!!
  if (%dna == 6) .timer 1 2 msg $chan 4,8 Gohan's DNA!!!
  if (%dna == 7) .timer 1 2 msg $chan 4,8 Trunks' DNA!!!
  if (%dna == 8) .timer 1 2 msg $chan 4,8 Goten's DNA!!!
  if (%dna == 9) .timer 1 2 msg $chan 4,8 Piccolo's DNA!!!
  if (%dna == 10) .timer 1 2 msg $chan 4,8 Cell's DNA!!!
  if (%dna == 11) .timer 1 2 msg $chan 4,8 Buu's DNA!!!
  if (%dna == 12) .timer 1 2 msg $chan 4,8 Frieza's DNA!!!
on *:text:!attack:#: {
  Set %attack
  /describe $chan 4,8 sees $nick 's veins 
  /describe $chan 4,8 Your special attack is...
  var %dna = $rand(1,12)
  if (%dna == 1) .timer 1 2 msg $chan 4,8 Destructo Disc!!!
  if (%dna == 2) .timer 1 2 msg $chan 4,8 Continuous Die Die Missile!!! 
  if (%dna == 3) .timer 1 2 msg $chan 4,8 Big Bang Attack!!!
  if (%dna == 4) .timer 1 2 msg $chan 4,8 Tri Beam Cannon!!!
  if (%dna == 5) .timer 1 2 msg $chan 4,8 Absorption!!!
  if (%dna == 6) .timer 1 2 msg $chan 4,8 Final Flash!!!
  if (%dna == 7) .timer 1 2 msg $chan 4,8 Wolf Fang Fist!!!
  if (%dna == 8) .timer 1 2 msg $chan 4,8 Hyper Tornado!!!
  if (%dna == 9) .timer 1 2 msg $chan 4,8 Instant Transmission!!!
  if (%dna == 10) .timer 1 2 msg $chan 4,8 Kamehameha!!!
  if (%dna == 11) .timer 1 2 msg $chan 4,8 Masenko!!!
  if (%dna == 12) .timer 1 2 msg $chan 4,8 Super Ghost Kamikaze Attack!!!

Comments

Sign in to comment.
Vegito   -  Aug 07, 2013

You can use this:

on *:TEXT:*:#:{
  var %dna $r(1,12)
  if ($1 = !dna) {
    describe # 4,8 $+ $me checks the DNA of $nick | describe # 4,8 $+ $nick has...
    msg # 4,8 $+ $gettok(Vegeta|Goku|Yamcha|Tien|Krillin|Gohan|Trunks|Goten|Piccolo|Cell|Buu|Frieza,%dna,124) $+ 's DNA!!!
  }
  if ($1 = !attack) {
    describe # 4,8sees $nick 's veins | describe # 4,8Your special attack is...
    msg # 4,8 $+ $gettok(Destructo Disc|Continuous Die Die Missile|Big Bang Attack|Tri Beam Cannon|Absorption|$&
    Final Flash|Wolf Fang Fist|Hyper Tornado|Instant Transmission|Kamehameha|Masenko|Super Ghost Kamikaze  Attack,%dna,124) !!!
  }
}
Laxus  -  Dec 18, 2013

Nice script, I hope you don't mind but slightly edited it out and I use it on irc.lucidchat.net at the moment. I know I can use text files, etc for the coding but I feel like this way is easier for me. I edit this out every 2 days and I add about 5+ attacks so I'll edit this message out or post on my snippets.

on *:TEXT:!ability:#: {  
  if (%flood [ $+ [ $nick ] $+ [ $right($1,-1) ] ] > 0) { notice $nick You must wait $duration($v1) in order to do that again. | halt }
  set -z %flood [ $+ [ $nick ] $+ [ $right($1,-1) ] ] 60

  /describe # 4,1 looks into $nick 's DNA...
  /describe # 4,1 Your special ability/power/attack is...

  var %dna = $rand(1,42)
  if (%dna == 1) .timer 1 1 msg $chan 4,1 Krillin's razor sharp Destructo Disc!!!
  if (%dna == 2) .timer 1 1 msg $chan 4,1 The Continuous Die Missle!!!
  if (%dna == 3) .timer 1 1 msg $chan 4,1 Goku's massive Big Bang Attack!!!
  if (%dna == 4) .timer 1 1 msg $chan 4,1 Tien's stunning Tri Beam Cannon!!!
  if (%dna == 5) .timer 1 1 msg $chan 4,1 Cell's unfair absorbing technique!!!
  if (%dna == 6) .timer 1 1 msg $chan 4,1 Vegeta's last resort, the Final Flash!!!
  if (%dna == 7) .timer 1 1 msg $chan 4,1 Yamcha's speedy Wolf Fang Fist!!!
  if (%dna == 8) .timer 1 1 msg $chan 4,1 Goku's extreme Instant Transmission Technique!!!
  if (%dna == 9) .timer 1 1 msg $chan 4,1 Master Roshi's world famous Kamehameha!!!
  if (%dna == 10) .timer 1 1 msg $chan 4,1 Piccolo's super charged Special Beam Cannon!!!
  if (%dna == 11) .timer 1 1 msg $chan 4,1 Gotenks's ghostly Super Ghost Kamikaze Attack!!!
  if (%dna == 12) .timer 1 1 msg $chan 4,1 Vegeta's kamehameha, the Gatlic Gun!!!
  if (%dna == 13) .timer 1 1 msg $chan 4,1 Naruto's strongest, Planetary Rasengan!!!
  if (%dna == 14) .timer 1 1 msg $chan 4,1 Sasuke's child favourite, Chidori!!!
  if (%dna == 15) .timer 1 1 msg $chan 4,1 Minato's life threatning Reaper Death Seal!!!
  if (%dna == 16) .timer 1 1 msg $chan 4,1 Nothing you suck!!!
  if (%dna == 17) .timer 1 1 msg $chan 4,1 Dragon Ball Z's Power Detecting ability!!!
  if (%dna == 18) .timer 1 1 msg $chan 4,1 Natsu's most powerful dragon roar, the Thunder Flame Dragons Roar!!!
  if (%dna == 19) .timer 1 1 msg $chan 4,1 Laxus's dragon roar, Thunder Dragons Roar!!!
  if (%dna == 20) .timer 1 1 msg $chan 4,1 Fairy Tail's sacred ending move, Fairy Law!!!
  if (%dna == 21) .timer 1 1 msg $chan 4,1 Fairy Tail's sacred attacking move, Fairy Glitter!!!
  if (%dna == 22) .timer 1 1 msg $chan 4,1 Fairy Tail's sacred defesive move, Fairy Sphere!!!
  if (%dna == 23) .timer 1 1 msg $chan 4,1 Itachi's ultimate Genjutsu, Tsukiyomi!!!
  if (%dna == 24) .timer 1 1 msg $chan 4,1 Luffy's big bang, Gum-Gum Jet Gatling!!!
  if (%dna == 25) .timer 1 1 msg $chan 4,1 Death the Kids's, huge blast The Lines Of Sanzu!!!
  if (%dna == 26) .timer 1 1 msg $chan 4,1 Ichigo's energy wave, Getsuga Tensho!!!
  if (%dna == 27) .timer 1 1 msg $chan 4,1 Ichigo's last resort, the Final Getsuga Tensho!!!
  if (%dna == 28) .timer 1 1 msg $chan 4,1 Goku's energy bomb, the Spirit Bomb!!!
  if (%dna == 29) .timer 1 1 msg $chan 4,1 Lelouch's only but godly power, Geass!!!
  if (%dna == 30) .timer 1 1 msg $chan 4,1 Hitsuguya's dragon like zanpaktou's ultimate ability, Sennen Hyoro!!!
  if (%dna == 31) .timer 1 1 msg $chan 4,1 Byakuya's beautiful zanpaktou's ability Goukei, Senbonzakura Kageyoshi!!!
  if (%dna == 32) .timer 1 1 msg $chan 4,1 Gray's freezing Ice Make Magic technique!!!
  if (%dna == 33) .timer 1 1 msg $chan 4,1 Hades's dark Nemises attack!!!
  if (%dna == 34) .timer 1 1 msg $chan 4,1 Jellal's killer Sema technique!!!
  if (%dna == 35) .timer 1 1 msg $chan 4,1 Gildarts's massive Falcon Punch!!!
  if (%dna == 36) .timer 1 1 msg $chan 4,1 Bluenote's epic BlackHole technique!!!
  if (%dna == 37) .timer 1 1 msg $chan 4,1 Erza's infinite armor Equip technique!!!
  if (%dna == 38) .timer 1 1 msg $chan 4,1 Zeref's horrible Death Magic!!!
  if (%dna == 39) .timer 1 1 msg $chan 4,1 Acnologia's unknown island Buster Blast!!!
  if (%dna == 40) .timer 1 1 msg $chan 4,1 Wizard's bonding combination, Unison Raid!!!
  if (%dna == 41) .timer 1 1 msg $chan 4,1 Gajeel's dragon roar, Iron Dragon Roar!!!
  if (%dna == 42) .timer 1 1 msg $chan 4,1 Wendy's dragon roar, Sky Dragon Roar!!!
}

Add the mIRC color code thing before the 4,1 and it'll be nice.

Sign in to comment

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.