prototype00 Posted April 15, 2021 Posted April 15, 2021 (edited) Guys the npc is doing the enchantments without charging anything, I need to add an item for charging the enchantment the item would be Id 6608 could you help me. Temporal.txt Edited April 15, 2021 by prototype00 Quote
0 buraquera Posted April 16, 2021 Posted April 16, 2021 Add this on line ~40, before // Randomize each Option Slot: if (!countitem(6608)){ mes "Você não possui nenhuum " + getitemname(6608) + "."; close; } delitem(6608,1); 1 Quote
0 prototype00 Posted April 16, 2021 Author Posted April 16, 2021 10 hours ago, prototype00 said: Guys the npc is doing the enchantments without charging anything, I need to add an item for charging the enchantment the item would be Id 6608 could you help me. Temporal.txt 8.04 kB · 0 downloads Thanks Quote
Question
prototype00
Guys the npc is doing the enchantments without charging anything, I need to add an item for charging the enchantment the item would be Id 6608 could you help me.
Temporal.txt
Edited by prototype002 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.