31
Off Topic / HOLLOWMAN!!
« on: October 05, 2019, 06:16:49 AM »
professor x is looking for this guy dial 1-800 FOUND YA if you see him pls
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.
function GameConnection::buyHorse(%this,%color)
{
//You can only own one horse at a time
if(%this.ownsHorse != 1)
{
//Spawn the specified horse
%horse = new AiPlayer()
{
datablock = "HorseArmor";
position = %this.player.getTransform();
minigame = getMiniGameFromObject(%this);
rideable = true;
canRide = false;
isHoleBot = true;
};
//Set the color and owner
%paint = getColorIDTable(%color);
%horse.isHorse = 1;
%horse.setNodeColor("ALL",%paint);
%horse.buyer = %this;
%horse.owner = %this;
%horse.ownerName = %this.name;
%horse.setShapeName(""@%this.name@"'s Horse","-snip-");
%horse.stolen = 0;
%this.ownsHorse = 1;
%this.ownedHorse = %horse;
//Mount the player to it and give them control
%horse.controlOnMount = 1;
%horse.mountObject(%this.player,2);
//%this.player.setControlObject(%horse);
}
else
{
bottomPrint(%this,"<color:ff5500>You already own a horse!", 4);
}
}
1. Install Blockland LoaderWhen I remove Server_EnvironmentZones from the add-ons folder the server loads just fine?
1.1 Download the latest versions of Blockland.exe and BlocklandLoader.dll from this page.
1.2 Place both files in your Blockland folder. You will need to overwrite Blockland.exe.
1.3 Create a new folder called modules/ in your Blockland folder.
2. Prevent the launcher from overwriting the new Blockland.exe using one of the two ways:
2.A Set Blockland.exe to be read-only.
2.B Create .bat files similar to these and use them:
To launch a client: start blockland.exe ptlaaxobimwroe -noconsole -nosteam
To launch a server: start blockland.exe ptlaaxobimwroe -dedicated -nosteam
3. Install Selective Ghosting
3.1 Download the latest version of SelectiveGhosting.zip from this page.
3.2 Unzip the file and place SelectiveGhosting.dll in the new modules/ folder.
4. Install New Duplicator
4.1 Download the latest version of Tool_NewDuplicator.zip from this page.
4.2 Place it in your add-ons folder and enable it.
5. Install Environment Zones
5.1 Download the latest version of Server_EnvironmentZones.zip from below.
5.2 Place it in your add-ons folder and enable it. Done!