can u expalin more exactly how to do it? sorry but my eng not its so much good xd id on spells.xml exactly where on conjureid reagentid? and items what i change sorry im newbie xdid 8753
copy mw attributes in items.xml to this and replace it to this id in spells
ITEM_MAGICWALL
8753
<item id="8753" name="the shadow nexus" />
<item id="8753" article="a" name="magic wall">
<attribute key="type" value="magicfield" />
<attribute key="decayTo" value="0" />
<attribute key="duration" value="20" />
</item>
<movevent event="StepIn" itemid="8753" function="onStepInField"/>
<movevent event="AddItem" itemid="8753" function="onAddField"/>
regarding its functionality
try adding this to movements:
Code:<movevent event="StepIn" itemid="8753" function="onStepInField"/> <movevent event="AddItem" itemid="8753" function="onAddField"/>
<item id="8753" article="a" name="magic wall">
<attribute key="type" value="magicfield" />
<attribute key="decayTo" value="0" />
<attribute key="duration" value="20" />
</item>