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:
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:
If you still have a window between smoke screens sometimes, change all those nasty 1500s to lower value
Hope it helps
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: