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

Lua FTS 1.0 Change damage - Wand's and Rod's

giddy92

New Member
Joined
Aug 8, 2014
Messages
69
Reaction score
0
How change DMG with Wands and Rods?
I have on Item.xml


Code:
    <item id="2187" article="a" name="wand of inferno">
        <attribute key="description" value="It unleashes the very fires of hell." />
        <attribute key="weight" value="2700" />
        <attribute key="weaponType" value="wand" />
        <attribute key="shootType" value="fire" />
        <attribute key="range" value="3" />
    </item>
 
Back
Top