My Pokemon Snippet
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 1.7 (of 3 scores) |
| Date Added | Dec 08, 2008 |
| Last Updated | Dec 08, 2008 |
| Tags | first hope it like likeseoul long mirc pokemon remote script snippet you |
Introduction
mIRC Snippet:
My Pokemon Snippet
Posted on Dec 8, 2008 9:00 pm
Posted on Dec 8, 2008 9:00 pm
For starters, using var instead of set is a better method for what you have.
Second, this:
Can turn into:
I'm not quite sure how (I has forgot how to do this), but you can shorten allll those if (%t == blah) into:
Where %pokemon.list is the list of pokemon (seperated by a space):
e.g.
%pokemon.list = mew mewtwo
And %pokemon.events is either:
escaped from the pokeball. Darn it!
OR
is caught. Congratulations.
All in all, it's not bad. Seems like a lot of effort though.
Second, this:
| Code: |
on *:text: !Credits:#:{ /set %T $rand(1,1) if (%T == 1) msg $chan Made by LikeSeoul! } |
Can turn into:
| Code: |
on *:text:!Credits:#: msg $chan Made by LikeSeoul |
I'm not quite sure how (I has forgot how to do this), but you can shorten allll those if (%t == blah) into:
| Code: |
on *:text: !Pokemon:#:{ msg $chan $gettok(%pokemon.list,$rand(1,297),32) $gettok(%pokemon.events,$rand(1,2),32) } |
Where %pokemon.list is the list of pokemon (seperated by a space):
e.g.
%pokemon.list = mew mewtwo
And %pokemon.events is either:
escaped from the pokeball. Darn it!
OR
is caught. Congratulations.
All in all, it's not bad. Seems like a lot of effort though.
mIRC Snippet:
My Pokemon Snippet
Posted on Dec 8, 2008 9:13 pm
Posted on Dec 8, 2008 9:13 pm
well for 1 there are way too many names to set to a var
so..
why not have it write all the names to a txt file on load like this
then you can just do
so..
why not have it write all the names to a txt file on load like this
| Code: |
| on *:load:{ if (!$isfile(pokenames.txt)) { write pokenames.txt Bulbasaur write pokenames.txt Ivysaur write pokenames.txt Venasaur write pokenames.txt Charmander write pokenames.txt Charmeleon write pokenames.txt Charzard } } |
then you can just do
| Code: |
| on *:text:!Pokemon:#:{ if (!%pokeflood) { set -u3 %pokeflood on | msg # $read(pokenames.txt) $gettok(is caught. Congratulations.|escaped from the pokeball. Darn it!,$r(1,2),124) } } |
mIRC Snippet:
My Pokemon Snippet
Posted on Dec 9, 2008 1:54 am
Posted on Dec 9, 2008 1:54 am
Isn't a bit late for you to be going through your hate the world phase, Xpl0reR?
First Canada and now pokemons.... What did the pokemons ever do to you?
First Canada and now pokemons.... What did the pokemons ever do to you?
mIRC Snippet:
My Pokemon Snippet
Posted on Dec 9, 2008 2:33 pm
Posted on Dec 9, 2008 2:33 pm
Damn I hope you didn't write all that by hand :/
mIRC Snippet:
My Pokemon Snippet
Posted on Dec 10, 2008 5:59 pm
Posted on Dec 10, 2008 5:59 pm
damn one long list that would bust my hand for sure
mIRC Snippet:
My Pokemon Snippet
Posted on Mar 15, 2009 9:32 pm
Posted on Mar 15, 2009 9:32 pm
Oh. Yeah. I did that all by typing. o_o Took a very long time. About 4-5 hours. I'm slow at typing. 80-90 wpm. >.<
mIRC Snippet:
My Pokemon Snippet
Posted on Aug 3, 2009 12:16 pm
Posted on Aug 3, 2009 12:16 pm
you have pokemon 150 as 143... your missing 7 pokemon
mIRC Snippet:
My Pokemon Snippet
Posted on Aug 3, 2009 5:00 pm
Posted on Aug 3, 2009 5:00 pm
is there a way/command to show what pokemons have being capture ?
like ... !mypokemons or something like that ?
like ... !mypokemons or something like that ?









