Hello, it would like to know the because of this to be happening. To assassin star when the player plays against another appears to star going to the player. I edited to Snowball and Viper Star and both they are not functioning! They had mischief normally but dont appear going in direction to the players, barely the mischief.
What can be? im going to place both here.
Assassin star:
Viper star:
Snowball
What can be? im going to place both here.
Assassin star:
Code:
<item id="7368" article="an" name="assassin star" plural="assassin stars">
<attribute key="weight" value="200" />
<attribute key="attack" value="65" />
<attribute key="weaponType" value="distance" />
<attribute key="shootType" value="redstar" />
<attribute key="range" value="4" />
<attribute key="maxHitChance" value="90" />
<attribute key="ammoAction" value="moveback" />
</item>
Viper star:
Code:
<item id="7366" article="a" name="viper star" plural="viper stars">
<attribute key="weight" value="200" />
<attribute key="attack" value="85" />
<attribute key="weaponType" value="distance" />
<attribute key="shootType" value="greenstar" />
<attribute key="range" value="8" />
<attribute key="maxHitChance" value="95" />
<attribute key="ammoAction" value="moveback" />
</item>
Snowball
Code:
<item id="2111" article="a" name="snowball" plural="snowballs">
<attribute key="weight" value="200" />
<attribute key="attack" value="75" />
<attribute key="weaponType" value="distance" />
<attribute key="range" value="5" />
<attribute key="maxHitChance" value="90" />
<attribute key="ammoAction" value="moveback" />
<attribute key="shootType" value="snowball" />
</item>