flatten ground GM command

Welcome to the Life is Feudal: MMO community! Here you can ask your basic starters questions.

Effka
Beta Tester
 
Posts: 11
Joined: 21 Nov 2014, 15:07

flatten ground GM command

Post by Effka » 29 Jan 2015, 16:36

Hello, I want to ask one thing: is there any instant ground flatten command? THX for answers :D


Orthe
 
Posts: 42
Joined: 09 Dec 2014, 14:23

Re: flatten ground GM command

Post by Orthe » 29 Jan 2015, 18:09

This is rather difficult to answer.


So let me start by saying. There is no such thing. Sorry to get your hopes up at this time. Feature not yet implemented.


Sebas555
 
Posts: 246
Joined: 10 Jan 2015, 02:01
Location: Quebec, Canada

Re: flatten ground GM command

Post by Sebas555 » 29 Jan 2015, 18:12

What can say from what I've seen is that when I asked for help to a GM to fix issues with terraforming, I was watching him work and he could terraform at the speed of light and do pretty much what we wanted to do... it was not instant but very effective.


Archaismic
 
Posts: 9
Joined: 16 Oct 2015, 21:59

Re: flatten ground GM command

Post by Archaismic » 26 Feb 2016, 04:47

im just going to bump this... because there SERIOUSLY needs to be a friggin GM shortcut for this

seriously....

like


seriously

User avatar
Knar
Zealous Believer
 
Posts: 33
Joined: 20 Sep 2014, 15:38

Re: flatten ground GM command

Post by Knar » 28 Jun 2016, 00:41

I guess all this time nobody figured out a way? Been googling and didn't find any answers so I figured out my own way.

Basically what you do is raise each tile that you want to flatten by 1 with rock, then execute this SQL command in heide or mysql or w/e your database is on:

Code: Select all
UPDATE geo_patch
SET Altitude='5044', LevelFlags='1'
WHERE Substance='11';


For the altitude, the last 2 digits are the thing that matters, in the code above that would flatten it to 4.4 . If you wanted everything to be raised to 7, you would do 5070 for the altitude. The altitude you set has to be higher than each tile, it won't lower terrain only raise. This is obviously best to do on a fresh server.

Hope this helps someone out there :)

Return to Newcomer Section