jasonh commented on Comment: TVRage  -  16 days ago
running mirc 7.19 says PMing the info but nothing ever shows up in a PM or notice

says /sockopen: 'TVRage.H5' socket in use (line 60, !tvrage.mrc)
blackvenomm666 commented on mIRC Snippet: Auto OP  -  17 days ago
what kind of server are you on?

Code

 

and first thing you had no space between nametoop) and the { and you were missing a closing bracket and you had no spaces between $nick and the == and between ++ and nametoop.
try the one i posted
blackvenomm666 commented on Comment: Smart mIRC Script  -  18 days ago
you can't use the commands in an on text event yourself though. other people can but you cannot. also you are missing opening and closing brackets
Velosis commented on Comment: Smart mIRC Script  -  18 days ago
Well, @blackvenomm666 ur partially right that this is to be used in the bot, but it works in remotes as well :/
cj42057 commented on mIRC Snippet: raw banlock on unban  -  18 days ago
modified the code so it would 'work' but it still doesn't work properly ...using my modified code I've found it adds a line to my custom aliases file, something like the following: banlocklist {%banmasklist.nick!*nick@host.mask.goes.here.org = -b
Now if I'm not mistaken the error is it marks the ban as = -b (which would mean unban if I'm reading that right) ..anyway if I figure something out with this code I'll update this thread ...anyway here's a look at my modded code.

on @*:unban:#: {
if ($banmask iswm $address($me,5)) { return }
if ($nick != $me) && ($banmask != *!*@*) && ($banmask != *!*@*.*) { banlocklist $banmask $chan | .timerbanlockon $+ $chan 1 3 banlockon $chan }

alias banlocklist {%banmasklist. [ $+ [ $2 ] ] = $addtok(%banmasklist. [ $+ [ $2 ] ],$1,32) }

alias banlockon {
scid $cid
var %banmasklist.tmp = %banmasklist. [ $+ [ $1 ] ]
if (!%banmasklist.tmp) return
var %x = $numtok(%banmasklist.tmp,32)
while (%x) {
%banmask.tmplist = $addtok(%banmask.tmplist,$gettok(%banmasklist.tmp,%x,32),32)
inc %banmask.lmt
if (%banmask.lmt == $modespl) { raw -q mode $1 + [ $+ [ $str(b,$modespl) ] ] %banmask.tmplist | unset %banmask.* }
dec %x
}
if (%banmask.tmplist) { raw -q mode $1 + [ $+ [ $str(b,$numtok(%banmask.tmplist,32)) ] ] %banmask.tmplist | unset %banmask.* }
.timer(banlock) 1 2 describe $1 Those masks are under banlocking...sorry
scid -r
}


PackardBell commented on mIRC Snippet: Weather Script w/5-day Forecast  -  19 days ago
@FordLawnmower
i copied the script from your pastebin
but i get this

[01/06/13|17:37:12] <+testing> !weather Deinze
[01/06/13|17:37:15] <@Found> Weather for 04D04rongen, 04D04rongen, 04O04OST 04V04LAANDEREN (PWS) 04T04emperature: 12.3ºC 54°F 04H04umidity: 78% 04D04ew 04P04oint: 9ºC 48°F 04W04ind: 8.2km/h 04P04ressure: 1022hPa 04H04eat 04I04ndex: 04V04isibility: 10.0kilometers 04C04louds: 04F04ew.
[01/06/13|17:37:22] <@Found> Nothing Found... :(

1: it shows the forecast at this moment : not the 5-day forecast
2: !forecast and !weather give same results?
3: After a couple of triggers, it automaticly says "Nothing Found... :(" -> but it has found something!

Thx for helping
FreakServ commented on mIRC Snippet: Yet another Random password generator  -  19 days ago
FreakServ commented on Comment: Need help please?  -  19 days ago
@Brianblk01 : What you want this script to exactly do?
FreakServ commented on Thread: FreakServ  -  19 days ago
@Hawkee ???
N3M3S1S commented on mIRC Snippet: Pokemon Catcher (Simple)  -  19 days ago
Here ya go, if you're looking into some Pokemon stuff for mIRC, here is some older stuff I wrote a few years back for my channel bot. Use whatever you want/need for your project. 8)

PokeDex
http://www.hawkee.com/snippet/8863/

And

(use !catch <namehere> or !pokeball <namehere> meant for use on a channel bot.)

Code

 
H2O commented on Thread: H2O  -  19 days ago
Thank you very much for your time and help!!
Brianblk01 commented on mIRC Snippet: Need help please?  -  19 days ago
it will not show the price any help?
Hawkee commented on Thread: H2O  -  19 days ago
Great! I'm glad we were able to get to the bottom of it.
H2O commented on Thread: H2O  -  19 days ago
I am not sure what one it was at this point, but that was it. I disabled all and able to select code just fine.
H2O commented on Thread: H2O  -  19 days ago
i will try disabling them and try.
Hawkee commented on Thread: H2O  -  19 days ago
I wonder if it could be your ad removers. Chome will usually sync plugins between computers, so it could be one that you have on both computers.
H2O commented on Thread: H2O  -  19 days ago
I tried coping the same script from my work laptop. Dell I5 8 gigs of ram. Windows 7 64 bit. Google chrome. Same exact thing happened.
FordLawnmower commented on mIRC Snippet: System info  -  20 days ago
This is MY SCRIPT : Ripped from here : http://www.hawkee.com/snippet/7069/
@ArOL Copying and pasting other peoples code does not make you a scripter.
Do the honorable thing and delete this promptly.
Else you will just disgrace the KampungChat Scripters :P
jeefo.w32 commented on Comment: IMDb search for eggdrop  -  21 days ago
Thank you very much FordLawnmower :)

your ,

Rotten Tomato http://www.hawkee.com/snippet/9516/
Google http://www.hawkee.com/snippet/7681/
Wikipedia http://www.hawkee.com/snippet/9492/

scripts also need update i think :/

Lucius commented on Comment: Bar sytem that uses money  -  21 days ago
The ini only stores the amount of money the person has.
If you would like to pay more for individual items I recommend taking one of a few routes.
a) completely re-write
b) cut mine to pieces and attempt to force it into individual prices
c) use a different shop script
d) ask someone to edit it for you
e) individual pricing re-write is almost the same as a complete re-write.

