Jump to content

LaD3

Member
  • Posts

    7
  • Joined

  • Last visited

Everything posted by LaD3

  1. LaD3

    Max XP on single action

    Added These checks, after digging it was seemingly random if (!double.IsFinite(exp)) { Puts($"AwardXP: non-finite XP value ({exp}) for {player.displayName}[{player.UserIDString}] from {source_string ?? source?.ShortPrefabName ?? "unknown source"}"); return; } if( exp <= 0 ) return; if (exp >= 100000) Puts($"AwardXP: unusually large pre-mod XP ({exp}) for {player.displayName}[{player.UserIDString}] from {source_string ?? source?.ShortPrefabName ?? "unknown source"}"); if (exp > 20000 && source_string != "command") { Puts($"AwardXP: capped pre-mod XP ({exp}) for {player.displayName}[{player.UserIDString}] from {source_string ?? source?.ShortPrefabName ?? "unknown source"}, returning early"); return; }
  2. LaD3

    Max XP on single action

    I added those debug lines after the XP Sharing comment at line 10822
  3. LaD3

    Max XP on single action

    Added logs to the AwardXP function and got the above
  4. LaD3

    Max XP on single action

    [Skill Tree] SkillTreeAwardXP pre mod : Infinity [Skill Tree] SkillTreeAwardXP post mod : Infinity [Skill Tree] SkillTreeAwardXP excessXP : Infinity { "Channel": 2, "Message": "\"<color=#ffae00>User</color> reached level <color=#4cff03>100</color>!\"", "UserId": "", "Username": "AscentGuide:", "Color": "#eee", "Time": 1778346815 }
  5. LaD3

    Max XP on single action

    Not sure the full cause but it happened to me while crafting and another user had it happen when destroying a barrel. XP bar ends up saying infinity/lvl100xp.
  6. LaD3

    Custom Crops

    Is there a way we can get a section of the config that will let us set the clone? Looks like it is currently hard coded based on the seed type.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.6m
Total downloads
Customers
11.4k
Customers served
Files Sold
163.3k
Total sales
Payments
3.5m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.