fl3nd3r 0 Posted January 7 I'm trying to make the terrorist available to all houses for my own project, but I can't. I don't understand why .. since I've done this many times with other units/special units, "for example" with Desolator. This is the simple code I used: [TERROR] Owner = Alliance, French, Germans, British, Africans, Arabs, Confederation, Russians, YuriCountry, Americans RequiredHouses = Alliance, French, Germans, British, Africans, Arabs, Confederation, Russians, YuriCountry, Americans Prerequisite = GAPILE Anyone know why it doesn't work? Share this post Link to post Share on other sites
CCCP84 73 Posted January 8 (edited) Try "Owner=-1RequiredHouses =-1" I dont know if it will work, but try... Edited January 8 by CCCP84 Share this post Link to post Share on other sites
fl3nd3r 0 Posted January 8 Solved, emn ... at the bottom of the page I found this vacant code that invalidated everything: [TERROR] Owner = RequiredHouses = I don't know how it came : - | Tx to all :V Share this post Link to post Share on other sites
cypher 112 Posted January 8 Haha...sounds like me 1 Share this post Link to post Share on other sites
YosefAnan 175 Posted January 9 (edited) Guys it's easy! Do this trick: If you want it to be available for all players just make a mailbox out of the map, then assign that mailbox to the players' house like in the image: Save the map and open it by notepad++ then write the code: [TERROR] Prerequisite=CAMISC04 and you can give free spysat in the same time for all players by adding this code to the mailbox: [CAMISC04] Name=Mail Box Spysat=yes Edited January 9 by YosefAnan Share this post Link to post Share on other sites
NHG(N_HuyGamingVN) 10 Posted January 9 (edited) Try this: [TERROR]Owner = Alliance, French, Germans, British, Africans, Arabs, Confederation, Russians, YuriCountry, AmericansRequiredHouses = Alliance, French, Germans, British, Africans, Arabs, Confederation, Russians, YuriCountry, AmericansPrerequisite = BARRACKS The Engineer also use Prerequisite = BARRACKS type. Though, they have different voice... Edited January 9 by NHG(N_HuyGamingVN) 1 Share this post Link to post Share on other sites
fl3nd3r 0 Posted January 10 On 1/9/2021 at 10:05 AM, YosefAnan said: Guys it's easy! Do this trick: If you want it to be available for all players just make a mailbox out of the map, then assign that mailbox to the players' house like in the image: Save the map and open it by notepad++ then write the code: [TERROR] Prerequisite=CAMISC04 and you can give free spysat in the same time for all players by adding this code to the mailbox: [CAMISC04] Name=Mail Box Spysat=yes Interesting solution.. Share this post Link to post Share on other sites
McPwny 126 Posted January 10 give those mailboxes the Immune= tag so they dont get knocked out with a nuke 1 Share this post Link to post Share on other sites
Concolor1 22 Posted Sunday at 10:31 PM You could also add Invisible=yes so it can’t be seen on the map, but grants its attributes. 1 Share this post Link to post Share on other sites