PHP Snippet:
Smart Password Generator
Posted on Jun 13, 2008 6:58 pm
Posted on Jun 13, 2008 6:58 pm
I got an error, but I'm too lazy to figure out the problem. So, here it is:
| Code: |
| Parse error: syntax error, unexpected T_STRING in /misc/14/909/026/608/user/web/area51.wizkidweb.com/nukegrounds/index.php on line 57 |
mIRC Snippet:
Simple number game
Posted on May 18, 2008 4:30 pm
Posted on May 18, 2008 4:30 pm
Is this loaded in a second mIRC window?
Sure you loaded the whole script?
Eny errorous scripts above this one?
Are any of the commands doubling up?
Read the introduction?
Sure you loaded the whole script?
Eny errorous scripts above this one?
Are any of the commands doubling up?
Read the introduction?
mIRC Snippet:
Simple number game
Posted on May 18, 2008 4:21 pm
Posted on May 18, 2008 4:21 pm
How i play this
!number 4 and then.....nothing
!number 4 and then.....nothing
mIRC Snippet:
iRPG - idle Role Playing Game (v4.0)
Posted on Apr 9, 2008 5:46 pm
Posted on Apr 9, 2008 5:46 pm
i really like this as im using it for my channel one qestion does it auto restart every month or is their a code to restart scores every month ? or does it just keep going ?
PHP Snippet:
Smart Password Generator
Posted on Mar 26, 2008 4:26 pm
Posted on Mar 26, 2008 4:26 pm
Something bad happened when this page was encoded.
The HTML replaced > characters with > - so adding a number right after it made it ɭ, 622, etc., which made the HTML entity 621 or 622, rather than the HTML entity 62, followed by a 1.
The HTML replaced > characters with > - so adding a number right after it made it ɭ, 622, etc., which made the HTML entity 621 or 622, rather than the HTML entity 62, followed by a 1.
mIRC Snippet:
iRPG - idle Role Playing Game (v4.0)
Posted on Mar 24, 2008 11:51 am
Posted on Mar 24, 2008 11:51 am
Highscore bug fixed in v3.1.
mIRC Snippet:
Simple number game
Posted on Mar 8, 2008 3:44 am
Posted on Mar 8, 2008 3:44 am
Oh, and I forgot to say, you should probably take out those two big blocks of code and put this:
| Code: |
| on *:TEXT:*:#: { if ($1- != 2) && ($1- != 3) { halt } if (%numgame == 1) && (%lastnick == $nick) { msg $chan 4You may not take 2 turns in a row!! } if (%numgame == 1) && (%lastnick != $nick) { set %currentnum %currentnum + $1- set %lastnick $nick if (%currentnum < %end) { msg $chan 12The number is now4 %currentnum } if (%currentnum >= %end) { msg $chan 12 $nick has won!! unset %end unset %currentnum unset %lastnick unset %ender set %numgame 0 } } } |
mIRC Snippet:
Simple number game
Posted on Mar 8, 2008 3:42 am
Posted on Mar 8, 2008 3:42 am
There's always little sill things you could do to shorten the script. I'd review it and see if it works, but it seems you need 2 people to play, and nobody else is on right now ;P
can simply be
and
could simply be
| Code: |
| if (%numgame == 1) { msg $chan 12Game already in progress. } if (%numgame != 1) { |
can simply be
| Code: |
| if (%numgame == 1) { msg $chan 12Game already in progress. | HALT } |
and
| Code: |
| if (%currentnum < %end) { msg $chan 12The number is now4 %currentnum } if (%currentnum >= %end) { |
could simply be
| Code: |
| if (%currentnum < %end) { msg $chan 12The number is now4 %currentnum | HALT } |
mIRC Snippet:
iRPG - idle Role Playing Game (v4.0)
Posted on Mar 4, 2008 8:07 pm
Posted on Mar 4, 2008 8:07 pm
Gforce your right i didnt have the latest version. I have 1 last problem, someone has 9 scores spots taken up.
#4: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #5: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #6: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #7: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #8: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #9: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #10: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #11: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #12: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #13: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
anyway i can fix that ?
#4: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #5: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #6: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #7: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #8: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #9: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #10: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #11: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #12: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
( 21:05:56 ) ( ~LordHawk ) #13: el_cuervito (Played 9 minutes, currently has 3 points, and is on level 1.)
anyway i can fix that ?
mIRC Snippet:
iRPG - idle Role Playing Game (v4.0)
Posted on Mar 3, 2008 5:47 pm
Posted on Mar 3, 2008 5:47 pm
LordHawk: The score isn't displayed by using !score, you have to join #iRPG_scores to view it.
Make sure you're using the latest version as well. I've updated it quite a few times.
If the score simply isn't updating... I'm not sure what you're doing wrong. It works fine on my side.
Make sure you're using the latest version as well. I've updated it quite a few times.
If the score simply isn't updating... I'm not sure what you're doing wrong. It works fine on my side.
mIRC Snippet:
iRPG - idle Role Playing Game (v4.0)
Posted on Mar 3, 2008 9:34 am
Posted on Mar 3, 2008 9:34 am
ok, ive seen alot more bugs now. #Irpg doesnt keep an updated version of the score. !score LordHawk returns . but no score, It doesnt display when someone levels, actually for that matter Drizz has been playing for 8 hours and hasnt leveled the first time yet, (which should be 1 hour after he started )
mIRC Snippet:
iRPG - idle Role Playing Game (v4.0)
Posted on Mar 2, 2008 9:25 pm
Posted on Mar 2, 2008 9:25 pm
thats ok im not useing the script, but thats the first one i saw from looking at ur code on here.
mIRC Snippet:
iRPG - idle Role Playing Game (v4.0)
Posted on Mar 2, 2008 9:19 pm
Posted on Mar 2, 2008 9:19 pm
napa182: That has been fixed. There was another bug in that section of the code as well, so I suggest you re-copy the snippet. (As opposed to removing the extra paren. yourself)
mIRC Snippet:
iRPG - idle Role Playing Game (v4.0)
Posted on Mar 2, 2008 9:17 pm
Posted on Mar 2, 2008 9:17 pm
that error is from line #74 he has an extra ")"
this line has the extra ")"
replace it with this
this line has the extra ")"
| Code: |
| if ( $sqrt( %score. [ $+ [ $nick(#iRPG,%increasing) ] ] ) == $int( $sqrt( %score. [ $+ [ $nick(#iRPG,%increasing) ] ] ) ) ) ) msg #iRPG $nick(#iRPG,%listing) $+ , your score is now $sqrt( %score. [ $+ [ $nick(#iRPG,%increasing) ] ] ) $+ . |
replace it with this
| Code: |
| if ( $sqrt( %score. [ $+ [ $nick(#iRPG,%increasing) ] ] ) == $int( $sqrt( %score. [ $+ [ $nick(#iRPG,%increasing) ] ] ) ) ) msg #iRPG $nick(#iRPG,%listing) $+ , your score is now $sqrt( %score. [ $+ [ $nick(#iRPG,%increasing) ] ] ) $+ . |
mIRC Snippet:
iRPG - idle Role Playing Game (v4.0)
Posted on Mar 2, 2008 9:15 pm
Posted on Mar 2, 2008 9:15 pm
LordHawk: I just fixed that a minute ago. I had an extra close parentheses at one point. Refresh the page, copy the script again, etc.
mIRC Snippet:
iRPG - idle Role Playing Game (v4.0)
Posted on Mar 2, 2008 8:50 pm
Posted on Mar 2, 2008 8:50 pm
::: Error: Unknown command ())
( 21:43:53 ) ::: Error: Unknown command ())
( 21:47:41 ) ::: Error: Unknown command ())
( 21:47:41 ) ::: Error: Unknown command ())
this is what i keep getting. i didnt change anything in your code. Im using the same preset channels you have coded into the script. Any help?
( 21:43:53 ) ::: Error: Unknown command ())
( 21:47:41 ) ::: Error: Unknown command ())
( 21:47:41 ) ::: Error: Unknown command ())
this is what i keep getting. i didnt change anything in your code. Im using the same preset channels you have coded into the script. Any help?
mIRC Snippet:
iRPG - idle Role Playing Game (v4.0)
Posted on Feb 22, 2008 3:18 pm
Posted on Feb 22, 2008 3:18 pm
darklong: I suppose with heavy modification, you could, but that's not what the script is designed for.
mIRC Snippet:
iRPG - idle Role Playing Game (v4.0)
Posted on Jan 21, 2008 10:50 am
Posted on Jan 21, 2008 10:50 am
can i use this for playing trivia or quiz :P
mIRC Snippet:
iRPG - idle Role Playing Game (v4.0)
Posted on Jan 18, 2008 10:17 pm
Posted on Jan 18, 2008 10:17 pm
Alexis: Registration is not required, it stores your score as your nickname.
tzar: I'm fairly new to using /timer, so I'll look into that.
tzar: I'm fairly new to using /timer, so I'll look into that.
mIRC Snippet:
iRPG - idle Role Playing Game (v4.0)
Posted on Jan 13, 2008 7:26 pm
Posted on Jan 13, 2008 7:26 pm
Name your timers so you don't unset every timer at the end. And if you want a repeating timer, set the repetition value to 0.
Look at /help /timer
Good job on this script so far :)
Look at /help /timer
Good job on this script so far :)






