Jump to content
Sign in to follow this  
blazi10

Neck & rings Forgeable

Recommended Posts

Hello,

I wanna know how make neck and rings forgeable, and if anyone can tell me what number of StoneItemType i need put for neck and ring(for gems)?

Share this post


Link to post
Share on other sites
1 hour ago, blazi10 said:

 

I wanna know how make neck and rings forgeable

 

1 - Find "Item_CanJinglian_Num" in variable.lua

 

2 - add this below

Item_CanJinglian_ID[##] =25 -- Neck
Item_CanJinglian_ID[##] =26 -- Rings

##= change this for your next number ex: if your last line is Item_CanJinglian_ID[10] = ##

Then your next line would be Item_CanJinglian_ID[11] =25

 

 

3 - add the total line number in "Item_CanJinglian_Num = ##"

Ex: if you have 20 line then Item_CanJinglian_Num = 20

Edited by Ximboliex
  • Like 3

xbx3.png

Share this post


Link to post
Share on other sites
27 minutes ago, Ximboliex said:

 

1 - Find "Item_CanJinglian_Num" in variable.lua

 

2 - add this below


Item_CanJinglian_ID[##] =25 -- Neck
Item_CanJinglian_ID[##] =26 -- Rings

##= change this for your next number ex: if your last line is Item_CanJinglian_ID[10] = ##

Then your next line would be Item_CanJinglian_ID[11] =25

 

 

3 - add the total line number in "Item_CanJinglian_Num = ##"

Ex: if you have 20 line then Item_CanJinglian_Num = 20

Thank you so much, you are helping me a lot <3 btw Fixed ajr marriage without make new demonic fruit :D 

  • 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...