Community Forums > Voobly General > General Discussion / Off Topic > How to disable a building on a custom map
1 User(s) are reading this topic (in the past 30 minutes)
0 members, 1 guests
0 members, 1 guests
What's popular right now:








AoKTS updates (102 users)

Word Association (94 users)

CBA PathBlood 1.8.2 (52 users)

1.6 reward campaing (50 users)

New CBA Hero now supports HD / D... (28 users)

CBA HERO v18 (23 users)

TIW 2020 Map votes (22 users)
Most active threads in past week:







Strange bug (6 posts)

Unable to spec 1.6 game data games (6 posts)

a problem in download (4 posts)

Elite skins for 1.6 (3 posts)

Is this game supported? (2 posts)

Is the last official update (2.0... (1 posts)
[You must login to view link]#
You can not disable the building as it's triggered by Feudal Age. What you can do is modify the attribute ATTR_TRAIN_BUTTON, put it to 0 or some very big number so it doesn't appear. I'm not sure how the hotkey will react, though. You can also set their health to negative so it dies instantly.
The point is that throught the ATTR_SET command you can modify attributes of units, maybe some of them help your purpose.
Actually, there's also the ATTR_DISABLE command. That one could work or serve a different purpose with similar name.
You should write something like:
Write this before the <PLAYER_SETUP> section
and inside the <PLAYER_SETUP>:
Here is a full example, for an Arabia-like map:
In Wololokingdoms and later versions of the game, they are programmed in the game. Otherwise, you have to define them