• Visit Rebornbuddy
  • Bunch of assist plugins

    Discussion in 'Plugins' started by MrUnreal, Oct 20, 2015.

    1. MrUnreal

      MrUnreal Member

      Joined:
      Oct 27, 2013
      Messages:
      66
      Likes Received:
      1
      Trophy Points:
      8
      Heya all,

      I have started to develop plugins that aid people when leveling by grinding. While the plugins are pretty basic, i find that they do what i found tedious and therefore I decided to share.

      QuickGrind
      A simple plugin that allows the user to quickly create a grinding profile with a single hotspot.
      1. Get to the area you want to grind
      2. In your bot settings allows the QuickGrind plugin and click the "Create" button it provides
      3. Save the profile to your preffered path
      4. ???
      5. Profit

      RegenBreak
      Pretty much a worse-off copy of Recovery plugin. Its way simplier and just stays in spot when on low health, allowing for regen of the toon (I used this one just to poke around plugin dev)

      Salvage
      WARNING: This WILL salvage your items
      Please be careful when using this plugin. What it will do is salvage any salvagable item in your inventory that you CANT equip. I use this to amke sure I dont run out of space

      RepairMe
      Plugin that will look for vendors nearby if your equipment is damaged. Currently, it is a bit buggy as i cant use Navigator or CommonBehaviours to navigate to the vendor, so it runs in a straight line instead (yup... quite sub optimal)

      Last but not least, please bear in mind that these plugins are work in progress. I am happy if people report bugs but dont expect me to implement tiny, very custom features.

      It is worth to note that all plugins require Common.cs to work.
      View attachment RepairMe.cs
      View attachment Salvage.cs
      View attachment Common.cs
      View attachment QuickGrind.cs
      View attachment RegenBreak.cs
       
      y2krazy likes this.
    2. daffy82

      daffy82 Member

      Joined:
      Apr 29, 2014
      Messages:
      129
      Likes Received:
      1
      Trophy Points:
      16
      These are very helpful. Thanks. Can you explain Common.cs? Where so I get it?
       
    3. paradoxial

      paradoxial New Member

      Joined:
      Jan 16, 2010
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      1
      It's in his post.
       
    4. daffy82

      daffy82 Member

      Joined:
      Apr 29, 2014
      Messages:
      129
      Likes Received:
      1
      Trophy Points:
      16
      argh i see... ty
       
    5. Wannbe

      Wannbe New Member

      Joined:
      Mar 14, 2014
      Messages:
      95
      Likes Received:
      1
      Trophy Points:
      0
      Does Salvage plugin also salvage items that aren't pieces of gear ? like decors
       
    6. MrUnreal

      MrUnreal Member

      Joined:
      Oct 27, 2013
      Messages:
      66
      Likes Received:
      1
      Trophy Points:
      8
      yup , all gone :D
       
    7. Tankall

      Tankall New Member

      Joined:
      Apr 2, 2015
      Messages:
      99
      Likes Received:
      1
      Trophy Points:
      0
      Anything special I have to do to get this to work? I know you said it was sub optimal, but I've had characters res a few feet from a vendor while having broken gear and they won't even attempt to interact with them
       
    8. MrUnreal

      MrUnreal Member

      Joined:
      Oct 27, 2013
      Messages:
      66
      Likes Received:
      1
      Trophy Points:
      8
      When making the plugin I didnt realize WB has support for repair and sell :p Its a tag in the profile :) Check DDs post !
       
    9. Tankall

      Tankall New Member

      Joined:
      Apr 2, 2015
      Messages:
      99
      Likes Received:
      1
      Trophy Points:
      0
      I see that now, guess I'm going to have a bunch of profiles to edit. Any way of incorporating vendors into the QuickGrind plugin so that it automatically becomes part of a profile? Also, when using QuickGrind, I've noticed that it will target and kill "critters" in the area you're in as well. Do you know if there's a way to set a minimum level of creatures that it goes after?
       
    10. MrUnreal

      MrUnreal Member

      Joined:
      Oct 27, 2013
      Messages:
      66
      Likes Received:
      1
      Trophy Points:
      8
      I am planning to rework the plugins very soon (probably at the end of the week) so they actually become useful :) Stay tuned
       
    11. daffy82

      daffy82 Member

      Joined:
      Apr 29, 2014
      Messages:
      129
      Likes Received:
      1
      Trophy Points:
      16
      I cant see any 'Create' buttom :S where is it located? I have marked the addon to load!
       
    12. MrUnreal

      MrUnreal Member

      Joined:
      Oct 27, 2013
      Messages:
      66
      Likes Received:
      1
      Trophy Points:
      8
      Select the addon and it should appear mate
       
    13. daffy82

      daffy82 Member

      Joined:
      Apr 29, 2014
      Messages:
      129
      Likes Received:
      1
      Trophy Points:
      16
    14. Tankall

      Tankall New Member

      Joined:
      Apr 2, 2015
      Messages:
      99
      Likes Received:
      1
      Trophy Points:
      0
      You need to select the name of the addon, not just the check box. If you click on the the QuickGrind name, the Create button should appear.
       
    15. daffy82

      daffy82 Member

      Joined:
      Apr 29, 2014
      Messages:
      129
      Likes Received:
      1
      Trophy Points:
      16
      Thanks mate... I right clicked and it worked!

      EDIT:
      I gewt this error when I run the profile I crated:

      Code:
      An error occured while loading the profile. Are you sure the profile contains no XML errors?
      XML Error: System.FormatException: Input string was not in a correct format.
         at System.Number.ParseSingle(String value, NumberStyles options, NumberFormatInfo numfmt)
         at System.Xml.XmlConvert.ToSingle(String s)
         at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderGrind.Read14_Hotspot(Boolean isNullable, Boolean checkType)
         at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderGrind.Read15_AreaContainer(Boolean isNullable, Boolean checkType)
         at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderGrind.Read16_Grind(Boolean isNullable, Boolean checkType)
         at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderGrind.Read17_Grind()
      Unknown profile element: <Grind>
        <GrindArea>
          <Hotspot X="814,4471" Y="-858,4177" Z="2285,073" Timeout="1" Range="150" />
        </GrindArea>
      </Grind> at line 2
       
      Last edited: Oct 27, 2015
    16. TehHuntorz

      TehHuntorz Member

      Joined:
      Jan 15, 2010
      Messages:
      60
      Likes Received:
      1
      Trophy Points:
      8
      Looks like something to do with your language settings and it putting ","'s in place of "."'s in the profile. Try replacing those and see how it works?
       
    17. daffy82

      daffy82 Member

      Joined:
      Apr 29, 2014
      Messages:
      129
      Likes Received:
      1
      Trophy Points:
      16
      It worked mate. Thanks!
       
    18. Ekitchi

      Ekitchi New Member

      Joined:
      May 16, 2013
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      0
      Hey guys, I only get the Profile Helper and Auto Equip boxes, when going into Settings.

      Though I put all the .CS files in the Plugins folder. :(
       
    19. y2krazy

      y2krazy Community Developer

      Joined:
      Jun 21, 2011
      Messages:
      2,803
      Likes Received:
      70
      Trophy Points:
      48
      Place each .cs in their own folder under "Plugins".
       
    20. Ekitchi

      Ekitchi New Member

      Joined:
      May 16, 2013
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      0
      So
      Plugins/Commons/Commons.cs, for instance?

      EDIT : Worked, thanks. <3
       
      Last edited: Oct 27, 2015

    Share This Page