• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Items.xml !

Vrotz

Member
Joined
Apr 7, 2011
Messages
1,071
Reaction score
7
Location
Brazil
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:
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>
 
Back
Top