View Single Post
  #5  
Old 03-05-2006, 06:07 PM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Quote:
Originally Posted by Stefan
? You could be a little bit more exact with your error descriptions.
PHP Code:
  if (player.account == "jake13jake") {
    
player.chat player.ratingd SPC player.clientr.hd_spar_killedtime SPC player.clientr.hd_spar_killedtime;
  }
  
player.ratingd player.clientr.ratingd updateratingdeviation(player.clientr.ratingd,max(player.clientr.hd_spar_killedtime,player.clientr.hd_spar_killertime));;
  
player.rating  player.clientr.rating
It's because when you logon the default ratingd is set to 350 because the server only knows the last time you sparred using the default hit detection system (or that's my most educated guess). I was hoping not to have to use the player.clientr.ratingd that I made and only use the player.ratingd when you give player.ratingd clientside read access.
Reply With Quote