v--probably easiest--v

copy/paste the script (16 to 79 copied and pasted on the bottom of 79) and edit line 16 (the ~ trigger to a different symbol like ^ or & etc) to have tiered prices (then swap the items and price 50C for 1,000C etc)
line 74 is the one which alters the price, - 50 for taking 50C off the money, all other mentions of 50C are just text.
This can be repeated multiple times if you wish, each with different price tiers, but remember the prices would be linked to the trigger command you chose (~food making all 50C, &food being 1,000C, and so on)

I haven't scripted in a long while now...
If you have any more problems let me know, I may even be in the mood to fix them too. xD
JanetRandall commented on Comment: Helicopter Game  -  21 days ago
ovelayer commented on Comment: !IMDB Movie Search  -  21 days ago
even with a fresh installation it still hangs and doesn't return...i guess i have to chaulk it up to my os..window's 8..
i had a buddy load your script and it worked
blackvenomm666 commented on mIRC Snippet: Pokemon Catcher (Simple)  -  22 days ago
you could get rid of line two and just put

Code

 
blackvenomm666 commented on mIRC Snippet: Smart mIRC Script  -  22 days ago
this will not work if you add it to the script you are running. you must add this to a bot js
ovelayer commented on Comment: !IMDB Movie Search  -  22 days ago
will do when i get home from work..then report back
Gale commented on Comment: Suitcases - packing list  -  22 days ago
Is it your project ?
Gale commented on Status: Gale  -  22 days ago
Hello, i'm writing about my irc gatherbot for counter-strike.
A gatherbot which you can play you and 9 more players in a private server with admin and rules.
A gather bot organizes and manages Counter-Strike 1.6 matches.
This gatherbot contains:
Gather Bot Version: 2.4
- 3 bots. (GatherBot,GuardBot,InfoBot)
- Advanced Ban system.
- Channel Protections.
- Counter-Strike Substitute system.
- Simple File Upload.
- And much more.

I'm selling this gatherbot $150.
if anyone want it please let's contact me with an e-mail. (My personal e-mail: ronaldometja@hotmail.com)

About E-Mail form:
Subject: Gatherbot
Your Name/Surname (required)
Your e-mail (required).

Thank you in advance for your time.

With love,
Gale.
FordLawnmower commented on Comment: !IMDB Movie Search  -  22 days ago
There has to be something else to this. Can you try testing the script on a clean mIRC with no other scripts.
Maybe there is a conflict.
ovelayer commented on mIRC Snippet: !IMDB Movie Search  -  22 days ago
7.32 and in us
FordLawnmower commented on Comment: !IMDB Movie Search  -  22 days ago
@overlayer I still don't have any issues with this script. What is your mIRC version ? What country are you in ?
  1. Prev
  2. 1
  3. 2
  4. 3
  5. 4
  6. 5
  7. 6
  8. 7
  9. 8
  10. 9
  11. 10
  12. 11
  13. 12
  14. 13
  15. 14
  16. 15
  17. Next
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.