Blockland Forums > General Discussion
Lava Escape! - (Public Server is being hosted!)
.:FancyPants:.:
Name: .:FancyPants:. (both here on the forums and in-game)
BL_ID: 10238
What times are you usually on Blockland?: Monday - Friday 4PM - 9PM PST, Saturday + Sunday 11AM - 3PM PST
Timezone: GMT -8 or West Coast USA, that would translate to Monday - Friday 12AM - 5AM GMT 0, Saturday + Sunday 7PM - 11PM GMT 0.
|Orange|:
Oh yeah, I'm best contacted through Steam
http://steamcommunity.com/id/SKIPPYSKIP/
Vaux:
Name: Vaux
BL_ID: 17245
What times are you usually on Blockland?: Monday - Friday 2PM - 9PM, Weekends 11AM - 10PM
Timezone: EST - East Coast 'Merica
Conan:
have the occasional pushbroom dm match. or have builds where going an alternate route gives you a pushbroom/weapon, but its longer and more dangerous than going straight for the win.
Zeblote:
--- Quote from: Wrapperup on May 23, 2013, 09:28:56 PM ---Actually, yes there is. Put your env water on the max height, that how high it can go.
--- End quote ---
This is how you make the lava go higher:
--- Code: ---function fixWater()
{
waterPlane.setTransform("0 0 -0.5 1 0 0 0");
waterZone.setScale("1000000 1000000 1000");
waterZone.setTransform("-500000 500000 -1000 1 0 0 0");
waterPlane.sendUpdate();
}
function setWaterHeight(%height)
{
waterPlane.setTransform("0 0" SPC %height - 0.5 SPC "1 0 0 0");
waterZone.setTransform("-500000 500000" SPC %height - 1000 SPC "1 0 0 0");
waterPlane.sendUpdate();
}
--- End code ---