View Single Post
Grytolle

JCF Member

Joined: Sep 2004

Posts: 4,126

Grytolle is a forum legendGrytolle is a forum legendGrytolle is a forum legend

Jun 16, 2006, 02:41 AM
Grytolle is offline
Reply With Quote
Btw UF, to complete your program:
Code:
alias hostport {
  if $jj2ver == 1.23 {
    if $1 == $null return $jj2read(4CD440)
    else poke 4CD440 $1 | return Hosting port was changed to $1
  }
  if $jj2ver == 1.24 {
    if $1 == $null return $jj2read(4C95E4)
    else poke 4C95E4 $1 | return Hosting port was changed to $1
  }
}
Code:
alias listconnectport {
  if $jj2ver == 1.23 {
    if $1 == $null return $jj2read(4CD444)
    else poke 4CD440 $1 | return List connection port was changed to $1
  }
  if $jj2ver == 1.24 {
    if $1 == $null return $jj2read(4C95E6)
    else poke 4C95E6 $1 | return List connection was changed to $1
  }
}
Code:
alias serveradditionport {
  if $jj2ver == 1.23 {
    if $1 == $null return $jj2read(4CD448)
    else poke 4CD448 $1 | return Server addition port was changed to $1
  }
  if $jj2ver == 1.24 {
    if $1 == $null return $jj2read(4C95E8)
    else poke 4C95E8 $1 | return List connection was changed to $1
  }
}
__________________
<center></center>

Last edited by Grytolle; Jun 16, 2006 at 03:32 AM.