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

Search results

  1. Nuok

    Boolean for specific critera of an achievement

    Run this in the console and it should give the correct index's for the achievement, you will probably need to write your own code to use in a profile tho dont think it exists as one of the conditions. var id = 11263; var achiveInfo = Lua.GetReturnValues($"return GetAchievementInfo({id});"); var...
  2. Nuok

    Honorbuddy 3 - API Changes & Workarounds

    Credit to EchoTiger DoQuest is just some code that checks an array of questIds to see if you have any that arnt completed, its in the run code section of the profile. bool DoQuest(params uint[] questIds) { foreach (var questId in questIds) { if (HasQuest(questId)...
  3. Nuok

    does anyone know if the bot will go into the goblin portal "the vault"?

    Worked for me although got stuck in his cave, atleast i knew it worked i guess :)
  4. Nuok

    Archebuddy Download Link

    Nod32 keeps picking it up as a virus, while i know that it isn't you might want to take a look as it keeps getting deleted from my pc which is kinda frustrating ;) https://www.virustotal.com/uk/file/ade99989976a7c23f96bbba03c232c73798aa2c73655f8c5efa073f3898e32b2/analysis/1410682311/
  5. Nuok

    Changing Combat Routines

    Disable trinity in the plugin tab. In bot setting where it says last used delete whatever is in there and leave empty. Save Settings. Start bot and it will ask which you want to use.
  6. Nuok

    2.1 Tomorrow? Has DB been worked on in PTR?

    So so wrong, just not public :)
  7. Nuok

    ActorExists in the API

    ZetaDia.Actors.GetActorsOfType<DiaUnit>().FirstOrDefault(u => u.ActorSNO == THEIDHERE) != null Something like this, you can check the distance to a location too if you really need.
  8. Nuok

    The bot changes difficulty to normal after a while automatically, any fixes?

    In the bot settings you set the difficulty for new games.
  9. Nuok

    [Plugin] Armory

    You might even have todo if (Armory.ActiveHero is Crusader && HeroClass.PassiveSkills.Contains(SNOPower.X1_Crusader_Passive_HeavenlyStrength) && (item.IsTwoHand || item.IsOneHand)) { Logger.Debug("We are a Crusader with HeavenlyStrength Pretending we are...
  10. Nuok

    [Plugin] Armory

    Or that would seem more obvious now :) Although you wont be able to check for shield upgrades as ** will return true for is IsDualWielding else if (slot == InventorySlot.RightHand && !Player.HasTwoHandEquipped && (Player.IsDualWielding || isSlotEmpty))
  11. Nuok

    [Plugin] Armory

    Thanks now I dont have to bodge autogear to work :)
  12. Nuok

    [Plugin] AutoGear - a working alternative to AutoEquipper

    You need to post a log because its really hard to see whats happening without it.
  13. Nuok

    [Plugin] AutoGear - a working alternative to AutoEquipper

    Im aware it only checks against some slots, which is why it works well for single item slots but pretty bad for everything else :)
  14. Nuok

    [Plugin] AutoGear - a working alternative to AutoEquipper

    Thanks so helpfulll....
  15. Nuok

    [Plugin] AutoGear - a working alternative to AutoEquipper

    Edit: use Armory much better
  16. Nuok

    [Plugin] AutoGear - a working alternative to AutoEquipper

    Here is my update: Cleaned up the code a little Fully supports crusader *If you have the passive Heavenly Strength will also treat 2h as 1h so you get the benefit.
  17. Nuok

    Trinity 1.8.11

    Ps I will probably just use trinity from now on, getting Belph to work with your questing is a right pain in the ass :)
  18. Nuok

    [Plugin] AutoGear - a working alternative to AutoEquipper

    As soon as I find a Crusader shield ill post an update for it too work, it just uses the same weights as a barbarian although it will also equip crusader only items.
  19. Nuok

    Trinity 1.8.11

    I hope you took it from the svn :) I have made quite a few changes since the last release I think Ive made it too 16 so far with it tho.
  20. Nuok

    RoS enabled in Asia

    Ive botted a crusader to 6 but the lag keeps either freezing the bot or nothing happens for upto 1min before I dc. Might have to call it a night and wait till tomorrow
Back
Top