Kingc44

Kingc44

Joined
Jun 14, 2010

Activity Stream

Kingc44 commented on a Page, Timer Script  -  May 22, 2014
 /timer[name] off 

What exactly are you trying to achieve? Can you be more specific?

Maybe Something like this

on *:text:!rank:#:{
  if ($readini(Coins.ini,$nick,Coins) <= 9) { msg # $nick you are rank1 with $readini(Coins.ini,$nick,Coins) Coin. Earn $calc(10 - $readini(Coins.ini,$nick,Coins)) More Coins To Become a Rank2 }
  if ($readini(Coins.ini,$nick,Coins) > 9) && ($readini(Coins.ini,$nick,Coins) <= 19) { msg # $nick you are rank2 with $readini(Coins.ini,$nick,Coins) Coins. Earn $calc( 20 - $readini(Coins.ini,$nick,Coins)) More Coins To Become a Rank3 }
  if ($readini(Coins.ini,$nick,Coins) > 19) && ($readini(Coins.ini,$nick,Coins) <= 29) { msg # $nick you are rank3 with $readini(Coins.ini,$nick,Coins) Coins. Earn $calc( 30 - $readini(Coins.ini,$nick,Coins)) More Coins To Become a Rank4 }
  if ($readini(Coins.ini,$nick,Coins) > 29) && ($readini(Coins.ini,$nick,Coins) <= 39) { msg # $nick you are rank4 with $readini(Coins.ini,$nick,Coins) Coins. Earn $calc( 40 - $readini(Coins.ini,$nick,Coins)) More Coins To Become a Rank5 }
  if ($readini(Coins.ini,$nick,Coins) > 39) && ($readini(Coins.ini,$nick,Coins) <= 49) { msg # $nick you are rank5 with $readini(Coins.ini,$nick,Coins) Coins. Earn $calc( 50 - $readini(Coins.ini,$nick,Coins)) More Coins To Become a Rank6 }
  if ($readini(Coins.ini,$nick,Coins) > 49) && ($readini(Coins.ini,$nick,Coins) <= 59) { msg # $nick you are rank6 with $readini(Coins.ini,$nick,Coins) Coins. Earn $calc( 60 - $readini(Coins.ini,$nick,Coins)) More Coins To Become a Rank7 }
  if ($readini(Coins.ini,$nick,Coins) > 59) && ($readini(Coins.ini,$nick,Coins) <= 69) { msg # $nick you are rank7 with $readini(Coins.ini,$nick,Coins) Coins. Earn $calc( 70 - $readini(Coins.ini,$nick,Coins)) More Coins To Become a Rank8 }
  if ($readini(Coins.ini,$nick,Coins) > 69) && ($readini(Coins.ini,$nick,Coins) <= 79) { msg # $nick you are rank8 with $readini(Coins.ini,$nick,Coins) Coins. Earn $calc( 80 - $readini(Coins.ini,$nick,Coins)) More Coins To Become a Rank9 }
  if ($readini(Coins.ini,$nick,Coins) > 79) && ($readini(Coins.ini,$nick,Coins) <= 89) { msg # $nick you are rank9 with $readini(Coins.ini,$nick,Coins) Coins. Earn $calc( 90 - $readini(Coins.ini,$nick,Coins)) More Coins To Become a Rank10 }
  if ($readini(Coins.ini,$nick,Coins) > 89) && ($readini(Coins.ini,$nick,Coins) <= 99) { msg # $nick you are rank10 with $readini(Coins.ini,$nick,Coins) Coins. Earn $calc( 100 - $readini(Coins.ini,$nick,Coins)) More Coins To Become a Ran11 }
}
Kingc44 commented on a Page, Adding commands through the chat  -  May 10, 2014

It will be more efficient if you use Hash Tables

On *:text:!add *:#:{
  if ($nick isop #) {
  hadd -m cmds $2 $3-
 }
}
 Respond  
Kingc44 commented on a Page, Advanced Google Bot Search  -  Feb 02, 2011

@Pangaea try typing +google first

 Respond  
Kingc44 commented on a Page, Easy Google Translator  -  Jan 12, 2011

@davehorse this other version does what you're looking for
http://www.hawkee.com/snippet/6925/

 Respond  
Kingc44 commented on a Page, Script Loader  -  Jan 11, 2011

nice indeed 10/10

 Respond  
Kingc44 commented on a Page, Variable Editor(Dialog)  -  Dec 24, 2010

I get the following error /set: line too long(line 17,script114)

 Respond  
Kingc44 commented on a Page, !invite para justin.tv y !ir  -  Dec 23, 2010

No te pongas celosa B)

 Respond  
Kingc44 commented on a Page, !invite para justin.tv y !ir  -  Dec 23, 2010

LOL it is a bit different from most irc servers. the website is nice though

 Respond  
Kingc44 commented on a Page, !invite para justin.tv y !ir  -  Dec 23, 2010

It sure does I know cause I have a bot on jtv and this: /msg # /join $nick would only message the channel /join $nick

 Respond  
Kingc44 commented on a Page, !invite para justin.tv y !ir  -  Dec 23, 2010

Indeed it does napa but this:

on *:text:!ir:#:{ /msg $chan /join $nick | /msg $chan ok ahi voy }

should be

 on *:text:!ir:#:{ /join $nick | /msg # ok ahi voy }
 Respond  
Kingc44 commented on a Page, Advanced Google Bot Search  -  Jul 09, 2010

Amazing work Mr. FordLawnMower

 Respond  
Kingc44 commented on a Page, Wikipedia  -  Jul 05, 2010

@Jethro_:
I use version 6.2 for my bot because I also use an add-on which only works with version 6.2.

@FordLawnmower:
You sure are an elite scripter, all your scripts are just awesome and very useful. I wish one day I can make scripts like the ones you make :)

 Respond  
Kingc44 commented on a Page, Wikipedia  -  Jul 05, 2010

Thanks Jethro_, the one from the pastebin link works fine with mIRC 6.35 however the code from the top of the page doesn't seem to want to work with neither version 6.2 nor version 6.35.

 Respond  
Kingc44 commented on a Page, Wikipedia  -  Jul 05, 2010

On quick question FordLawnmower: does this work with mIRC 6.2? Cause its just not working for me I type @wiki aerosmith and !wiki aerosmith and nothing happens :/

 Respond  
Kingc44 commented on a Page, Pickle fun bot :o  -  Jul 03, 2010

Niceeee I like your fun bot pickle16. Great work :)

 Respond  
Kingc44 commented on a Page, Easy Google Translator  -  Jun 16, 2010

@FordLawnmower, Whoa!! thank you so much FordLawnmower. I really appreciate your response, It works flawlessly now :). Thanks again for your response ;)

 Respond  
Kingc44 commented on a Page, Easy Google Translator  -  Jun 16, 2010

I love this translator but I'm having a problem with it. The problem is that it only lets users with op privileges use it. When a regular user tries to translate something it just doesn't work until I give hi/her op privileges. Does anyone know how to fix this?

PS I'm new to scripting, I only know the very basic

thanks in advanced :)

 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.