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

Perma Smoke Screen

eviljudista

New Member
Joined
Oct 14, 2012
Messages
2
Reaction score
0
[SOLVED][Demon Hunter] Perma Smoke Screen

For those who want to be invencible, I finally found a solution to make the bot perma smoke screen.

Ofc you need to have at least 30% cooldown reduction, Lingering Fog rune on Smoke Screen and Night Stalker passive.

You need to change values in \DemonBuddy\Settings\Tvars.xml (lines 2116 - 2126) to:
Code:
    <d2p1:DictionaryEntry>
      <d2p1:_key xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string">SpellDelay.DemonHunter_SmokeScreen</d2p1:_key>
      <d2p1:_value xmlns="" i:type="TVar">
        <DefaultValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:int">1500</DefaultValue>
        <Description>Spell Use Delay/Interval, milliseconds</Description>
        <Name>SpellDelay.DemonHunter_SmokeScreen</Name>
        <ProfileValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:int">1500</ProfileValue>
        <Type>int</Type>
        <Value xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:int">1500</Value>
      </d2p1:_value>
    </d2p1:DictionaryEntry>

I don't know if it's necessary to also change \DemonBuddy\Plugins\Trinity\Configuration\TVars.cs , but you won't ruin anything by lowering the value there from 3000 too:
Code:
            Set(new TVar("SpellDelay.DemonHunter_SmokeScreen", 1500, "Spell Use Delay/Interval, milliseconds"));

If you still have a window between smoke screens sometimes, change all those nasty 1500s to lower value :)

Hope it helps
 
Last edited:
Change the delay in which it casts smoke screen in the variables sections of Trinity options would be my first start.
 
Huh, how fast do you regen discipline?

Anyway, fixed in the next version :)
 
Huh, how fast do you regen discipline?

Anyway, fixed in the next version :)

Very fast with Meticulous Bolts, Night Stalker Passive and Elemental Arrow; Electric Ball Thingie.

A Helltrapper with that and the build is complete.
 
Change the delay in which it casts smoke screen in the variables sections of Trinity options would be my first start.

Well, changing the SpellDelay value in Trinity Tvars didn't help, but changing it in Demonbuddy default values did. Adding solution to first post.
 
Well, changing the SpellDelay value in Trinity Tvars didn't help, but changing it in Demonbuddy default values did. Adding solution to first post.

This seems like gold, thank you! Will try this as soon as I have all the pieces for a ball lightning build :)
 
For those who want to be invencible, I finally found a solution to make the bot perma smoke screen.

Ofc you need to have at least 30% cooldown reduction, Lingering Fog rune on Smoke Screen and Night Stalker passive.

You need to change values in \DemonBuddy\Settings\Tvars.xml (lines 2116 - 2126) to:
...
If you still have a window between smoke screens sometimes, change all those nasty 1500s to lower value :)

Hope it helps

You do know there's a UI for this... right?

Vq29noK.png
 
Back
Top