Bielie commented on a Page, RuneScape Stats  -  May 12, 2011

heres an example of how its build up. http://hiscore.runescape.com/index_lite.ws?player=Zezima

You can strip that by using something like this

on *:SOCKREAD:Stats*: {
  if (!$sockerr) {
    var %statsg
    sockread %statsg
    tokenize 32 %statsg
    if (404 isin $1-) { endsc $sockname $gettok($hget(Stats,$remove($sockname,stats)),2,124) $big($gettok($hget(Stats,$remove($sockname,stats)),1,124)) is either not ranked at all or doesnt exsist. 5Maby your defname is not correct. Check how to change it by typing 6!helpdef }
    if ($gettok(%statsg,2,44) isnum) {
      set %stats %stats $gettok( $logo(stats) 14of $big($gettok($hget(Stats,$remove($sockname,stats)),1,124)) $c2(---) 14Overall:6|14- 14Attack:6|14- 14Defence:6|14- 14Strength:6|14- 14Constitution:6|14- 14Ranged:6|14- 14Prayer:6|14- 14Magic:6|14- 14Cooking:6|14- 14Woodcutting:6|14- 14Fletching:6|14- 14Fishing:6|14- 14Firemaking:6|14- 14Crafting:6|14- 14Smithing:6|14- 14Mining:6|14- 14Herblore:6|14- 14Agility:6|14- 14Thieving:6|14- 14Slayer:6|14- 14Farming:6|14- 14Runecrafting:6|14- 14Hunter:6|14- 14Construction:6|14- 14Summoning:6|14- 14Dungeoneering:6|14- 14Duel Tournament:6,%skill,124) $gettok(%statsg,2,44)
      if (!$gettok(Overall|Attack|Defence|Strength|Constitution|Ranged|Prayer|Magic|Cooking|Woodcutting|Fletching|Fishing|Firemaking|Crafting|Smithing|Mining|Herblore|Agility|Thieving|Slayer|Farming|Runecrafting|Hunter|Construction|Summoning|Dungeoneering,%skill,124)) endsc $sockname $gettok($hget(Stats,$remove($sockname,stats)),2,124) %stats
      inc %skill 
    }
  }
}
 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.