• 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 star

Ganjita

Active Member
Joined
Dec 15, 2009
Messages
493
Reaction score
37
someone can help me? i wanna give to assasit star 100% hit chance, how i doing that?
 
<item id="7366" article="a" name="ass star" plural="ass stars">
<attribute key="weight" value="200" />
<attribute key="attack" value="70" />
<attribute key="weaponType" value="distance" />
<attribute key="shootType" value="greenstar" />
<attribute key="range" value="10" />
<attribute key="maxHitChance" value="100" />
</item>

where?
 
@Ganjita
That maxHitChance just puts the value for " max, highest " hit chance on that weapon, so if u would like it to be 100% all the time u should put this
<attribute key="HitChance" value="100" />
 
Back
Top