Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Advanced Bot

Pages: 1 ... 268 269 270 271 272 [273] 274 275
4081
Modification Help / Re: Brick UI Replacing
« on: October 14, 2012, 06:11:00 PM »
Oh ok. Thanks.

4082
Modification Help / Re: Brick UI Replacing
« on: October 14, 2012, 06:05:39 PM »
I also want everyone else to see the same pictures on the bricks im seeing..

EDIT: On my server

4083
Modification Help / Re: Brick UI Replacing
« on: October 14, 2012, 06:04:34 PM »
I cant replace the brick pictures because the patcher will patch it..

4084
Modification Help / Re: Brick UI Replacing
« on: October 14, 2012, 06:01:59 PM »
I mean like the pictures on the bricks

4085
Modification Help / Brick UI Replacing
« on: October 14, 2012, 05:57:41 PM »
I need help with replacing the pictures on the bricks, someone please help me with this, the add-on works, but it does not replace the Brick UI's...
Code: [Select]
package NewBrickIcon
{
   function NewIcons(%image)
   {
      if(getSubStr(%image,0,7) $= "brickBOTTOMEDGE")
         %image = brickBOTTOMEDGEImage;
      if(getSubStr(%image,0,7) $= "brickBOTTOMLOOP")
         %image = brickBOTTOMLOOPImage;
      if(getSubStr(%image,0,7) $= "brickRAMP")
         %image = brickRAMPImage;
      if(getSubStr(%image,0,7) $= "brickSIDE")
         %image = brickSIDEImage;
      if(getSubStr(%image,0,7) $= "brickTOP")
         %image = brickTOPImage;
   }
};
activatePackage(NewBrickIcon);


4086
Modification Help / Re: onPlayerDamaged
« on: October 13, 2012, 01:53:47 AM »
Use SPC instead of @. Example:
Code: [Select]
(%client.name SPC "looked at" SPC %target.name)

4087
General Discussion / Re: Pecon7's Boss Battles! - Grand Re-opening
« on: September 29, 2012, 09:01:54 PM »
Where is the link to the gui?

4088
Modification Help / Re: Sound Command Help
« on: September 26, 2012, 10:13:21 PM »
It is still doing the same thing again. Except, now its telling me Im doing it too much...

4089
Modification Help / Sound Command Help
« on: September 26, 2012, 08:29:10 PM »
I need help with this sound command thing, when I type /thanks , there is no sound. The addon works, but there is no sound. It is a .wav file too. Maybe i typed this code wrong...Here it is. [UPDATED, but still doesnt work.]

Code: [Select]
//Datablock Sounds

datablock AudioProfile(Thanks)
{
filename = "./Thanks.wav";
description = AudioClosest3d;
preload = false;
};

//Package ThanksSound

package ThanksSound
{
function servercmdThanks(%client)
{
%client.lastThanksTime = $Sim::Time;
%pos = %client.player.gettransform();
if($Sim::Time - %client.lastThanksTime > 10000)
{
  %player.playAudio(soundThanks);
}
else
{
%client.chatMessage("\c6You are doing that too much.");
}
}
};
activatepackage(ThanksSound);

If you help this, I can give you this addon. Thanks.

4090
General Discussion / Re: Pecon7's Boss Battles! - Beta tomorrow?
« on: September 03, 2012, 12:04:18 AM »
Name: Visolator
ID: 20490
Reason to join: I want join the beta because I want to see the progress of the server, and I will try to find the glitches that are not supposed to be on the server such as the buildings, bosses, hazards and things like that.

4091
General Discussion / Re: Pecon7's Boss Battles! V3
« on: July 30, 2012, 03:32:03 PM »
What about Red 13 by Paragonx9? http://forum.blockland.us/index.php?topic=201553.0

4092
Music / Paragonx9 - Red 13
« on: July 25, 2012, 12:02:00 AM »
This is Red 13 by Paragonx9, this song was made this year, so I figured I would cut and convert this to a 25 second loop.


LINK to song: http://www.newgrounds.com/audio/listen/464352
 
LINK to Download: http://www.mediafire.com/?pvbgdcywdox9q8m
(If you don't know where to put this, download the file, then go see Badspots topic of where to put your music.)

Enjoy!

4093
Add-Ons / Re: Sound: Phaser Fire
« on: January 26, 2012, 09:47:55 PM »
Well he said that Blockland won't let him join for some odd reason...idk, email him.

4094
Add-Ons / Re: Sound: Phaser Fire
« on: January 26, 2012, 07:29:25 PM »
Ask my friend, email him, it was his idea
: DartageProductions@gmail.com

4095
Add-Ons / Sound: Phaser Fire
« on: January 26, 2012, 06:02:06 PM »
This sound is Phaser Fire, I tested it and it works. And it may have a different name on it, it was one of my friends.

Click this link -->http://www.mediafire.com/?rcu4lq1sgeeeh21 and right click "save target as..." and save it to your Blockland>Add-Ons folder. Hope you like it!

Pages: 1 ... 268 269 270 271 272 [273] 274 275