Author Topic: Console Pets V 4.7  (Read 9384 times)

Why? am I not allowed to post that link?

You posted a link to MyFiles, not the actual addon.



I am sorry for that issues with it, but I got it working, now Mediafire is broken, Just use this Script:

Code: [Select]
// ============================================================
// Project : Console Pet
// Author : Adam Savage
// Description : Code for the Pet's Hunger
// ============================================================
if(!isObject(Dog)) return;


$Dog::Hunger = 10;

function DogTick()
{
$Dog::Hunger = $Dog::Hunger - 1;
echo("Console Pet Tick Initiated");

schedule((180000), false, "DogTick");

if($Dog::Hunger == 1)
{
Echo("Oh no! " @ $Pref::Client::Pets::Dogname @ " is Starving, you need to feed him before he dies!");
}
else
{
if($Dog::Hunger == 0)
{
Echo("Oh no! " @ $Pref::Client::Pets::Dogname @ " has died from starvation! He will be back the next time you get on Blockland.");
Dog.delete();
}
}
}
DogTick(); //Kickstart the loop

Also V6.4 is looking for a GUI maker!

I doubt that 3/4 of the community knows how to package a script. Uploading a file to Mediafire isn't that hard.

From what I have seen, there is nothing to classify thig guy as an
idiot.
And I see no reason why
This addon needs to be failed, and the author should be perma-banned.
He hasn't stolen anything. And if you claim he has, Prove it.

I doubt that 3/4 of the community knows how to package a script. Uploading a file to Mediafire isn't that hard.
I know its not hard, but mediafire will not load the myfiles.php right.

Then use a better file hosting service.
I use Dropbox.

It looks like a boring add-on, if you want a pet get a real one,not a console pet on a lego game.

Way to go people with lives :D

I know its not hard, but mediafire will not load the myfiles.php right.

Then maybe you should upload (Script_NAMEHERE.zip) instead of a .php file, you Just may have better results  :cookieMonster:

The spy part of the clan is to solely check for competition. To see if he needs to boost any aspect of the servers up. He doesn't steal.

:o
I might download.

Oh just do it or don't lololol.

Very interesting concept, seems a bit of a nuisance at this point for me as I get pissed off at random IRC messages let alone a virtual dog asking for food every few ticks haha. But I love the idea and if you work on it, I can see it becoming very refined. At this time it looks a bit bare.

Oh just do it or don't lololol.

Very interesting concept, seems a bit of a nuisance at this point for me as I get pissed off at random IRC messages let alone a virtual dog asking for food every few ticks haha. But I love the idea and if you work on it, I can see it becoming very refined. At this time it looks a bit bare.

This is kind-of the only reasonably nice comment I've seen on this topic.

3/5 Needs a bit more work, as Sheath said.

This sound's like a bug. i am not going to download :|

This is kind-of the only reasonably nice comment I've seen on this topic.

3/5 Needs a bit more work, as Sheath said.
sound's like a bug to me

Due to a problem with the script, This add-ons will be removed until fixed.