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

Shoot trought magic wall? rep++

quinkan

New Member
Joined
Mar 15, 2009
Messages
125
Reaction score
0
Someone know how to make so players can shoot trough magic wall:):D rep++ for sure:)
 
Code:
 <item id="1498" article="a" name="magic wall">
        <attribute key="type" value="magicfield"/>
        <attribute key="decayTo" value="0"/>
        <attribute key="duration" value="15"/>
        <attribute key="blockprojectile" value="0"/>
    </item>

Could work.
 
Code:
 <item id="1498" article="a" name="magic wall">
        <attribute key="type" value="magicfield"/>
        <attribute key="decayTo" value="0"/>
        <attribute key="duration" value="15"/>
        <attribute key="blockprojectile" value="0"/>
    </item>

Could work.
rep++" thats my dawg"
 
Code:
 <item id="1498" article="a" name="magic wall">
        <attribute key="type" value="magicfield"/>
        <attribute key="decayTo" value="0"/>
        <attribute key="duration" value="15"/>
        <attribute key="blockprojectile" value="0"/>
    </item>

Could work.
damn... jsut one problem.. i want it to block runes/sd..
 
Back
Top