How can I set one item to be automatic use in the skill bar?
like soul shot D grade, you just right-click on it and it's automatic with a glass panel on it.
item_name_begin id=1463 name=[Soulshot: D-grade]
<etcitem id="1463" name="Soulshot: D-grade">
<!-- [soulshot_d] -->
<set name="class" value="CONSUMABLE"/>
<set name="crystal_type" value="D"/>
<set name="icon" value="icon.etc_spirit_bullet_blue_i00"/>
<set name="price" value="10"/>
<set name="stackable" value="true"/>
<set name="type" value="OTHER"/>
<set name="weight" value="3"/>
</etcitem>
i dont think the secret/solution is at server XML or itemname/etrcitemgrp.dat files on system...
someone knows how to make it? thanks
like soul shot D grade, you just right-click on it and it's automatic with a glass panel on it.
item_name_begin id=1463 name=[Soulshot: D-grade]
<etcitem id="1463" name="Soulshot: D-grade">
<!-- [soulshot_d] -->
<set name="class" value="CONSUMABLE"/>
<set name="crystal_type" value="D"/>
<set name="icon" value="icon.etc_spirit_bullet_blue_i00"/>
<set name="price" value="10"/>
<set name="stackable" value="true"/>
<set name="type" value="OTHER"/>
<set name="weight" value="3"/>
</etcitem>
i dont think the secret/solution is at server XML or itemname/etrcitemgrp.dat files on system...
someone knows how to make it? thanks