Jump to content

barselon8

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral

About barselon8

  • Rank
    Cabin Boy

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. @Jonathan do you know where the calculations are for ATTR_ITEMC_MXHP?
  2. @Jonathan Yeah, I saw those functions. Couldn't understand what "ATTR_RADIX" but now it makes sense. Thank you! So, to translate ATTR_ITEMC_MXHP is MAXHP derived from items divided by 1000? Interesting math.
  3. @Jonathan I am interested in replicating this calculation in Unreal Engine 5. So, the more details I have, the better local mxhp_final=(BSMxhp(a) * MxhpIa(a) + MxhpIb(a) ) * math.max(0, MxhpSa(a)) + MxhpSb(a). I need to know how these values are calculated and what they are.
  4. @Jonathan Thank you! Is there an interpretation somewhere of what some of those variables mean?
  5. So, I understand that if we increase our attribute like con by 1 then there is a 60% chance we get +6 to our max health or 40% chance we get +9 to max health. However, how does it work with equipment that has +8 con for example? How does it calculate it? Does it always use the first value in that case? (+6 per each con)
  6. Can someone explain these calculations? --Attributes Growth Rate of Newbie Class Mxhp_con_rad1[JOB_TYPE_XINSHOU], Mxhp_con_rad2[JOB_TYPE_XINSHOU], Mxhp_lv_rad[JOB_TYPE_XINSHOU] = 3, 2, 15 Mxsp_sta_rad1[JOB_TYPE_XINSHOU], Mxsp_sta_rad2[JOB_TYPE_XINSHOU], Mxsp_lv_rad[JOB_TYPE_XINSHOU] = 1, 0, 3 Mnatk_str_rad1[JOB_TYPE_XINSHOU], Mnatk_str_rad2[JOB_TYPE_XINSHOU], Mnatk_dex_rad1[JOB_TYPE_XINSHOU], Mnatk_dex_rad2[JOB_TYPE_XINSHOU] = 1.5, 0.4, 0, 0 Mxatk_str_rad1[JOB_TYPE_XINSHOU], Mxatk_str_rad2[JOB_TYPE_XINSHOU], Mxatk_dex_rad1[JOB_TYPE_XINSHOU], Mxatk_dex_rad2[JOB_TYPE_XINSHOU] = 1.5, 0.4, 0, 0 Def_con_rad1[JOB_TYPE_XINSHOU], Def_con_rad2[JOB_TYPE_XINSHOU] = 0.1, 0.1 Hit_dex_rad1[JOB_TYPE_XINSHOU], Hit_dex_rad2[JOB_TYPE_XINSHOU] = 0.6, 0 Flee_agi_rad1[JOB_TYPE_XINSHOU], Flee_agi_rad2[JOB_TYPE_XINSHOU] = 0.6, 0 Mf_luk_rad[JOB_TYPE_XINSHOU] = 0.39 Crt_luk_rad[JOB_TYPE_XINSHOU] = 0.31 Hrec_bsmxhp_rad[JOB_TYPE_XINSHOU], Hrec_con_rad[JOB_TYPE_XINSHOU] = 1/200, 1/8 Srec_bsmxsp_rad[JOB_TYPE_XINSHOU], Srec_sta_rad[JOB_TYPE_XINSHOU] = 1/100, 1/12 - Aspd_agi_rad[JOB_TYPE_XINSHOU] = 1.1 Str_updata[JOB_TYPE_XINSHOU] = 0.2 Dex_updata[JOB_TYPE_XINSHOU] = 0.1 Con_updata[JOB_TYPE_XINSHOU] = 0.6 Agi_updata[JOB_TYPE_XINSHOU] = 0.1 Sta_updata[JOB_TYPE_XINSHOU] = 0.1 Luk_updata[JOB_TYPE_XINSHOU] = 0.1
×
×
  • Create New...