03-14-2006, 04:24 PM
Merc Aura Stack Glitch
What it does?
Gives your mercenary an extra powerful aura attack
How do you do it?
1) Equip your merc with with 2 items that give the same aura. ie: 1 HoJ + 1 Dragon on an A1 Merc, or 2 Dreams on an A3 merc.
2) Rapidly remove/equip one of the aura giving items. The aura's damage will increase. You must do this MANY times for it to be effective. (50++)
3) You must repeat this for every new game you join, and every time your merc dies.
Shit I'm going to get carpal tunnel syndrome!
Then compile this AutoIt script.
Global $Paused
HotKeySet("{END}", "TogglePause")
HotKeySet("{HOME}", "Terminate")
While 1
Sleep(100)
WEnd
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
MouseClick("Left")
WEnd
EndFunc
Func Terminate()
Exit 0
EndFunc
Enjoy before patched
What it does?
Gives your mercenary an extra powerful aura attack
How do you do it?
1) Equip your merc with with 2 items that give the same aura. ie: 1 HoJ + 1 Dragon on an A1 Merc, or 2 Dreams on an A3 merc.
2) Rapidly remove/equip one of the aura giving items. The aura's damage will increase. You must do this MANY times for it to be effective. (50++)
3) You must repeat this for every new game you join, and every time your merc dies.
Shit I'm going to get carpal tunnel syndrome!
Then compile this AutoIt script.
Global $Paused
HotKeySet("{END}", "TogglePause")
HotKeySet("{HOME}", "Terminate")
While 1
Sleep(100)
WEnd
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
MouseClick("Left")
WEnd
EndFunc
Func Terminate()
Exit 0
EndFunc
Enjoy before patched