noelak wrote:Is there a place I can find guides/information other then in documentation on uberquests?
viewtopic.php?t=712
Many guides have a good uber section with videos and all that.
posting.php?mode=quote&f=5&p=48990
annoying cat wrote: btw, any of you guys use d2clicker or autohotkey for rerolling/crafting stuff? I really need to learn how to use 'em. i usually get bored/sleepy while crafting.
Yes of course. Download it, unpack somewhere. Run the game in windowed mode, without glide, without pluggy. Also use 800x600 resolution. Close D2MR before starting D2clicker. Now go to the .ini file in the folder. Read it a bit, you will find a section about an example weapon he wants to roll:
# the following definition corresponds to a weapon with either greater or equal to +375 to mini/maxi-mumdamage or at least adds 10-100 damage:
match:-fire -cold -lightning -poison 375mumdamage 10000damage
#AND some on-kill proc
match:whenyoukill
#AND at least 250% enhanced damage
match:250enhanced
Put a # before the match things or you will always search for it.
Then make a new match line for what you want: A new match line means search for both, a space in a match line means or - for example the tantrumbow = tantrum and arror or knife and enhanced damage. Always make sure that the individual lines work and write the correct thing, not what the docs say but what the ingame items say since it directly searches for text lines in the item.
#3to all skills and lightning arena amulet
match:3toalls
match:lightningarena
#tantrumbow
match:tantrum
match:arrow knife
match:enhancedd
Somewhere you will also find a line: delay=150 lower that number to 5-75 (if it's too fast it will stop while rerolling, if it's too high you will waste time)
http://grig.vlexofree.com/mxl/d2clicker.html