Jump to content


Eazy-E 123

Member Since 24 Jan 2019
Offline Last Active Feb 04 2022 07:39 PM

Posts I've Made

In Topic: Athelas Filter

18 July 2020 - 01:03 PM

You can only filter it by Kindof sorry

heal powers don't support object filters

thanks 


In Topic: Buildings Exp Bug

21 May 2020 - 11:56 AM

Mark this as solved since i helped u on discord

I don't know how :)


In Topic: Multiple Task like Fortress

09 May 2020 - 10:24 PM

most likely not ,

game is such that it would look bad if two hordes try to come out of door at the same time 

And you don't even want to mess with upgrades at the same time , your inviting crashes   

thanks


In Topic: Vanila Balrog is Strange

07 May 2020 - 11:20 AM

Like the commandbutton say it's not a specialpower, it just fire the "SECONDARY" weapon from the balrog weapon slot instead of using behaviors

  Command                  = FIRE_WEAPON
  WeaponSlot              = SECONDARY

Weapon = SECONDARY    MordorBalrogWhip

tho using special power work better than using special weapons for ability like that, we converted it to a special power for 2.02

I will see, thanks  :)


In Topic: Unit Carry the Ring

01 May 2020 - 03:08 PM

You can use something like this:

       //Toggle CommandSet Based on condition flags
	Behavior = MonitorConditionUpdate ModuleTag_CommandSetSwapper
		ModelConditionFlags			= HOLDING_THE_RING maybe?
		ModelConditionCommandSet	= CommandSetOneRing
        End 

If it doesn't work use the ring's upgrade to give to the object a ModelCondition and THEN use this code. :)

thanks I will try :)