• 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 Donator Star

Ceejzor

Murica Born N Raised!
Joined
Jul 5, 2008
Messages
2,305
Reaction score
198
Location
USA - Philippines
I'm using the 0.3.6 engine I was just wondering if anyone knew how to make it so where a Donator Star would always hit its target..

For example say I shot a demon 25 times the Star would connect and do damage every 25 of those times I hit it ^.^

anyway thanks :thumbup:
 
/data/items/items.xml

There is something like "hitchance" or so... if not, just find an item that have that property and add it to your star (please try before you post "how i do that nclx?") ;s
 
PHP:
	<wand id="xxxx" level="x" mana="x" min="x" max="xxx" type="physical" event="function" value="default">
		<vocation id="3"/>
	</wand>

this will make it like a wand and hit enemys every time im pretty sure with physical.
gotta change item to wand and stuff 2 but its pretty simple to do
 
Back
Top