What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Recent content by realBlue

  1. realBlue

    3/4 Banned today (7/8 total)

    Using mapbot for like an hour, all were banned at the same time. (They could have been flagged from the previous wave)
  2. realBlue

    3/4 Banned today (7/8 total)

    Just to warn everyone they're still banning actively! Edit: Only my trading bot survived the bans.
  3. realBlue

    Is there a way to stop Coroutines.ReactionWait() from logging?

    I have Coroutines.ReactionWait() in a while loop, while my bot is waiting for external input. My problem: It's hard to see essential information about why my bot isn't working when the log is filled with "[ReactionWait] Now sleeping 272 ms.". Also my log files have grown to over 37 MB per...
  4. realBlue

    how to make bot stop picking up normal/magic item?

    Are you using item filter or advanced item filter? You should also post screenshot from filter settings
  5. realBlue

    MapBot Guide/Support/Discussion

    Ah I understood you wrong. Good luck!
  6. realBlue

    MapBot Guide/Support/Discussion

    Make a sell and keep rules in your advanced item filter. Pickup: item.isMap, Keep: item.Name == "Burial Chamber", Sell: item.isMap My example might have typos so check it thoroughly. Edit: You might as well make it: Pickup: item.Name == "Burial Chamber", Keep: item.Name == "Burial Chamber"...
  7. realBlue

    Pick up, identifield and sell

    I'm not sure if linking this is allowed, but you can find a working aif here: https://www.dreamplugin.xyz/Forum/index.php?topic=42.0
  8. realBlue

    Pick up, identifield and sell

    Get Advanced Item Filter
  9. realBlue

    Couple of questions about making a plugin and the exilebuddy API.

    Thanks a lot! I succesfully set up a working prototype, though I had to set my plugin to the front of the tasklist. I'll have to take a look at TaskManager.tasklist and see if I can find a slot for the plugin. help/documentation.chm file was a great help, seems like you guys keep pretty...
  10. realBlue

    Couple of questions about making a plugin and the exilebuddy API.

    First: How do I include default packages such as EXtensions in my visual studio project? Second: I'm also a little confused about how "tasks" work, as in how do I stop the execution of other plugins and get control of the character for my needs. Example: stop mapping and go buy rare items from...
Back
Top