Use mIRC and Metalkid's IV calc? Check this thread.

chaos

is a Site Content Manageris a Battle Simulator Administratoris a Programmeris a Smogon Discord Contributoris a Contributor to Smogonis an Administratoris a Tournament Director Alumnusis a Researcher Alumnus
Owner
Hit Alt+R and put this somewhere in the textbox:

Code:
on 1:INPUT:* {
  if ( $regex(ivpaste,$1-,^([^-]+) - #(\d{1,3}) \(([a-zA-Zï]+)\)$) ) {
    set %ivpaste $regml(ivpaste, 3) $chr(35) $+ $regml(ivpaste, 2) $regml(ivpaste, 1) $+ :
    haltdef
  }
  elseif ( $regex(ivpaste, $1-, ^HP:    (\d{1,2}|x|Invalid)( - \d{1,2})?$) ) {
    set %ivpaste %ivpaste $regml(ivpaste,1) $regml(ivpaste,2)
    haltdef
  }
  elseif ( $regex(ivpaste, $1-, ^Att:   (\d{1,2}|x|Invalid)( - \d{1,2})?$) ) {
    set %ivpaste %ivpaste / $regml(ivpaste,1) $regml(ivpaste,2)
    haltdef
  } 
  elseif ( $regex(ivpaste, $1-, ^Def:   (\d{1,2}|x|Invalid)( - \d{1,2})?$) ) {
    set %ivpaste %ivpaste / $regml(ivpaste,1) $regml(ivpaste,2)
    haltdef
  }
  elseif ( $regex(ivpaste, $1-, ^SpA:   (\d{1,2}|x|Invalid)( - \d{1,2})?$) ) {
    set %ivpaste %ivpaste / $regml(ivpaste,1) $regml(ivpaste,2)
    haltdef
  } 
  elseif ( $regex(ivpaste, $1-, ^SpD:   (\d{1,2}|x|Invalid)( - \d{1,2})?$) ) {
    set %ivpaste %ivpaste / $regml(ivpaste,1) $regml(ivpaste,2)
    haltdef
  } 
  elseif ( $regex(ivpaste, $1-, ^Speed: (\d{1,2}|x|Invalid)( - \d{1,2})?$) ) {
    set %ivpaste %ivpaste / $regml(ivpaste,1) $regml(ivpaste,2)
    haltdef
    say %ivpaste
    unset %ivpaste
  } 
}
copy and paste information from Metalkid's program like normal, and it will output it on one line instead of taking up 7.

please post bugs in here

edit: you have to paste the full output.

<+Mekkah> Skarmory - #227 (Impish)
<+Mekkah> HP: 17
<+Mekkah> Att: 30
<+Mekkah> Def: 16
<+Mekkah> SpA: 8
<+Mekkah> SpD: Invalid
<+Mekkah> Speed: 28

->

<+Mekkah> Impish #227 Skarmory: 17 / 30 / 16 / 8 / Invalid / 28
 

Shiv

mostly harmless
is a Site Content Manager Alumnusis a Programmer Alumnusis a Forum Moderator Alumnusis a Smogon Discord Contributor Alumnusis a Battle Simulator Moderator Alumnusis a Two-Time Past WCoP Champion
Alt+R then paste this in the textbox. also, good script, we'll see lesser of those pokemon now!
 

Misty

oh
is a Site Content Manager Alumnusis a Battle Simulator Admin Alumnusis a Programmer Alumnusis a Smogon Discord Contributor Alumnusis a Researcher Alumnusis a Top Contributor Alumnusis an Administrator Alumnus
If you get on Smogon IRC (#smogon on irc.dejatoons.net), I can look into it and see what the problem is (I'd rather not clog up this topic.)
 

Misty

oh
is a Site Content Manager Alumnusis a Battle Simulator Admin Alumnusis a Programmer Alumnusis a Smogon Discord Contributor Alumnusis a Researcher Alumnusis a Top Contributor Alumnusis an Administrator Alumnus
I've discovered that the use of characteristics or hidden power will cause the output to have commas, which breaks the script.
 
No, I did D: I informed you of it, at least T_T

Regardless, this is a pretty nice script you guys have come up with. And, it prevents the annoying flood we cause when we try to load this ^_^

... a question, is there any way to use a similar script - or this same script - on KVIRC? I want to give it to my friend, but he's stubborn as fuck and won't use mIRC :s
 

chaos

is a Site Content Manageris a Battle Simulator Administratoris a Programmeris a Smogon Discord Contributoris a Contributor to Smogonis an Administratoris a Tournament Director Alumnusis a Researcher Alumnus
Owner
I've discovered that the use of characteristics or hidden power will cause the output to have commas, which breaks the script.
ive never used metalkids program in my life. youll have to give me sample output to fix it
 

Misty

oh
is a Site Content Manager Alumnusis a Battle Simulator Admin Alumnusis a Programmer Alumnusis a Smogon Discord Contributor Alumnusis a Researcher Alumnusis a Top Contributor Alumnusis an Administrator Alumnus
Sneasel - #215 (Adamant)
HP: 4, 9, 14, 19, 24, 29
Att: 10 - 29
Def: 0 - 29
SpA: Invalid
SpD: 0 - 29
Speed: 0 - 29
 

Users Who Are Viewing This Thread (Users: 1, Guests: 0)

Top