Close
Showing results 1 to 10 of 35

Hybrid View

  1. #1

    Default

    yeh I know what youre saying, although using iwt as a way of getting your char to face the right way sometimes results in them running off if they are not already in melee range, same as using it to engage. Worse on large targets, like bosses.
    Last edited by fightcow : 11-17-2014 at 02:00 PM

  2. #2

    Default

    Quote Originally Posted by fightcow View Post
    yeh I know what youre saying, although using iwt as a way of getting your char to face the right way sometimes results in them running off if they are not already in melee range, same as using it to engage. Worse on large targets, like bosses.
    good solution the fix to this is integrating backpedaling as a second step in isboxer
    Last edited by JackBurton : 11-18-2014 at 12:08 PM
    Just remember what ol' Jack Burton does when the earth quakes, and the poison arrows fall from the sky, and the pillars of Heaven shake. Yeah, Jack Burton just looks that big ol' storm right square in the eye and he says, "Give me your best shot, pal. I can take it"

  3. #3

    Default

    Quote Originally Posted by JackBurton View Post
    good solution the fix to this is integrating backpedaling as a second step in isboxer
    thanks jack, but I use HKN.

  4. #4

    Default

    Quote Originally Posted by fightcow View Post
    thanks jack, but I use HKN.
    It can be set up in HotKeyNet, too, either via KeyDown/Keyup or Toggle. Micro-Movement has been part of my melee DPS key for ages.

    Code:
    <Hotkey CapsLockOff 2>
    MOUSEOVER CODE REMOVED
    	<Else>
    	<DoHotkey Hotkey RAlt F9>
    	<DoHotkey Hotkey LAlt F9>
    	<DoHotkey Hotkey RCtrl F9>
    	<DoHotkey Hotkey LCtrl F9>
    	<DoHotkey Hotkey RShift F9>
    		<SendLabel w3, w4, w5>
    			<KeyDown W>
    			<KeyUp W>
    That's the relevant part of my normal DPS key.

    To make it look and function exactly like the ISBoxer linked version. Oem6 is my IWT key ]

    Code:
    <Hotkey 7>
    	<Toggle>
    	<SendLabel w3, w4, w5>
    		<Key Oem6>
    	<Toggle>
    	<SendLabel w3, w4, w5>
    		<KeyDown W>
    		<KeyUp W>
    To make it work so they move forward as long as the key is held down and stop when it is released

    Code:
    <Hotkey 7>
    	<SendLabel w3, w4, w5>
    		<Key Oem6>
    
    <HotkeyUp 7>
    	<SendLabel w3, w4, w5>
    		<KeyDown W>
    		<KeyUp W>
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •