• 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

Nosaa

New Member
Joined
Mar 6, 2013
Messages
31
Reaction score
0
how i can make assassin star infinity ?? and viper star too ?

im noob in scripts and new
 
removeWeaponAmmunition = false
removeWeaponCharges = false
removeRuneCharges = true

- - - Updated - - -

and not infinity :S
 
If you want to just change ONE item go into you items.xml and remove this line from Assassin star
Code:
<attribute key="breakChance" value="33"/>


it should look like this

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="ammoAction" value="moveback"/>

Rep if it helps
 
Back
Top