b0sse

b0sse

Joined
Jun 16, 2009

Activity Stream

b0sse commented on a Page, /me sends a WERE[ANIMAL] after [YOU]!  -  Sep 05, 2012

This script is no longer working due to the site "http://rickcreation.com/rickwalton/index.htm/curricul/lanimals.htm" not existing anymore.

 Respond  
b0sse commented on a Page, Kombat Game  -  Aug 23, 2012

@Dramakus

Tried your version, while it's nice, the "you're out of stamina" parts doesn't seem to work.
If I have like 2 stamina left, and I use an attack that costs 4 stamina next turn, instead of telling me "you're out of stamina", it just goes ahead and let's me attack and then afterwards it says "you have -2 stamina".

And it just keeps going like that into further negative stamina.

Fix pls?

 Respond  
b0sse commented on a Page, Pokemon Battle Game v.1   -  Aug 23, 2012

Any updates as of late?

 Respond  
b0sse commented on a Page, Epenis Attack script  -  Aug 23, 2012

It seems to have some issues with the inches numbers though, and I don't know why.

In your example the current inches of 29.903294 and the largest erection of 33.977706 is different.
For me, the current one is always the same as the largest one, everytime.

And it grows each time I attack someone, updating both the current and the largest to the exact same number growth each time.

Example:

[02:03] * CookieBOT slaps Kaitou[Kid] with his e-Peen0r which is 4.474763 inches (11.365898 cm) erect! Largest erection ever was 4.474763 inches (11.365898 cm)!

[02:03] * CookieBOT slaps kyuubisubs with his e-Peen0r which is 4.475992 inches (11.36902 cm) erect! Largest erection ever was 4.475992 inches (11.36902 cm)!

[02:06] * CookieBOT slaps Kaitou[Kid] with his e-Peen0r which is 4.486145 inches (11.394808 cm) erect! Largest erection ever was 4.486145 inches (11.394808 cm)!

[02:06] * CookieBOT slaps AriGold|Away with his e-Peen0r which is 4.486591 inches (11.395941 cm) erect! Largest erection ever was 4.486591 inches (11.395941 cm)!

[02:29] * CookieBOT slaps AriGold|Away with his e-Peen0r which is 4.560373 inches (11.583347 cm) erect! Largest erection ever was 4.560373 inches (11.583347 cm)!

Anyone know how to correct this or maybe this is how it's supposed to be?
I'm not a scripting pro or anything, so I might be missing something lol :P

 Respond  
b0sse commented on a Page, Epenis Attack script  -  Aug 23, 2012

Something like this maybe

on *:text:!epenis *:#: {
  if ($2 ison $chan) {
    var %up = $uptime(system,3)
    var %in = $sqrt($calc(0.0005 * %up))
    var %cm = %in * 2.540
    if ((%ePenis.record !isnum) || (%ePenis.record < %up)) {
      set %ePenis.record %up
    }
    var %r.in = $sqrt($calc(0.0005 * %ePenis.record))
    var %r.cm = %r.in * 2.540
    %in = $round(%in,50)
    %cm = $round(%cm,50)
    %r.in = $round(%r.in,50)
    %r.cm = $round(%r.cm,50)
    describe $chan slaps $2 with his e-Peen0r which is %in inches ( $+ %cm cm) erect! $& Largest erection ever was %r.in inches ( $+ %r.cm cm)!
  }
  else {
    msg $chan You can't attack someone who isn't here.
  }
}
on *:exit:{
  if ((%ePenis.record !isnum) || (%ePenis.record < $uptime(system,3))) {
    set %ePenis.record $uptime(system,3)
  }
}
 Respond  
b0sse commented on a Page, Epenis Attack script  -  Aug 23, 2012

lol nice one :D

I fixed the bracket mismatches, but you should also think about adding an elseif command with that ison $chan so if the person being attacked isn't in the channel, it will give you a message saying something like "you can't attack a person that isn't here."

 Respond  
b0sse liked a Page, mIRC Spotify Now Playing  -  May 10, 2012
b0sse commented on a Page, mIRC Spotify Now Playing  -  May 10, 2012

Simply amazing. Have been waiting for a now playing snippet for Spotify forever :D Great work mate.

 Respond  
b0sse commented on a Page, !Time  -  Feb 28, 2012

Yup, needs updating since it doesn't work anymore.
Just gives me:

Searching for Time ...
Time for is Main Site
 Respond  
b0sse commented on a Page, Funny Disease Socket  -  Oct 06, 2011

Oh, thanks.
I misunderstood napa's explanation then:

"trigger is @disease whatever"

