umm if ur gonna post on a site where most of the people speak english. then you should use the translator yourself and post in english. and i would say the same bout anyone posting on a site thats mostly one language. use the language that most of the people there use
:/ Spanish or not, some people might find this useful
MichaelA: I had some trouble with this script actually.. :/ this is what i did with it..
Code
I had to fix a few of the timers..and the unmute feature o.O it looks good how it is when you did it..but it didnt like to work correctly :P..you know how some scripts are a pain in the ass..
:P kinda looks like mine SnoooP..in fact...about a little over 70% does look like mine :D
also..nice addition to the window... o.O only think i could think of was the on and off switch on mine
:P Thank you, PunkTuReD. Also LadySorien,if you are using mIRC or any version/script OF mIRC, if you press ctrl+h, then it should find all missing/missplaced brackets for you.
It should say somthing like, " There seems to be a bracket mis-match somewhere around line 29/etc." OR..just make sure you close all of the brackets that you open :P
But there are many ways you can go with this script..people prefer to do it like _Teen_ is..because that is one of the efficiant ways. The thing about bot scripts, is that there is no failing..its just the scripters point-of-view of how to code it ;) There is really no " right or wrong " way to do it...unless the script fails..then you may have coded it wrong. ^_^
@_Teen_ " Tokenize 32 $Strip($1-) " I use that..just incase its more then just $1..but i guess you can make it work both ways o.o now that i think about it
oh, and lines such like " if (~invite == $1) { invite $2 $chan } " dont need the {}'s..just simply " if (~invite == $1) invite $2 $chan " ..but only for one lined simple code like that one..if its 2 or more lines..then yes..you need those{}'s. It just saves some time.
o.O in DevAkim's case, _Teen_ . He could set a var to "%founder" or something, and set it to send a memo to that nick/nicks. IE: msg memoserv send %founder ( of course make a line to set the var)
:/ i get really bored in class most of the time...and last year in physics, our teach made a lesson that involed us learning how to program them..i was the only on in my class that caught on to it xD..i have a circuit program that im fixing to post..but it is over 100 lines..so it may take me a while. Oh, and one more question >.> i havent figured out how to make the " Quote: " or " Code: " box..may you tell me how to do that, xD..still trying to figure out all the things about hawkee
I'm suprised that no on has pointed this out yet, but when you are typing
Code:
on *:text:Hoss I love you*:#:{
msg $chan I love you too, $+ $nick }
on *:text:Hoss, I love you*:#:{
msg $chan I love you too, $+ $nick }
on *:text:Hoss ilu*:#:{
msg $chan I love you too, $+ $nick }
on *:text:Hoss is boss*:#:{
msg $chan You know it! B) }
:
You can simplify it down to something like
Code:
on *Text:*:#: {
if ($1- == Hoss is boss) msg $chan You know it! B)
if ($1- == blah blah) msg $chan and so-forth
}
:
Also..if it is just a one code line..like " msg $chan You know it! B)" you dont need the brackets around that..but if it is like a code " msg $chan You know it! B) | me bites $nick" you can just do it in 2 lines..take away the " | " but you do need brackets around that. :)
Yes there is a lot of repetition, but really doesnt matter. Same commands throughout the script, but only certain users can use certain commands. That is why its split up into five different levels. It works for what i want it to do, and thats all i care about ^_^. I'm new at scripting anyways...its not like I have time to sit down several hours a day and study scripting :/ i have plenty of Calculus and College Algebra work i could be doing.
Thanks SnoooP, and i also added a on and off swith just incase they dont want it on.. ^.^ and im very new at this, so i also thank you for helping me. I also made the echo say the server, and the time and date... :/ i got bored and just decided to add it xD
and i was meaning to put a mute command for a user as well, but i will figure that out later, bc i wish to set a timer on it that you can input, instead of having it in the code :D
And thank you again Spoofing for showing me that, i did change it, but i have a problem with the +,-L, +,-l, and the miNK modes, they are giving me..a tad bit of trouble. -_-
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.