Hi
I want to recalculate the damage of a abilitie each time sonething happens. The only way I found to achiev this is the function "Catalog - Set value".
The problem is that I get a error message ingame saying: "Param not withing the boundries of CatalogReferenceSet: (Amount:-1,min=0,max=15)"
Hi I want to recalculate the damage of a abilitie each time sonething happens. The only way I found to achiev this is the function "Catalog - Set value". The problem is that I get a error message ingame saying: "Param not withing the boundries of CatalogReferenceSet: (Amount:-1,min=0,max=15)"
Is this the correct function for this problem or is there another workaround? I want to do as many things as possible with triggers.
Any Player is no valid player number. You need a loop iterating from 0 to 15 or over all "active players".
Every player got his own version of the catalog for his units/effects/etc.
Thanks that worked