claww Posted June 20, 2011 Posted June 20, 2011 How can i add a weapon +10 as example to shop multisell i did like that but nothing happen weapon is still +0 <!-- Eternal Core Sword --> <item id="3"> <ingredient id="3483" count="70"/> <production id="15873" count="1" enchant="10"/> </item> don't work.... some one can help me ? i know it work i had one shop like this on interlude if i remmeber ... my server now is freya
0 Gries Posted June 20, 2011 Posted June 20, 2011 <list> <!-- Eternal Core Sword --> <item id="1"> <ingredient id="3483" count="70" enchant="0"/> <production id="15873" count="1" enchant="10"/> </item> </list> Try with this should work :D
Question
claww
How can i add a weapon +10 as example to shop multisell
i did like that but nothing happen weapon is still +0
<!-- Eternal Core Sword -->
<item id="3">
<ingredient id="3483" count="70"/>
<production id="15873" count="1" enchant="10"/>
</item>
don't work.... some one can help me ? i know it work i had one shop like this on interlude if i remmeber ... my server now is freya
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now