Jump to content

Recommended Posts

Posted

DotaKeys 1.4-0.2.6

Credits: Fuco

Important Note: Update older versions.

1.32.xx versions ARE NO LONGER SUPPORTED!

 

>> DOWNLOAD HERE <<

 

1. Tutorial

 

1.1 How to setup Base hotkeys

 

1. Run Editor from Main Window

2. Type required hotkeys to edits. Only a..z, 0..9 and some special keys (like SPACE,home etc) are allowed.

3. Now press "Save" and "Exit" then wait until DotaKeys load Main Window [/b]

 

Default settings:

 

q,w,e,r for skills

a,s,d,f for commands ( move, stop... )

2,3,4,5 for items

Z for "toggle life bars"

 

1.2 How to Activate Dotakeys ( recommended to read )

 

Before you start using dotakeys, you need Activate them. To do this press "Activate" button on Main Window or press F8 in game ( when DotA begins ). After you press F8 in game, DotaKeys should whisper ( if you play on BNET ) message "Dotakeys: on" to you from yourself. The Message in game looks like this:

 

If you play on LAN, it write message "/w Dotakeys: on" to all your teammates. It's because Warcraft cant whisper on LAN.

 

1.3 How to setup Hero

 

After you set your "base" hotkeys, at start of every game you need to setup hero. There is two ways how to do it:

1. F7 Procedure ( old )

2. Hero Codes ( new )

 

1.3.1 "F7" Procedure

 

Note:

This procedure is longer then HeroCode, which is newer and recomended. But if you cant use it, you can use this.

 

When game begins, you must tell Dotakeys which hero you use. To do it with F7 Procedure you need this:

1. ( if you didnt do this before ) Press F8 To activate DotaKeys

2. Now if you know hotkeys of your Hero, go to number 4, else continue on number 3

3. Press Red Cross, which is for "New skill" and hover mouse over skills. The yellow letters are default hotkeys of skills

4. Now when you know hotkeys of Hero, press F7

5. After you press F7, DotaKeys should whisper message "DotaKeys: Please Type *YOUR* hero shortcuts..." to you

6. Press ORIGINAL HOTKEYS in order from left to right. Ie: if hotkeys are "c,t,d,w", you press F7ctdw

7. DotaKeys should whisper message "DotaKeys: You typed: x,x,x,x", where x,x,x,x are hotkeys you typed

1.3.2 Hero Codes ( recommended to read )

 

This is other way to setup hero. Now you dont need anything, just write "hero code" into chat. Hero code is basically FIRST 4 letter of hero name. Ie: Vengeful spirit is Class and Shendelzare is Name. So code for Vengeful spirit is "shen". List of heroes & codes is available in chapter 3.

[*]1. Press F8 To activate DotaKeys

[*]2. Press ENTER

[*]3. Write \<hero code>. You can also use \ or + instead of /

[*]4. Now DotaKeys should whisper message "You control HERO [x,x,x,x], where HERO is Class and x,x,x,x is ORIGINAL hotkeys of hero you control

 

Current DK GUI

 

snap0099.png

 

Cheers, Lain

Posted

so this program kinda likes binds hotkeys right :D

 

Yea, you set hotkeys for skills, item skills and commands how you like.

Posted

Amazing share Lain, Thank you a lot man for this share...

It's very usseful epsecialy for items in numbers buttons (dagon, bottle, guinsoo etc.)

Thank you again!

  • 5 weeks later...
Posted

Amazing share Lain, Thank you a lot man for this share...

It's very usseful epsecialy for items in numbers buttons (dagon, bottle, guinsoo etc.)

Thank you again!

 

Aha, as I play enchantress so much it's great to have Eul's Scepter on a great button. ^^

Posted

Aha, as I play enchantress so much it's great to have Eul's Scepter on a great button. ^^

Yeah right is very good meka+heal+eul's on  Q W E or somewhere else :P

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • I think that solves the freeze thing, anyway great share! 
    • Introducing: Daily & Weekly Missions!   I've released a major panel update with a new Missions system and expanded language support.   Players can now complete daily and weekly missions directly through the panel and claim rewards such as balance or items. Mission progress is tied to in-game activity and supported panel actions, and the update also adds a dedicated Missions page, dashboard mission previews, claimable mission indicators, and full admin tools for creating and managing missions.   The Roll page now shows the potential reward drops below the roll container.   Alongside this, I’ve expanded the panel’s language support with new locale options, including Bulgarian, Czech, Georgian, Lithuanian, Polish, Romanian, Japanese, Simplified Chinese, and Traditional Chinese.     The Demo is now updated with the new features for you to try out!
    • I sell complete packs. If you want to add an item, NPC, etc., you have to do that yourselves. Your friend bought the pack; he's the one who needs to configure his server type. He received what he bought as agreed, and I'm saying this without knowing who you're talking about, because anyone who buys something receives what was agreed upon.   Regards. mmmmm L2Velmore ????   If that's the one, I see everything went well... if I remember correctly you were crying over $100, I gave you a better price, and I suppose you made thousands with that... And you're still coming back to complain? :=)
    • I know many people have struggled with this specific issue and had trouble setting up the correct behavior for Toggle skills in aCis. By default, toggles interrupt the player's movement (retail-like), which often feels clunky to players who prefer a smoother, more modern experience. I've prepared a clean solution that eliminates this "freeze" and allows for fluid movement while toggling your auras. Below is the code on how to achieve this. Hope it helps! Changes in PlayerAI.java: Modified doActiveIntention to properly update the active state without stalling. Removed the forced stop() during toggle casting. Added a MoveToLocation broadcast to ensure other players see your movement correctly (prevents visual "teleporting" or desync). Best regards 😃 diff --git a/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java b/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java index ba0425a..1b2658d 100644 --- a/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java +++ b/aCis_gameserver/java/net/sf/l2j/gameserver/model/actor/ai/type/PlayerAI.java @@ -28,6 +28,7 @@  import net.sf.l2j.gameserver.network.serverpackets.ActionFailed;  import net.sf.l2j.gameserver.network.serverpackets.AutoAttackStart;  import net.sf.l2j.gameserver.network.serverpackets.ChairSit; +import net.sf.l2j.gameserver.network.serverpackets.MoveToLocation;  import net.sf.l2j.gameserver.network.serverpackets.MoveToLocationInVehicle;  import net.sf.l2j.gameserver.network.serverpackets.MoveToPawn;  import net.sf.l2j.gameserver.network.serverpackets.StopMove; @@ -159,7 +160,10 @@      @Override      public synchronized void doActiveIntention()      { -        doIdleIntention(); +        prepareIntention(); +        _currentIntention.updateAsActive(); +        if (!getActor().isMoving()) +            thinkIdle();      }            @Override @@ -280,8 +284,9 @@                    if (skill.isToggle())          { -            getActor().getMove().stop();              getActor().getCast().doToggleCast(skill, target); +            if (getActor().isMoving()) +                getActor().broadcastPacket(new MoveToLocation(getActor()));          }          else          { https://pastebin.com/twZujZ3Y
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..