• Visit Rebornbuddy
  • What kind of plugin would you like to see?

    Discussion in 'Rebornbuddy Forum' started by Neverdyne, Jan 23, 2015.

    1. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      Hey guys, so I'm about to finish the plugin I'm working on currently and need some ideas of what to do next. What kind of plugin would you like to see? What functionality do you think you're sorely missing right now?
       
    2. becto

      becto Member

      Joined:
      Mar 14, 2014
      Messages:
      104
      Likes Received:
      5
      Trophy Points:
      18
      I would like to see a Spiritbinding plugin that would swap gear for you while grinding in any area.
       
    3. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      That's a pretty good idea actually, it fits perfectly with the plugin I'm making right now I'll include it as a feature.
       
    4. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      Not sure if it's possible, but would a plugin for completing animus books be possible? Obviously not the dungeon parts of it though.
       
    5. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      I'm afraid I don't know what Animus books are :(
       
    6. khld

      khld New Member

      Joined:
      Mar 7, 2014
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      A plugin to randomize ground targeted AoE attacks so its not always exactly pixel perfect on middle of the target...
       
    7. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      Basically, it's a quest for your relic weapon that can take a fairly long time to do. (grind lol) You purchase a book for 500 soldiery and you have to kill 100 monsters, 3 fates, 3 dungeons and 3 leve quests. You have to complete 9 books total.
       
    8. Endus

      Endus Community Developer

      Joined:
      Jul 9, 2012
      Messages:
      458
      Likes Received:
      6
      Trophy Points:
      18
      That would actually be up to the CR. Right now they are all set to cast @ "Core.Player.CurrentTarget.Location". There's probably a way to randomize it by a small offset (using MathEx or something), but honestly that's a bit beyond my current coding knowledge (despite all the work I've put into Ultima I'm still a newbie coder lol). If anyone who knows more than me could figure it out I could slap it in the CR.
       
    9. phdchristmas

      phdchristmas New Member

      Joined:
      Dec 20, 2014
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      0
      plugin that forces the char to use the global setting for using a mount on all bots. At the moment it seems only orderbot and fatebot use that option under "global."

      Same plugin to choose what mount you ride, "random" option.
       
    10. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      It's probably something more for a combat routine, but something that will use a specific skill when an enemy is readying a certain skill. ie if enemy X has the player targeted and readies Death Sentence then player uses (enter defensive cooldown name here).
       
    11. Buddernutz

      Buddernutz New Member

      Joined:
      Sep 28, 2011
      Messages:
      197
      Likes Received:
      0
      Trophy Points:
      0
      Garden Tender. Maybe run it like RePear and have a timer to set so it would teleport to your private house and fertilize and tend all plants in the garden patch.
       
      Last edited: Jan 24, 2015
    12. tides

      tides Member

      Joined:
      Dec 31, 2014
      Messages:
      57
      Likes Received:
      1
      Trophy Points:
      8
      crafting plugin plz
       
    13. kagamihiiragi17

      kagamihiiragi17 Community Developer

      Joined:
      Jun 24, 2014
      Messages:
      873
      Likes Received:
      25
      Trophy Points:
      0
      You're a brave person to ask for recommendations for a plugin, you're gonna get pulled in every direction by every person who can get their hands on you.
       
    14. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      More like a foolish person I see now lol
       
    15. xwillsotakux

      xwillsotakux New Member

      Joined:
      Jan 24, 2015
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      A plugin i would like to see is auto-login for when the game disconnects or maybe crashes
       
    16. Eklipse

      Eklipse New Member

      Joined:
      Dec 13, 2014
      Messages:
      208
      Likes Received:
      0
      Trophy Points:
      0
      this x1million
       
    17. exaccuss

      exaccuss Active Member

      Joined:
      Nov 10, 2013
      Messages:
      1,021
      Likes Received:
      6
      Trophy Points:
      38
      I'd like something that could do an alert if your tp drops to a certain %. Handy for bards.
       
    18. kagepande

      kagepande Community Developer

      Joined:
      Oct 20, 2014
      Messages:
      289
      Likes Received:
      11
      Trophy Points:
      18
      Should be simple enough I would think, seeing as a few CR's have Ninja routine use Goad on a target with low TP. With this I would assume making a plugin to display/alert low TP would be simple.
       
    19. kaihaider

      kaihaider Community Developer

      Joined:
      May 18, 2010
      Messages:
      1,325
      Likes Received:
      5
      Trophy Points:
      38
      Offsetting the point randomly would be easy but it would sometimes not be in a clickable location so you would need to continue generating new points until you cast. All you need is MathEx.GetPointAt with random rotation and distance.

      There's a INavigationProvider.MoveToRandomSpotWithin but no way to get the point it's self. Although you probably won't want to do that anyways because you would then only be able to use those ground spells when the target is on the mesh.

      I vaguely remember CanCastLocation doesn't work properly? If it does, you can keep plugging points into it until you find something castable, or maybe plug a custom method for the random point into your waited doaction. Then each wait check would use a new point.

      Sorry kind of off topic...
       
    20. BlueGua

      BlueGua New Member

      Joined:
      Jan 29, 2015
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      1
      I think a levequest (or you can say the "card quest") will be a faster way to level up, unlike fate bot (will stop when there is no fate available) it will just goes on and never stop questing. and hopefully it will teleport to the right zone :)
       

    Share This Page