• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • FATE bot crazy illegible fate names

    Discussion in 'Rebornbuddy Support' started by papatoast, Jul 13, 2014.

    1. papatoast

      papatoast Member

      Joined:
      Jan 15, 2010
      Messages:
      237
      Likes Received:
      0
      Trophy Points:
      16
      When I first start up the bot, the names of the FATEs in progress load in and look fine (as shown in the Blacklist in the image below), however, after a couple FATEs come and go, the names get all crazy looking:

      [​IMG]

      Clean install doesn't make a difference. Any suggestion what I can do to fix this? It makes it difficult to blacklist a FATE as I've no idea what one is what.
       
    2. RhysG

      RhysG Member

      Joined:
      May 16, 2010
      Messages:
      246
      Likes Received:
      4
      Trophy Points:
      18
      I have this, restarting the bot usually helps
       
    3. papatoast

      papatoast Member

      Joined:
      Jan 15, 2010
      Messages:
      237
      Likes Received:
      0
      Trophy Points:
      16
      As can be pretty easily inferred from the OP, restarting the bot loads up the names for the active fates, but once new fates start up they're all junk names as per the screengrab. So restarting only helps for the FATEs listed when it first starts.

      Honestly, what you're suggesting isn't a fix at all, it's a band-aid; a band-aid I'm well aware of and am currently employing to try fill out my blacklist. I'm posting here to see if there's a permanent solution to it, and if not, to have the bug squashed in future releases.
       
    4. RhysG

      RhysG Member

      Joined:
      May 16, 2010
      Messages:
      246
      Likes Received:
      4
      Trophy Points:
      18
      Thats fine, but I am suggesting what works for me, if your are not willing to listen to help from others then thats your loss.
      Only one person can make the fix and his life doesn't revolve around bug fixes for this bot.
       
    5. papatoast

      papatoast Member

      Joined:
      Jan 15, 2010
      Messages:
      237
      Likes Received:
      0
      Trophy Points:
      16
      My willingness to listen has nothing to do with it. You're not suggesting anything new: yours is just a standard captain obvious response. Your house is on fire? You really should get out!

      And if your clever line about how only one person can make the fix and how his life doesn't revolve around bug fixes for the bot ... how will he know about it if no one posts about it? How will it get added to the list of things to be done? If people don't report bugs then things will just stay broken.
       
    6. RhysG

      RhysG Member

      Joined:
      May 16, 2010
      Messages:
      246
      Likes Received:
      4
      Trophy Points:
      18
      You asked for a suggestion so you can fix it. I posted a suggestion that works for me 100% of the time.

      Grow up a bit instead of raging at any help you get, if it doesn't work for you then fine.
      Just because it doesn't work for you doesn't mean its the end of the world.
       
    7. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,327
      Likes Received:
      378
      Trophy Points:
      83
      If you know the name of the fate you want to blacklist you can edit the files with notepad inside the settings directory, otherwise this is a megalowpriority bug.
       
    8. lazer1211

      lazer1211 Member

      Joined:
      Jul 10, 2014
      Messages:
      164
      Likes Received:
      1
      Trophy Points:
      18
      Can you give an example of how the list should look in the file?
       
    9. papatoast

      papatoast Member

      Joined:
      Jan 15, 2010
      Messages:
      237
      Likes Received:
      0
      Trophy Points:
      16
      Thanks, that's the info I needed.

      Glad to hear it is on the list, even if it is at the bottom :)
       
    10. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,327
      Likes Received:
      378
      Trophy Points:
      83
      Code:
      {
        "IgnorePercentageFates": [
          503,
          504
        ],
        "IdleLocations": {
          "137": {
            "X": 471.071869,
            "Y": 16.5241165,
            "Z": 459.715179,
            "MagnitudeSqr": 433519.8,
            "Magnitude": 658.422241
          },
          "180": {
            "X": 74.70686,
            "Y": 44.8187141,
            "Z": -556.5413,
            "MagnitudeSqr": 317328.1,
            "Magnitude": 563.318848
          }
        },
        "BlackListedFates": [
          "Does Anyone Hear It","OTHER FATE NAME HERE","WHAT YET ANOTHER ONE"
        ],
        "IdleAction": 1,
        "MaxLevel": 3,
        "MinLevel": 40,
        "LevelCheck": true,
        "BossEnabled": true,
        "MonsterSlayingEnabled": true,
        "EscortEnabled": true,
        "BossPercentRequired": 0.0
      }
      
       

    Share This Page