-=- Hunt Record V1.0 -=-

By Da_DoN on Nov 20, 2004

its a record script when u go fishing or hunting :P

on *:load:{ set %fishrecord 10 | set %huntrecord 10 | echo -a 4,1[9Hunting Script V1.0 By Da_DoN4] Loaded }
on *:unload:{ unset %fishrecord | unset %huntrecord | unset %huntnick | unset %fishnick | unset %fishtime | unset %hunttime | echo -a 4,1[9Hunting Script Unloaded4] }
on *:TEXT:!hunt:#:{
  set %hunt $rand(1,50000)
  notice $nick You caught a %hunt pound animal
  if (%hunt > %huntrecord) { 
    set %huntnick $nick 
    set %huntrecord %hunt  
    set %hunttime $asctime
    notice $nick You hit the world record catching a %huntrecord pound animal 
    msg $chan $nick just hit the winning record of a %huntrecord pound animal 
    unset %hunt
  }
}
on *:TEXT:!fish:#:{
  set %fish $rand(1,10000)
  notice $nick You caught a %fish pound fish
  if (%fish > %fishrecord) {
    set %fishnick $nick
    set %fishrecord %fish
    set %fishtime $asctime
    notice $nick You just beat the world record of fishing catching a %fish pound fish
    msg $chan $nick hit the world record catching a %fishrecord pound fish.
    unset %fish
  }
}
on *:TEXT:!records*:#:{
  if ($2 == $null) { notice $nick You need to specify which world record you are choosing. Fish/Animal | halt } 
  if ($2 == Fish) { notice $nick The %fishrecord pound fish was caught by %fishnick on %fishtime }
  if ($2 == Animal) { notice $nick The %huntrecord pound animal was caught by %huntnick on %hunttime }
}

Comments

Sign in to comment.
Pangaea   -  Dec 25, 2009

Hi all, great script, been using it for years.. recently started it in another channel so made a slight variation of the original script.

Example

<Pan`Away> !jump

Pan`Away You reached a height of 2045 meters. To see who holds the record type: !best jump !best jump Our highest jumper so far was Pangaea . They reached an amazing height of 5047 meters. This athletic acheivment was set on Thu Dec 24 18:27:28 2009 !meditate Pan`Away You have deeply meditated and have become aware of 672321796418 new possibilities. To see whos in top place type: !best meditate !best meditate There person who has been closet to reaching enlightenment was Pangaea on Thu Dec 24 18:20:37 2009 . They realised 831460714341 new possibilities in one meditation session. code: on *:load:{ set %fishrecord 10 | set %huntrecord 10 | echo -a 4,1[9Hunting Script V1.0 By Da_DoN4] Loaded } on *:unload:{ unset %fishrecord | unset %huntrecord | unset %huntnick | unset %fishnick | unset %fishtime | unset %hunttime | echo -a 4,1[9Hunting Script Unloaded4] } on *:TEXT:!Jump:#:{ set %hunt $rand(1,10000) msg $chan $nick You reached a height of %hunt meters. 14To see who holds the record type: !best jump if (%hunt > %huntrecord) { set %huntnick $nick set %huntrecord %hunt set %hunttime $asctime msg $chan $nick just jumped a record height of %huntrecord meters. Congratulations!! unset %hunt } } on *:TEXT:!meditate:#:{ set %fish $rand(1,100000000000000) msg $chan $nick You have deeply meditated and have become aware of %fish new possibilities. 14To see whos in top place type: !best meditate if (%fish > %fishrecord) { set %fishnick $nick set %fishrecord %fish set %fishtime $asctime msg $chan $nick you have meditated the deepest so far by realising %fishrecord new possibilities. Congratulations!! unset %fish } } on *:TEXT:!best*:#:{ if ($2 == $null) { notice $nick You need to specify which world record you are choosing. Fish/Animal | halt } if ($2 == Meditate) { msg $chan There person who has been closet to reaching enlightenment was %fishnick on %fishtime . They realised %fishrecord new possibilities in one meditation session. } if ($2 == Jump) { msg $chan Our highest jumper so far was %huntnick . They reached an amazing height of %huntrecord meters. This athletic acheivment was set on %hunttime } happy xmas/new year
 Respond  
Da_DoN   -  Nov 24, 2004

lol, i can make the thing, but i could make it so the thing only works in query and the !records in channel

 Respond  
Shadow_Slayerz   -  Nov 23, 2004

i can do it for u :P but it could still cauz a flood i just suggest a flood kicker :P

 Respond  
Shadow_Slayerz   -  Nov 23, 2004

i know where u got the idea 4rm :P

 Respond  
PoiXon   -  Nov 23, 2004

Da_Don , i think hes asking u that how do u put in the 10 second timer so people dont flood the channel

 Respond  
Da_DoN   -  Nov 22, 2004

PoiXoN ?

 Respond  
undertaker11   -  Nov 22, 2004

very nice script Da_DoN ! but can someone tell me how to put 10 secs delay like PoiXon said?

 Respond  
Da_DoN   -  Nov 21, 2004

y0 slayerz, i thought of it from Fun-Bot on DSN but his an eggdrop

 Respond  
Shadow_Slayerz   -  Nov 20, 2004

whooh good one da_don

 Respond  
Da_DoN   -  Nov 20, 2004

yup, i will make it like that :)

 Respond  
PoiXon   -  Nov 20, 2004

One Other Thing , People Flood The Channel To Get the best records , u should make it so that people can only have a go at doing it every like 10 seconds :)

 Respond  
DarthReven   -  Nov 20, 2004

i have one issue....in the discription you said and i quote \"when u go fishing or hunting\" so where is the on *:input:#: {

 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.