Author Topic: Shark Holes - Cool Shark?  (Read 3264 times)

There are rumors going around that rarely when a Shark spawns it will have Sunglasses on. When it eats someone, the death message appears as "Cool Shark".
Does this even exist?

Code: [Select]
function delaySharkCheck(%obj)
{
if(isObject(%obj))
{
if(!getRandom(0,50) || %obj.name $= "Cool Shark")
{
%obj.setNodeColor("helmet","0.2 0.2 0.2 1");
%obj.setNodeColor("visor", "0.2 0.2 0.2 1");
%obj.unHideNode(helmet);
%obj.unHideNode(visor);
%obj.name = "Cool Shark";

%obj.hat =  "1";
%obj.accent =  "1";
}
}
}

Yes

Code: [Select]
function delaySharkCheck(%obj)
{
if(isObject(%obj))
{
if(!getRandom(0,50) || %obj.name $= "Cool Shark")
{
%obj.setNodeColor("helmet","0.2 0.2 0.2 1");
%obj.setNodeColor("visor", "0.2 0.2 0.2 1");
%obj.unHideNode(helmet);
%obj.unHideNode(visor);
%obj.name = "Cool Shark";

%obj.hat =  "1";
%obj.accent =  "1";
}
}
}

Yes
Well, I would like more proof, maybe Snapshots. But I'm not exactly sure if it exists. This might its code.

I have checked the code, and can confirm that this happens.

ninja'd :/

The sun glass sharks used to exist. But a terrible drought like the art illustration below wiped them all out.

The only proof we have that they ever existed now is there fossilized remains.

The only proof we have that they ever existed now is there fossilized remains.
-fossil-
Johnny Bravo shark.


The sun glass sharks used to exist. But a terrible drought like the art illustration below wiped them all out.

Uhh... they can hold weapons?
The only proof we have that they ever existed now is there fossilized remains.

Okay... Did not know they had goatees. But thanks for proving this to me guys.

where did this shark with sunglasses thing originate, the ai shark had it too
oh wait no there both made by rotondo, makes sense

its does, but its about 1 in 10 chance so not exactly rare

its does, but its about 1 in 10 chance so not exactly rare
Let's not wait for Cool Sharks to spawn any more, Cool Shark Spawn-Hole!

I think if you name the shark hole 'cool shark' it should spawn them anyway

I think if you name the shark hole 'cool shark' it should spawn them anyway
Not sure if that would work.
You would have to make it's code so that the Cool Sharks have a 100% chance of spawning and normal sharks have no chance, but I don't know how to code or how to edit code.

Not sure if that would work.
You would have to make it's code so that the Cool Sharks have a 100% chance of spawning and normal sharks have no chance, but I don't know how to code or how to edit code.
i have edited code before, say to make vehicles move faster.
when im not so tired i could show you how.

its does, but its about 1 in 10 chance so not exactly rare
It's a 1 in 50 chance, not a 1 in 10.

I think if you name the shark hole 'cool shark' it should spawn them anyway
Nope, however you can spawn one using the console or editing the script.