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

"increaseMagicPercent" in TFS 1.5

tuduras

Well-Known Member
Joined
Jun 4, 2017
Messages
340
Solutions
2
Reaction score
58
Hello, is possible to make item with atributte
LUA:
 <attribute key="increaseMagicPercent" value="110"/>
in tfs 1.5 ?
This code not work . It's from 0.4. Thankx
 
Did you try this?


Edit: This is XML vocation. Didn't see u wrote for "items" my bad
 
Last edited:
<attribute key="increaseMagicPercent" value="110"/>
Hello, is possible to make item with atributte
LUA:
 <attribute key="increaseMagicPercent" value="110"/>
in tfs 1.5 ?
This code not work . It's from 0.4. Thankx
Yes, it exists in TFS 1.5 and it’s basically the same.
increaseMagicPercent from older versions was just renamed to boostPercentMagic in newer ones — the function is the same, only the attribute name changed.
I tested and compiled it here and it worked fine.
You just need to add it to your source.

 
I'll try thanx for reply
Post automatically merged:

Did you try this?


Edit: This is XML vocation. Didn't see u wrote for "items" my bad
it's about equip and deequip item. not change in Vocation.xml
 
Back
Top