Since he put "whatever" I thought I could put whatever in there like @disease herpes or whatever.
Anyway, will try it with a nick, thanks.

 Respond  
b0sse commented on a Page, Funny Disease Socket  -  Oct 05, 2011

doesn't work.
nothing happens

 Respond  
b0sse commented on a Page, Walmart PeopleOfWalmart Search  -  Sep 29, 2011

Oh btw, you should make a trigger like this with http://dumbtweets.com as well...
so when you type @dumbtweets it will msg the channel with a random tweet from that site.

would also be cool with a script like that for http://failblog.org

 Respond  
b0sse commented on a Page, Walmart PeopleOfWalmart Search  -  Sep 29, 2011

No, thank you, FordLawnmower :)

 Respond  
b0sse commented on a Page, Walmart PeopleOfWalmart Search  -  Sep 27, 2011

All I get is "Searching......."

then nothing happens :(

 Respond  
b0sse commented on a Page, FML Random Generator  -  Jul 21, 2011

Dont think thats it. Seeing as other scripts that posts long lines work perfectly.
But, I guess I'll try grabbing latest version of mIRC anyway, to see if it solves issue, thnx ^^

 Respond  
b0sse commented on a Page, FML Random Generator  -  Jul 20, 2011

very weird. nearly all my fml's turn out like that now.
completely chopped off.

 Respond  
b0sse commented on a Page, FML Random Generator  -  Jul 19, 2011

I mean, whats the FML about this?

Today, I was on an airplane that was experiencing some turbulence. FML

lol

 Respond  
b0sse commented on a Page, FML Random Generator  -  Jul 19, 2011

I'm using SysReset 2.55, which uses an old version of mIRC 6.21.
But I've never had any problems before, so it shouldnt really matter.

Maybe those FML's aren't longer than that? Maybe its just the guys who posted them that is morons?
hehe

 Respond  
b0sse commented on a Page, FML Random Generator  -  Jul 19, 2011

No problem, Jethro_ thanks for having a look at it.
Weird though, cause I keep getting stuff like this:

<me> !fml
<CookieBOT> Today, I found out the reason I can't get a job. FML
<me> !fml
<CookieBOT> Today, I had my 21st birthday party. FML

I mean its like they are incomplete, missing the punchline or something?

 Respond  
b0sse commented on a Page, FML Random Generator  -  Jul 15, 2011

the fmylife.com site must have updated/changed something on its site, cause recently this script have been acting weird. It cuts out the beginning with "Today" and some more and leaves only like the 2nd half of each FML, or the other way around. It only leaves the first half. So it gets cut off.

I've had no problems with it before, so seems they must have changed something with their site?

 Respond  
b0sse commented on a Page, FML Random Generator  -  May 12, 2011

yeap, i noticed :D hehe

 Respond  
b0sse commented on a Page, FML Random Generator  -  May 11, 2011

naaaw...
now the www.fmylife.com is down for some reason :/
too bad.

 Respond  
b0sse liked a Page, FML Random Generator  -  May 10, 2011
b0sse commented on a Page, FML Random Generator  -  May 10, 2011

yeah, its weird indeed :o
and no, my background is not neon green :P
its white hehe

 Respond  
b0sse commented on a Page, FML Random Generator  -  May 09, 2011

@napa182: Hmm, weird. Then I don't know whats wrong. Btw, how can you not copy it right? Its just copy/paste lol.
Maybe its my irc client? old version or whatever maybe?

anyway, I've always like your snippets napa182.

 Respond  
b0sse commented on a Page, FML Random Generator  -  May 09, 2011

Thanks a lot Jethro_
this works perfect.

@napa182: I did try all the one's in comments etc as well. Including yours. And couldnt get it to work. Either it returned nothing at all. Or it had that "Net avenir" stuff at the beginning.

 Respond  
b0sse commented on a Page, Random FML  -  May 06, 2011

none of the fml scripts posted in here works anymore.

 Respond  
b0sse commented on a Page, Random FML Script  -  May 05, 2011

Jethro_: Seems their webmaster havent even noticed it. Or they just didnt care. Still dead :(
Oh well. Nothing to do.
Guess our channel have to be without a working fml script then, since all the other scripts either doesnt work, or have that stupid "Net avenir" shit at the beginning :/

 Respond  
b0sse commented on a Page, Random FML Script  -  May 03, 2011

The fml script stopped working since yesterday.
I guess its cause the adress "http://www.rscript.org/lookup.php?type=fml" ain't up and running anymore?!

 Respond  
b0sse commented on a Page, Random FML Script  -  May 01, 2011

@Jethro_: Oh, my bad. I'm still n00b when it comes to sockets. Thanks.
Works perfectly ^^

 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.