I'm ok with BASH having no timer, only the number of stacks if that's doable. I appreciate your efforts.
I'm ok with BASH having no timer, only the number of stacks if that's doable. I appreciate your efforts.
For the damned multiboxers the simple solution is to google
isboxer How to rename windows
and change config.xml
diablo_window_title="Diablo III"> to
diablo_window_title="Diablo IIIa"> or whatever
I havent tried running 2 or more TurboHUD instances but it probably works
The format is Alpha, Red, Green, Blue - so first number is for transparencyeasiest way to check is to try it on gain_panel background. Setting font color with ARGB will lead you to nowhere, because in TurboHUD by default all fonts are displayed with black shadow.
If you are the wizard casting Blizzard then its possible using config.xml an last section <circles>. If not then no, actualy there is no function for that - but why would you like that?
Blizzard spell distance is rather acurate (a little bit smaller, maybe 1-2 y than its showing with dropping icy shards)
Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...
so there is no way, to expand the radius in which the monsters on the minimap are displayed?
Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...
Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...
the next stable release is coming in 3 days
Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...
Hello,
i have download the programm today and its my first steps.it look great. But can someone help me how i can deactived the hudes from the other party menber ? i dont want to see it,
And is the risk high to get banned ?
Thx alot
look for this code in the config.xml file
set enabled=0 and its done^^PHP Code:
<personal>
<!-- your own PersonalHUD settings -->
<self>
<foot>
<!-- enable the class-specific resource arc(s) under the character -->
<resource enabled="0" />
<!-- enable the health warning indicator under the character -->
<health enabled="0" />
</foot>
<head>
<!-- settings for the health bar above the character's head -->
<health enabled="0" color="255,0,255,0" />
<potion_cooldown enabled="1" font_family="tahoma" font_size="12" font_bold="1" font_color="255,255,255,255" />
</head>
</self>
<!-- party members' PersonalHUD settings -->
<party>
<foot>
<!-- enable the class-specific resource arc(s) under the character -->
<resource enabled="1" />
<!-- enable the health warning indicator under the character -->
<health enabled="1" />
</foot>
<head>
<!-- settings for health bar above the character's head -->
<health enabled="1" color="255,0,255,255" />
<!-- setting how to see your party members' BattleTag -->
<battle_tag enabled="1" font_family="courier" font_size="8" font_bold="0" font_color="255,0,255,255" />
</head>
</party>
</personal>
Just used this on hard core and my game froze. Thanks!
Last edited by KillerJohn; 02-23-2013 at 12:07 PM.
Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...