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

Healing Necklace

Werewolf

Forbidden Ascension
Joined
Jul 15, 2012
Messages
886
Reaction score
123
Im using TFS 0.3.6

In Data/Items/Items.xml
XML:
<item id="10305" article="an" name="Major Necklace of Healing">
		<attribute key="weight" value="420"/>
		<attribute key="slotType" value="necklace"/>
		<attribute key="reflectpercentHealing" value="50"/>
		<attribute key="absorbPercentHealing" value="-50"/>
	</item>
THis is a necklace i wanted to Increase the amount of healing dmg you get healed , and reflects Hp back if a healer decided to heal you, However these values dont work... Can anyone get them to work? (If its possable)

Also: In Data/Movments/Movments.xml

XML:
<movevent type="Equip" itemid="10305" slot="necklace" event="function" value="onEquipItem"/>
	<movevent type="DeEquip" itemid="10305" slot="necklace" event="function" value="onDeEquipItem"/>
 
Last edited by a moderator:
Does anything of those attributes work?
Does it increase your own healing? Which part works or nothing at all?


As Loney already mentioned chose a correct title, I renamed it for you.
The next thread without a proper title will get deleted without further notice.
 
The Necklace is Supposed to increase all healing values to self, Your heals or an exura sio,

Also if somone Heals you with exura sio, It should Heal the person who Healed you, 50% of the heal value, If that makes any seance.
 
Last edited:
bump

- - - Updated - - -

Does anyone know how to Make the necklace Increase Healing Values to the wearer?
 
Last edited:
Oh sorry i never seen that before oddly... Sorry Summ

None Of it Works sadly, The Value Healing* Just Doesn't even exist apparently, Would it be possible to Make a New attribute Type?

To my Knowledge, Making a healing attribute is no different then making any other damage attribute, Healing the same as damage just in reverse.
 
else if(tmpStrValue == "reflectpercenthealing")

else if(tmpStrValue == "increasehealingvalue")

Make sure you write it correctly.
 
You dont put it anywhere.
You take the keywords which are mentioned there and try them in items.xml
 
Only put that values and convert it into a attribute of items.xml, only look if you written it in a right way.
 
You should put this on items.xml

XML:
<attribute key="reflectpercenthealing" value="50"/>
<attribute key="increasehealingvalue" value="-50"/>

If isn't working, this functions aren't available, but you can take a try, you have upper-cases in your lines, and wrong attribute, so try with above ones.
 

Similar threads

Replies
0
Views
209
Back
Top