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

Solved block damge

Elgenady

Veteran OT User
Joined
Aug 5, 2011
Messages
1,638
Solutions
35
Reaction score
352
anyone can say code to use it in block damge i need % when player use x items block % from damge or all damge anyone can give me code for this
 
try to use your imagination :) what does block all elemental damage? how about a might ring?

Code:
    <item id="2164" article="a" name="might ring">
        <attribute key="weight" value="100"/>
        <attribute key="slotType" value="ring"/>
        <attribute key="charges" value="20"/>
        <attribute key="showcharges" value="1"/>
        <attribute key="absorbPercentAllElements" value="20"/>
    </item>

so
Code:
<attribute key="absorbPercentAllElements" value="20"/>
 
You want an item, that when you use it, it blocks damage?

How long will it block the damage?
Will it block all damage or just a percent?
Can you use it on creatures? Like a rune? Or just players? Or just yourself?
 
well do you want it to block the next attack or any attacks the next 10 seconds? it's kinda hard with the information you gave
 
k guys first i need it block damge for 5 sec all damge and version i use is tfs 0.4 dev C 8.60
 
Back
Top