Jump to content
Sign in to follow this  
martinx09

Forge straight to gem level (instead of 1 by 1)?

Recommended Posts

Is there a way to change the forge script so that instead of having to forge gems one by one (so, +1 then +2, then +3, etc),

to just forge straight to whatever the gem level is?

So, for example, if I have a weapon that has no gems in it, and I forge with Gem Lv5 it will go straight to +5, not +1.

Is this even possible?

Share this post


Link to post
Share on other sites

Did it, was simple enough.

In case anyone wants to do this in the future (for some reason..)

 

It's on SetJinglian_lv function in forge.lua
 

Item_StoneLv [i] = Item_StoneLv [i] + 1
Num = SetNum_Part3 ( Num , 1 )
Num = SetNum_Part5 ( Num , 1 )
Num = SetNum_Part7 ( Num , 1 )

 

These are the lines that matter, just change the 1 with Baoshi_Lv,

check that Item_StoneLv + Baoshi_Lv won't exceed 9 if that's your gem level first.

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