Town Buffing Town Buffing Solution You want to add a UsePower tag to the profile but the way rixxx explained it is wrong. The UsePower tag is constructed like this: Code: <UsePower questId="1" powerId="00000" /> To add town buffs in to this profile yourself you should put this line and a delay for each buff after the first ToggleTargeting line so it looks like this: Code: <If condition="CurrentLevelAreaId == 197101"> <ToggleTargeting questId="1" combat="True" looting="True" lootRadius="50" killRadius="20" /> [B] <UsePower questId="1" powerId="00000" /> <WaitTimer questId="3" waitTime="300" /> <UsePower questId="1" powerId="00000" />[/B] <LogMessage questId="113910" stepId="56" output="Using portal to Razorclaw" /> <TakeTownPortal questId="113910" stepId="56" /> </If> Now all you need is the powerId for whatever skills you want to cast in town. As a Barbarian I use Call of the Ancients and Wrath of the Berserker in town. Their power IDs are 80049 and 79607. For the full list of IDs see below. Unfortunately I cannot find the IDs for new skills and Crusader skills. Sorry guys. Barbarian You need to register and have one post to see spoilers! --- Demon Hunter You need to register and have one post to see spoilers! --- Monk You need to register and have one post to see spoilers! --- Witch Doctor You need to register and have one post to see spoilers! --- Wizard You need to register and have one post to see spoilers! Obviously, I've listed the powerId's for every skill that I could find, even non-buffs. Hopefully doing so will help Kevin and others make even cooler profiles in the future. Enjoy
Anybody know how to make it attack faster after taking the tp ? could i add a small delay or is it the grid reset that is doing it ?
great job glancey works ! now we need solution for delay^^ 3 seconds waiting after port is a long time (waste of time !)
How many legendarys/hour you guys get, and what torment ? will this give more legendaries than core + azmo adventure profile ?
===== Misc Statistics ===== Total tracking time: 11h 43m 44s Total deaths: 3 [0.26 per hour] Total games (approx): 1319 [112.46 per hour] Total XP gained: 215746.05 million [18394.18 million per hour] Total Gold gained: 12816.89 Thousand [1092.75 Thousand per hour] ===== Item DROP Statistics ===== Items: Total items dropped: 3429 [292.35 per hour] Items dropped by quality: - White: 191 [16.28 per hour] {5.57 %} - Magic: 1574 [134.20 per hour] {45.90 %} - Rare: 1617 [137.86 per hour] {47.16 %} - Legendary: 47 [4.01 per hour] {1.37 %} ===== Item PICKUP Statistics ===== Items: Total items picked up: 3631 [309.57 per hour] Items picked up by quality: - White: 122 [10.40 per hour] {3.36 %} - Magic: 1732 [147.67 per hour] {47.70 %} - Rare: 1727 [147.24 per hour] {47.56 %} - Legendary: 50 [4.26 per hour] {1.38 %} Potion Pickups: Total potions: 32 [2.73 per hour] Gem Pickups: Total gems: 107 [9.12 per hour] - Ruby: 21 [1.79 per hour] {19.63 %} - Topaz: 26 [2.22 per hour] {24.30 %} - Amethyst: 20 [1.71 per hour] {18.69 %} - Emerald: 21 [1.79 per hour] {19.63 %} ===== End Of Report ===== t6 80games/h wizard
Glancey thank you very much, this works perfectly. Do you know if this would work more efficiently if this was somehow added into trinity instead of the profile? Because it now buffs in town but also still buffs once entering the battle with razorclaw. And if so, would would someone be able to point out where? This may also be because I have not updated to trinity .14 yet, due to the many bugs. Nevermind, .14 now works out of town, using archon with the familiar fix, replacing line 89-91 with // Familiar if (!Player.IsIncapacitated && CombatBase.CanCast(SNOPower.Wizard_Familiar) && Player.PrimaryResource >= 20 && !Wizard_HasFamiliar()) { return new TrinityPower(SNOPower.Wizard_Familiar, 0f, Vector3.Zero, CurrentWorldDynamicId, -1, 1, 2, WAIT_FOR_ANIM); } credit goes to qematriel
Wizard - Game Guide - Diablo III you cant do t6 as a wizard unless you have gear for it, i have the amulet that turns lightning dmg into health. the slow field makes the lightning that comes out of razerclaw when you attack him travel very slowly, thus can hit you multiple times -- which is advantageous for me cause i then become immortal. however sometimes, id get a game where an elite pack spawns close to the stair case... this games most of the time i can man mode through, sometimes i still die.
I have that amulet but never used it before Well i guess its time to try with that hehe thanks mate for the build Edit : amazingggg working nicely
NEW VERSION UP! Code: v0.2 - prebuff UsePower tag added for WOTB, Warcry, Battle rage, Call of the ancients - added in fist post build for barbs t6 and link howto setup prebuffs in town for different classes
Looks good with v0.2 Nice to see toon pre pops CD's But damn i have ben sitting dry with no legendarys for about 2½ H now. Normaly i get 3+ H with this profile.
is it possible to descrease the game creating wait time? i hate to wait for about 10+ secs to create a new game.