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

Search results

  1. F

    Trinity Fork Jade Harvest

    got any chance to update this code? thanks a lot for your work
  2. F

    Funky Bot

    Find file "\Plugins\FunkyBot\Player\Hotbar\Skills\Skill Objects\Crusader\AkaratsChampion.cs" change this line FcriteriaCombat = () => Bot.Targeting.Cache.CurrentTarget.IsBoss || Bot.Character.Data.dCurrentHealthPct < 0.5d; like this FcriteriaCombat = () =>...
  3. F

    Trinity 1.7.3.9

    rrrix, can you help me for making my WD casts spiritbarrage on elites when he has well of souls and bears? the bot keeps casting bears but no spirit barrage.
  4. F

    Trinity 1.7.3.9

    that's already "if you have 20 fury or more"
  5. F

    Trinity 1.7.3.8

    Well, that isn't my code but yours (Trinity 1.7.3.8)
  6. F

    Trinity 1.7.3.8

    it was sarcastic?
  7. F

    Trinity 1.7.3.8

    It's a typo here? SoulHarvest instead of SpiritBarrage? Because the bot doesn't use spirit barrage if the rune is well of souls bool hasWellOfSouls = HotbarSkills.AssignedSkills.Any(s => s.Power == SNOPower.Witchdoctor_SoulHarvest && s.RuneIndex == 1); bool hasRushOfEssence =...
  8. F

    Trinity 1.7.3.8

    With DB closed, locate "Plugins\Trinity\Combat\Abilities\WitchDoctor.cs" and open it with notepad. Find // Spirit Barrage Manitou if (CombatBase.CanCast(SNOPower.Witchdoctor_SpiritBarrage) && Player.PrimaryResource >= 108 && TimeSinceUse(SNOPower.Witchdoctor_SpiritBarrage) >...
  9. F

    Trinity 1.7.3.8

    Ok, after few tries i think i got it: // Check for Circle of Life passive presence bool hasCircleOfLife = ZetaDia.CPlayer.PassiveSkills.Contains(SNOPower.Witchdoctor_Passive_CircleOfLife); // Circle of life build, explode Circle of Life dogs everytime they pop...
  10. F

    Trinity 1.7.3.8

    Try removing (PlayerOwnedZombieDog > 2) From what i can understand, the summoned dogs aren't the same as the circle of life one. This is the code i have modified // Sacrifice AKA Zombie Dog Jihad, use on Elites Only or to try and Save yourself //if (!UseOOCBuff &&...
  11. F

    Trinity 1.7.3.8

    Adding the new kamikaze run to respendent chest, please let the bot kill the trash first (too many death for this).
  12. F

    Botting Timer Automation

    maybe a scheduled task should do the job you need, look for taskkill.exe
  13. F

    Trinity 1.7.3.7

    Maybe it's me but now my monk steps always on poison flowers made by the fscking trees and dies, i tried raising the radius of the poison trees slider but nothing.
  14. F

    Trinity 1.7.3.6

    I can add that my monk now do some KAMIKAZEEEEE versus witches in weeping hollow? can you remove that, dies everytime because of the other monster surrounds him.. EDIT: And nests too in FoM are kamikaze target.
Back
Top