Author Topic: Infinite Mining v1.22  (Read 90075 times)


Great addon, but every time someone joined my server, it says they have admin (the did not really have it but i said they did with the welcome message).  Disabling the addon fixed this.

i also have this problem


@ Furling
Good... but just make a drill or somthing to get rid of the hard stone instead of the laser gun
Just saying for the fact you added more ore and gems... i was gona ask kalphiter to plz do that for next update

This is the blockland forums, not twitter you moron, use the quote button... this happened on youtube one too...

Code: [Select]
function serverCmdUpgradePick(%client)
{
    if(%client.pickaxeNum > 4)
messageClient(%client, '', "You cannot upgrade your brick above level 5");

Can i upgrade my brick level Kalphiter, my BRICK LEVEL?!

Can i upgrade my brick level Kalphiter, my BRICK LEVEL?!
Now you almost made me replace the b with a p, making it "prick level".

Now you almost made me replace the b with a p, making it "prick level".

i lol'd.

i lol'd.
Now I messed up the ZIP packager, meaning add-ons aren't made right.

Code: [Select]
function serverCmdUpgradePick(%client)
{
    if(%client.pickaxeNum > 4)
messageClient(%client, '', "You cannot upgrade your brick above level 5");

Can i upgrade my brick level Kalphiter, my BRICK LEVEL?!

try this
    if(%client.pickaxeNum > 9)
   messageClient(%client, '', "You cannot upgrade your brick above level 10

try this
    if(%client.pickaxeNum > 9)
   messageClient(%client, '', "You cannot upgrade your brick above level 10

It's resolved. level 20 is max on my server now. But you didn't get the joke, its PICK level not BRICK level OR PRICK LEVEL.

It's resolved. level 20 is max on my server now. But you didn't get the joke, its PICK level not BRICK level OR PRICK LEVEL.

no dip it isnt prick level |-.-|...

I was just editing it for my server and I noticed


Code: [Select]

if(%einstCount > %highEinst)
{
    %highEinst = %dirtCount;
    %highEinstClient = %client;
}
       %highEinst = %dirtCount;

That shouldn't be there should it?

edit:
I read more of the script and realise you probably meant for this.
It's why it's not displaying the dirt anyways.
« Last Edit: December 08, 2009, 07:11:34 AM by Makingblah »

v1.21
    Fixed everyone receiving an auto-admin message
    Fixed highest einsteinium message displaying the the person with the most einsteinium's dirt count.
    Fixed typo saying "brick level" instead of "pick level"
If you also look at the new script on Windows you'll see it's only on 4 lines. I'm not worried as the script still executes fine.
Try editing from this:
http://blockland.kalphiter.com/add-ons/files/Gamemode_Mining/server.cs

YES I have been waiting for this update to come out!

If you also look at the new script on Windows you'll see it's only on 4 lines. I'm not worried as the script still executes fine.
Try editing from this:
http://blockland.kalphiter.com/add-ons/files/Gamemode_Mining/server.cs
cool, how come not work i add more a minerals, only 4 ~~> iron, bronz, silver, lava worked there something i missing..... not show up:
gold
platin
einstein
emerald
ruby
diamond
amazonite

please take look this
« Last Edit: December 10, 2009, 12:09:45 AM by Furling »