Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. NihilRex
    3. Topics
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups
    • Blog

    Topics created by NihilRex

    • Random `.startsWith is not a function` bug
      Private servers • • NihilRex

      6
      6
      Posts
      8195
      Views

      Yes, and the first step to diagnosing what is going wrong in the private server is to see what role contains when the error happens. I didn't say it was a problem with your code, just that modifying your code is the quickest way to get insight into the problem.
    • CPU Limit static?
      Private servers • • NihilRex

      3
      3
      Posts
      4658
      Views

      This is intended behavior. Private servers don’t have CPU linked to GCL, but is always set to 100 (or 30 in older server versions). Also, you can set any CPU limit you wish by a CLI command: storage.db['users'].update({username: myUserName}, {$set: {cpu: 200}});
    • Script execution has been terminated due to a fatal error: Error: Invalid room name
      Technical Issues and Bugs • • NihilRex

      2
      2
      Posts
      3941
      Views

      There was an issue on attempts to pathfind out of the map borders (i.e. into rooms with 71+ coordinates). It is fixed now.