Jump to content
  • 0

Enchantment Value


prototype00

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  01/09/20
  • Last Seen:  

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 prototype00
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   8
  • Joined:  05/12/20
  • Last Seen:  

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);

 

  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  01/09/20
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...