Nooooo this is how you do the Ulduar!! Advanced Guide!
First you enter Ulduar on 10 player mode. Now, you must realize that you need a killing blow on a target. So what you want to do is bring a friend.
PLEASE PILOT A SIEGE ENGINE.
One of you will pilot; other will gun
DO NOT KILL BEACONS!!
What me and a friend do is kill the colossus, and we stand in a spot where the driver can AFK for a while, and the gunner could run a script or shoot dwarves near him with anti air rockets or the bomb.
I have provided a script for this (gunner script for siege engine)
Code:
HotKeySet("{F5}", "TogglePause")
Global $Paused, $WinTitle ='World of Warcraft'
TogglePause()
While 1
If WinExists($WinTitle) Then
ControlSend($WinTitle, "", "", "4", 1)
Sleep(125)
$repeat = 0
While $repeat < 5
ControlSend($WinTitle, "", "", "1", 1)
Sleep(125)
$repeat = $repeat + 1
WEnd
Else
MsgBox(0, "WoW Client not found!", "Have you looked under the bed?" &@CRLF& "TRY HARDER", "", "")
Exit
EndIf
WEnd
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Paused (AutoDoIt Nagic Bot), F5 to resume.',0,0)
WEnd
ToolTip("")
EndFunc
Func Terminate()
Exit 0
EndFunc
ORANGED: You can change the orange to 1 or 2, 1 is the anti air rockets; 2 is the bomb. 4 is the shield and it will do it whenever it is ready.
What this script will do is spam 1 or 2 depending on how you want it, and yeah.
Here is a picture of how this is going to work:
The southern blue square is where the siege engines are. You want to go in that path so you are out of range of choppers (they'll come if you do it wrong) and clear trash.
Red is the beacons, and are marked red for NO NO DONT KILL IT.
The black path is the colossus and must be taken down immediately by the siege gunners bomb. The bomb does occasionally 100-150k non crits, 200-400k crits. Please make use of it.
You will then stand where the northern blue square, where dwarves will just run to you, and choppers wont patrol to you.
If you use the script, just aim right below you or in front of the siege engine.
I use anti-air missiles since it fires faster and kills it faster since the bomb does less damage to the adds on the tanks rear. After your bags are filled, alternate and switch positions, and do the same thing again. Happy farming!