Jump to content
DangThao

CA Balance

Recommended Posts

17 hours ago, ste said:

Hey how i can put Chaos Icicle with the balance of Chaos Argent?

 

 

On 1/24/2018 at 9:14 PM, Angelix said:

Yes, just look on all files where "garner2" is mentioned and add your map there.

 

Share this post


Link to post
Share on other sites
On 1/25/2018 at 5:33 AM, DangThao said:

Is it possible to assigned some maps to be like CA? where everything is balance? if so, how to do it? (Don't wanna play in attrcalculate).

idk how balance was made in your files but most files share the same idea so I will speak about the common here

 

first you go at : resource\script\calculate\skilleffect.lua

 

find the following function Phy_Dmg_A and inside of that function you should see

if map_name_ATKER == "garner2" or map_name_DEFER == "garner2" then
			if Can_Pk_Garner2 == 0 then
			dmg = math.floor( phy_atk  - phy_def ) * (1 - math.min (0.85 , phy_resist/100 )  ) 
			return dmg 
			end
		end

or something like that

 

just recopy those lines and between "" add the map name you want be similar to CA in power

 

Note : you may need to search for the magic part too but that one idk how was made in your files so the best solution is to search for every

if map_name_ATKER == "garner2" or map_name_DEFER == "garner2" then

line with that look and recopy its content then rename it to your map name

 

 

hope I helped and have a nice day.

Share this post


Link to post
Share on other sites

Already found another solution for it. I call the map from variable, if map is assigned there, it will be like garner2. This way there will not be any of the if map_name_ATKER == "garner2" or map_name_DEFER == "garner2" repeat. I know about that, just too many same code so i did with another way. Dont wanna spam that same line to all of the garner2 hehe 

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.


×
×
  • Create New...