Jump to content
Sign in to follow this  
maticsito123

Gems LVL HELP!

Recommended Posts

6 hours ago, maticsito123 said:

How i can upgrade lvl of one gem? Example: Cracked GEMS lv 9 max 

i believe it is in the function "begin_unite_item" in forge.lua...

 

what files are you using?

Share this post


Link to post
Share on other sites

GameServer\resource\script\calculate\forge.lua

 

Function can_unite_item_main

if ItemType2 == 49 and ItemType3 == 49 then
	if Item2_Lv >= 9 or Item3_Lv >= 9 then
		SystemNotice ( role , "Gem Lv max")
		return 0
	end
end

 


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