Jump to content
Sign in to follow this  
maticsito123

Help With Gems

Recommended Posts

Hi, you mean example if they are forged in boots to make them forge in gloves?

 

This is done in "resource\script\calculate\variable.lua" file. You find the "StoneItemType" table and you change the values you want. The StoneItemType[xx] index of your gem you find it in "resource\stoneinfo.txt" and the values are:

 

1 = 1 handed sword
2 = 2 handed sword
3 = Bow
4 = Firegun
7 = Daggers
9 = Staff
11 = Shield
20 = Cap
22 = Armor
23 = Gloves
24 = Boots
27 = Tattoo

 

So for example if you want to make Eye of Black Dragon forgeable in gloves and boots, you find in StoneInfo.txt that Eye of Black Dragon = 13 and then you change StoneItemType[13] in variable.lua to StoneItemType[13] = { 23,24,0 }

  • Like 1

Share this post


Link to post
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
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Sign in to follow this  

×
×
  • Create New...