• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Assassin stars

bugdan

New Member
Joined
Aug 10, 2007
Messages
20
Reaction score
1
when i am attack a monster/player thay look like spears, how can i change this?
 
items.xml i think ..
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"/>
        [COLOR=Red]<attribute key="shootType" value="redstar"/>[/COLOR]
        <attribute key="range" value="5"/>
        <attribute key="breakChance" value="8"/>
        <attribute key="ammoAction" value="moveback"/>
    </item>
 
Back
Top