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

Script Request

Ronaldino

Esso Eh
Joined
Dec 25, 2007
Messages
745
Reaction score
0
Hello.

There is any fully working enchanting weapon script for TFS? Because my script is bugged (Can shoot only one time and weapon is broken, like ice rapier).
 
doesn't it work to just change the "Charges" in items.xml to 100 or whatever?

I got this for example:

Code:
	<item id="7746" name="mystic blade">
		<attribute key="weight" value="5000"/>
		<attribute key="attack" value="44"/>
		<attribute key="defense" value="25"/>
		<attribute key="weaponType" value="sword"/>
		<attribute key="charges" value="1000"/>
		<attribute key="decayTo" value="7384"/>
		<attribute key="decayTo" value="7406"/>
        <attribute key="extradef" value="2"/>
		<attribute key="showduration" value="1"/>
	</item>

I think everything is OK. Here :/
 
Code:
		<attribute key="decayTo" value="7384"/>
		<attribute key="decayTo" value="7406"/>

Why 2 decays? o_o
 
someone said that you have to change that in sources becouse the max was something like 250~ charges

yours Evil Hero,
 

Similar threads

  • Question Question
Replies
14
Views
674
Back
Top