Thanks for this feature, it rules.
Add this to your cfg file(mine's in autoexec)
Code: Select all
/custombind add dismount
/custombind set dismount /multiline ; /dismount;/keypress duck;/keypress duckCode: Select all
/bind dismount <key>Moderator: MacroQuest Developers
Code: Select all
/custombind add dismount
/custombind set dismount /multiline ; /dismount;/keypress duck;/keypress duckCode: Select all
/bind dismount <key>Code: Select all
name=action_stopcast
down=/if $char(mounted)==TRUE /dismount
up=/multiline ; /keypress duck; /keypress duck
it does indeed kill autorun, stops you dead in your tracks ... so to speak.frabtik wrote:I suspect it stopped me when autorun was on which is very bad if a mob is pounding you for 1k+.
one place that immediately comes to mind where one might be mounted and then need to kite is the potime Vallon Zek encounter: 2 adds/splits at 50% that hit for 1700 and must be kited away from the main raid force immediately. my guild tends to use me in heal rotation more than anything, but if ever a time comes that i am not in rotation for vallon i will be snaring/kiting/rooting those damn adds. (i play a druid on raids, but this scenario easily applies to wizards and shamans as well and even potentially rangers)Pheph wrote:Get more HP and/or AC
Where do you kite mobs that hit for 1k+?
I mostly kite in PoFire at castle 2 and I seem to remember them only hitting for 800's or so (but quadding and stuff =P).
Don't really play kiter much, so I'm not sure, though.
Code: Select all
name=dismount
down=/multiline ; /squelch /declare Mountduck global ; /varset Mountduck 0 ; /if $char(mounted)==TRUE /varset Mountduck 1 ; /if $char(mounted)==TRUE /dismount ; /if $char(state)==STAND /keypress duck ; /if $char(state)==DUCK /keypress duck ; /if n "@Mountduck"=="1" /cast item "Small Black Drum"
up=
Code: Select all
up=/multiline ; /if n "@Mountduck"=="1" /cast item "Small Black Drum"Code: Select all
name=dismount
down=/multiline ; /if $char(mounted)==TRUE /dismount ; /keypress duck ;/keypress duck
up=
Code: Select all
name=dismount
down=/multiline ; /if $char(mounted)==TRUE /dismount ; /keypress duck ;/keypress duck
up=