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

Search results

  1. C

    Double Checking on Shrines/Pylons?

    I suggest you use this build to test: https://www.thebuddyforum.com/demonbuddy-forum/demonbuddy-guides/240856-guide-setup-crusader-solo-setup-200b-exp-hour-grift-key-burn.html. So you and xzjv will easy to reproduce the bug scene. In those kind of build, we often set "Trigger range for Elite...
  2. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    The "Best XP / Hour" is a little low. When I run GR 70s, I often get 300-370B / Hour (in "This run / Hour", you get more good "This run / Hour", of course the "Total XP / Hour" will increase), just like Tubolub. You need to watch your gear. Maybe you could paste it in D3planner. I sugget you...
  3. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    1.weapon: get InGeom, 10CDR,AD,str,vit 2.shoulder: try to find another good shoulder, 8 CDR, 8500-9000+ thorns will be the first choice 3.pants: get Hexing Pants of Mr. Yan 4.shield: Lidless Wall, Physical Damage, 9000+ thorns will be the first choice. 5.helm: CHC is not necessary. Try to...
  4. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    Wow, can you tell us which version could do that?
  5. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    The truth becomes clearer through debate. Don't be afraid of discussion. I'm here to help you, not to accuse you. So, take it easy. I add some code in "CrusaderCombat.cs", try to get a log when bot cast Bombardment without moving. Here's the result of one random game: In this...
  6. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    Even if that code is checed 1000 times a second, still useless -- the window of Bombardment casting is only 4 secondes long(in fact, it's 1.5 seconds).
  7. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    When you do your calculation, you just forgot one thing: If you stand still during the moment of cast Bombardment, you did 0 damage. Because you didn't cast Bombardment. There's no need for "long long time", just 1500 ms. I think you read the CanCastBombardment and...
  8. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    I found this bug since version "2.14.31".
  9. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    It's my careless mistake. But in that situation, because bot cast Bombardment on time, It also did much more damage than original version.
  10. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    Let's do a little analysing: state 1: IronSkin cast at right moment: whether you check IronSkin Buff or not, Bombardment will always get full damage; 1:1 state 2: In a CoE cycle, IronSkin haven't cast. With original version, you'll cancel this round of Bombardment, and do 0 damage; 1:2...
  11. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    You really need to watch bot carefully, don't bury your head in the sand. In current version of DemonBuddy, bot often visit same shrine more than once. While bot Interacting with shrine, he stand still -- then, you miss one round of Bombardment. Just like log file says: So, just answer my...
  12. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    It's not your fault. Your Build is very well. We discuss here to improve our bot. Why don't you face the truth? BTW, it's not your private forum, and what I said was based on truth. If you want to discuss, plz stay calm.
  13. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    If you observe bot carefully, you'll find another kind of example: Maybe affected by internet lag, IronSkin got 2-3 secs delay. With original version(.42 or later), Bombardment must follow IronSkin. So, when Bombardment "hit" enemies, the Physical Element is gone! In this situation, I think my...
  14. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    I want to give you guys one real example. It happened five minutes ago. At the moment of the Physical Element get start, bot "click" a shrine. It's no time to cast Iron Skin, but if you rem "IronSkin Buff Check" code, bot can cast Bombardment on time.
  15. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    "IronSkin will always cast" only happens in "perfect world". I think, in real world, there's lag, or other accident, IronSkin maybe not cast in some CoE cycle. If you don't rem the "if (!GetHasBuff(SNOPower.X1_Crusader_IronSkin))" code, it will stop cast Bombardment. We know GR is a timeline...
  16. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    I think you can read the source code of "CrusaderCombat.cs", the "CanCastIronSkin" method decide when Iron Skin cast. Here's the code: private static bool CanCastIronSkin() { if (!CanCast(SNOPower.X1_Crusader_IronSkin)) return false...
  17. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    If bot always in move, why the developer set this condition??? You said "losing the multipliers from iron skin", yes, if you haven't got the IronSkin Buff, you'll give up the Bombardment too -- also did 0 damage. That's a simple question. I can't see what's the way way waaaaay worse than 0...
  18. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    Huge drop??? If you don't change this, when you in a CoE cycle, and stand still, then you'll give up this round of Bombardment, you did 0 damage. I think "huge drop" is better than 0 damage.
  19. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    What's your Trninity version? I tested these 4 files in ver .42/.44/.46, it works fine. You could download the svn version to test again, here's link: https://subversion.assembla.com/svn/bulba-s-adventurer.2/trunk/ https://subversion.assembla.com/svn/unifiedtrinity.Master/trunk/
  20. C

    [Guide/Setup] Crusader solo setup: 200B exp per hour no grift key burn

    Do you have perfect gear? What's your para? Maybe you should try the lower level! like 70 or 69.
Back
Top