How to get all charms with T6 gear [1.3]

User avatar
Anonymous:
Memelistas
2974 | 437
Great Posting Badge
Posted over 2.500 messages
Great Popularity Badge
Has a thread with over 50.000 views
Great Love Badge
Earned over 100 cookies
neocrescent wrote:i really want to know whats this business discussions with blizzard you are talking about marco :bounce:


Don't worry as soon as the deal is signed you are the first person to get the oficial copy.

Nice offtopic btw.
User avatar
neocrescent
Cog
225 | 3
Anonymous: wrote:
neocrescent wrote:i really want to know whats this business discussions with blizzard you are talking about marco :bounce:


Don't worry as soon as the deal is signed you are the first person to get the oficial copy.

Nice offtopic btw.

lol anon. about the post, maybe if you're also playing a barb you can get them just using t6 equips. i can get some charms using only t6 equips but not all with my sin.
User avatar
Gekko64
Shadowgate Totem
1728 | 102
Common Posting Badge
Posted over 1.000 messages
Common Popularity Badge
Has a thread with over 10.000 views
Great Love Badge
Earned over 100 cookies
Common Supporter Badge
Donated 1 time
aerial you probably don't need this due to how you utilize fortress, but have you thought about putting just enough points in fortress to make the timer be equal to the one on tslam?

when I tested bear -> fortress -> bear the issue I found was that in that split second you lose most of your defence and can very well die if unlucky, however if you tslam right before casting fortress enemies are stunned and you can cast safely. you can also use the fortress fadeout to see exactly when tslam timer ends!

admittedly this does work best after you get some +skills from charms to lower your tslam timer, but you can invest less points into fortress and more into wolf companion to max fortress range
User avatar
aerial
Cow Ninja
1282 | 236
Common Posting Badge
Posted over 1.000 messages
Legendary Popularity Badge
Has a thread with over 250.000 views
Great Love Badge
Earned over 100 cookies
Common Guide Badge
Created a complete character guide
Great Mind Badge
A Median XL guru... a true book of knowledge
Yeah using it after tslam is definitely good idea. I honestly didn't have issues, if you switch stance really fast, defense drop is hardly affecting you because it lasts only for split second.

Tslam in the other hand is quite op, if you add tgod, a5 merc and put on some headbanger helm, stun uptime in uber like ta or fauzt is gonna be like 90%, pretty sick.
User avatar
Gekko64
Shadowgate Totem
1728 | 102
Common Posting Badge
Posted over 1.000 messages
Common Popularity Badge
Has a thread with over 10.000 views
Great Love Badge
Earned over 100 cookies
Common Supporter Badge
Donated 1 time
I sure love having an headbanger on my trusty shapeshifter :mrgreen:
User avatar
Anonymous:
Memelistas
2974 | 437
Great Posting Badge
Posted over 2.500 messages
Great Popularity Badge
Has a thread with over 50.000 views
Great Love Badge
Earned over 100 cookies
[blue font]
► Show Spoiler

[/blue font]
Grasshopper
Azure Drake
166 | 0
Common Popularity Badge
Has a thread with over 10.000 views
Marco wrote:We are also having some "business" discussions going on with blizzard. We can't tell you what it's about just yet, but it seems cool things will happen. :)

That is amazing. We may even get a decent Diablo 4 with real atmosphere now.


Unless... they are trying to smoke you out and arrest you. When you go to the meeting, if you see Julian Assange - run!

But seriously, this is very good news. And very surprising. Perhaps there's hope for Blizzard after all.
Grasshopper
Azure Drake
166 | 0
Common Popularity Badge
Has a thread with over 10.000 views
aerial wrote:Added little section with ahk script, if someone doesn't want to manually switch bear to fortress and just bind it under 1 key:
spacebar - key that executes script; v - bind fortress; c - bind bear stance; sleep value: adjust it to your latency, 25ms is fine for single player

space:: fort()
fort()
{
send v
sleep 25
click right
sleep 25
send c
}

How do I stop it running?


I got the script working but now when I type the space in any app I get vc instead.
It even carries on after the computer has been put to sleep.
Also when I kill the script with task manager, it still replaces space with vc.

From reading around, it seems I could add Esc::ExitApp to the script so that I can kill it.
Trouble is, that would kill it every time I leave a game by pressing Esc. Other Fn keys might have been possible but all are used by d2 keybindings. Maybe I could free one up...

But is there a way to avoid this problem that I am missing?
User avatar
aerial
Cow Ninja
1282 | 236
Common Posting Badge
Posted over 1.000 messages
Legendary Popularity Badge
Has a thread with over 250.000 views
Great Love Badge
Earned over 100 cookies
Common Guide Badge
Created a complete character guide
Great Mind Badge
A Median XL guru... a true book of knowledge
You can close it by clicking exit in tray icon AHK.

Image
User avatar
krys
Rust Claw
81 | 11
Common Popularity Badge
Has a thread with over 10.000 views
Grasshopper wrote:But is there a way to avoid this problem that I am missing?


set it up so it will be only active in d2 window:

Code: Select all

#IfWinActive ahk_class Diablo II

<put all d2 specific code here>

#IfWinActive