Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: kojak488 on January 03, 2013, 10:10:02 pm
-
Does anyone know of a list for what the values in ImplicitTargetA and ImplicitTargetB from the spell.dbc coorespond to? I'm trying to make a spell that drops a chest that is lootable by both Horde and Alliance, but I can't seem to find an implicit target value that will let the opposing faction loot the object. My guess is it's being limited by the implicit targets since the object itself isn't set to a specific faction.
-
I do not think that you want to add Implicited Targets, because that would means steady values (and thus, given enemies to an extend. Might be wrong though, but I think that's their meaning). Try looking AoE spells up. Though I assume you have to make the spell quite hacky, e.g. have the gameobject drop on casting.
EDIT:
http://www.wowhead.com/spell=39055/flames-of-chaos (http://www.wowhead.com/spell=39055/flames-of-chaos" onclick="window.open(this.href);return false;)
I could imagine this one to be a possiblity.
EDIT².
-
It looks like I solved it. I was using a base spell with effect of 50. I changed the effect to 76 for summon_object_wild and put all 0's in the implicit targets and now both factions can loot it.