prototype00 Posted April 15, 2021 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 01/09/20 Last Seen: January 13 Share 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 Link to comment Share on other sites More sharing options...
0 buraquera Posted April 16, 2021 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 68 Reputation: 8 Joined: 05/12/20 Last Seen: April 6 Share 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 Link to comment Share on other sites More sharing options...
0 prototype00 Posted April 16, 2021 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 01/09/20 Last Seen: January 13 Author Share 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 Link to comment Share on other sites More sharing options...
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 prototype00Link to comment
Share on other sites
2 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.