Page 1 of 5 1 2 3 ... LastLast
Results 1 to 10 of 46

Thread: Introducing EraAWSD!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Street Boss Vacci's Avatar
    Join Date
    Jun 2013
    Location
    Hawaii
    Posts
    866

    Exclamation Introducing EraAWSD! (v2.1)

    EraAWSD is a script for the program AutoHotkey I wrote that rebinds your keys to allow AWSD movement on FB iEra, perfect for keyboard+mouse players. Keep in mind, this is a Windows only program.

    The following is for an outdated version, please refer to this post for the latest version.
     Spoiler

    -----
    Basic controls:
    AWSD: Movement
    Q: Equips slot "D"
    E: Equips slot "S"
    Left Shift: Grab/Reload
    R: Special function "Z"
    F: Special function "X"
    T: Opens profile
    Left Alt: Strafe
    `: Toggle keybinds (to chat)
    Enter: Sends message and toggles keybinds (so you can get back to playing right away after pressing Enter)
    \: Exit EraAWSD

    Era defaults:
    Tab: Local Chat
    Space: Use equipped item
    1: Strafe
    -----
    How to install EraAWSD

    Download and install AutoHotkey: Here

    Copy and paste the following into a notepad and save it as a .ahk in an easy to locate spot.
    Code:
    a::left
    w::up
    s::down
    d::right
    q::d
    e::s
    Lshift::a
    r::z
    f::x
    t::q
    Lalt::1
    `::
    Suspend
    Return
    Enter::
    Suspend
    Send {Enter}
    Return
    \::
    MsgBox, Thank you for using EraAWSD! All hotkeys are now disabled.
    ExitApp
    Return
    Run the file and open FB Era!

    Tip: when running EraAWSD, make sure you can see the program's icon in the bottom right. This will tell you if keybinds are active (H) or suspended (S)
    Screenshot 2014-08-07 07.54.47.png

    -----
    Rebinding Keys:
    To rebind a key, open the EraAWSD script in notepad and edit the keys that come before the ::
    The keys after the :: are what is actually inputted into your keyboard (e.g. a::left means if I press a, the keyboard inputs left arrow)

    -----
    How to find coordinates:
    The following commands utilize the mouse with AutoHotkey. The reason this wasn't included in EraAWSD by default is because everyone's screen resolutions may be different. Basically, once you press the button, the mouse will move to the coordinates specified in the script. This guide will help you find the coordinates you need.

    -Take a screenshot of era in fullscreen with whatever menus or hotkeys opened. Using mouse commands windowed can be difficult because the page could scroll, throwing everything off.

    -Open the screenshot your favorite paint program. I just use MSPaint, it works for me.
    Screenshot 2014-08-08 11.55.26.jpg

    -Put your arrow on where you need to click in the screenshot. It may help to zoom in.

    -Copy down the coordinates displayed onto the script in x, y format in the needed location
    Screenshot 2014-08-08 12.05.43.jpg

    -----
    Advanced commands: Anything I have listed in red will need to be deleted and replaced with coordinates of what's specified. Things listed in blue are keys that need to be chosen.
    Important link to the name of special keys (e.g. Lalt, NumpadHome): Here

    Food Hotkeys:
    Code:
    Lctrl::
    Click Down [Equip Button]
    Click Up [food hotkey slot]
    Sleep 50
    Click
    MouseMove 683,384
    Return
    Equips, use multiple of these:
    Code:
    Pick a key! (recommended 1-5)::
    Click Down [Equip Slot on right of screen (d or s)]
    Click Up [Hotkey Slot of your choice]
    Sleep 50
    Click
    MouseMove 683,384
    Return
    Chat, gang chat(coordinates left in place because I'm guessing they work on all resolutions)
    Code:
    y::
    Click 30,30
    Suspend
    Return
    u::
    Click 75,30
    Suspend
    Return
    Check PM, reply to PM/Event bot
    Code:
    i::
    Click 110, 30
    Sleep 10
    MouseMove 683,334
    Return
    o::
    Click coordinates for middle button (reply)
    Return
    p::
    Click Coordinates for right button (close)
    Return
    Message macros! Make as many of these as you'd like. Also good for showguild.
    Code:
    Pick a key!::
    Click Coordinates for a chat button (local or gang)
    Suspend
    Send this is where your message goes{Enter}
    MouseMove 683,384
    Suspend
    Return

    Quote Originally Posted by EraAWSD Changelog
    I found that pressing tab while walking overloads the script. Therefore the following selection has been removed until it's fixed. You can still use it at your own caution. Just don't walk and use it at the same time. For the time being, just use ' to toggle hotkeys manually.
    Code:
    Tab::
    Suspend
    Send {Tab}
    Return
    Added Left Alt as an additional strafe key, allowing for one-handed keyboard only play if you're into that
    Also, be sure to leave any comments and critiques down below be sure to share this with your friends, too!
    Last edited by Vacci; 10-05-2015 at 05:54 PM.
    Author of EraAWSD: http://era-go.com/forum/showthread.p...l=1#post195094 (Updated 15-09-2015)

    Just some music... https://www.youtube.com/watch?v=h41Rrk_6rzs (Updated 02-20-2016)


  2. #2
    Vacci saves the day! She should b admian ~No sarcasm intended~ I really hate playing with the up down left and right buttons xD awsd is better
    Questions? Don't be afraid to message me.

  3. #3
    Big Cheese 3.X's Avatar
    Join Date
    Jun 2013
    Location
    Texas
    Posts
    1,638
    I didn't know this was a problem on facebook era. Im also surprised no one has done this before, as its a simple keybind command.
    Live your life, enjoy it while it lasts. Don't give it up when you are down, you are a light like the stars in a sky.

  4. #4
    Street Boss Vacci's Avatar
    Join Date
    Jun 2013
    Location
    Hawaii
    Posts
    866
    Quote Originally Posted by AceLion View Post
    Vacci saves the day! She should b admian ~No sarcasm intended~ I really hate playing with the up down left and right buttons xD awsd is better
    No thanks xD glad you like it though. If there are any problems at all just post it here and I'll see what I can do. Also I'm a he >.>

    Quote Originally Posted by 3.X View Post
    I didn't know this was a problem on facebook era. Im also surprised no one has done this before, as its a simple keybind command.
    Facebook Era has so many problems...It's a bit ridiculous. Also, I'm guessing the lack of awsd controls is just because they ported PC controls and didn't develop any alternatives? idk
    Author of EraAWSD: http://era-go.com/forum/showthread.p...l=1#post195094 (Updated 15-09-2015)

    Just some music... https://www.youtube.com/watch?v=h41Rrk_6rzs (Updated 02-20-2016)


  5. #5
    Your amazing. +Rep

  6. #6
    Street Boss Alex Damian's Avatar
    Join Date
    Jul 2013
    Location
    Georgia
    Posts
    534
    That is amazing! Thanks so much =)
    Hello!

  7. #7
    Street Boss Vacci's Avatar
    Join Date
    Jun 2013
    Location
    Hawaii
    Posts
    866
    Thanks guys I'm working on writing the advanced commands guide right now! Be sure to tell anyone that you know that uses FB era about EraAWSD, I know not all of them use the Era-go forums.

    Screenshot 2014-08-08 11.39.10.jpg
    Author of EraAWSD: http://era-go.com/forum/showthread.p...l=1#post195094 (Updated 15-09-2015)

    Just some music... https://www.youtube.com/watch?v=h41Rrk_6rzs (Updated 02-20-2016)


  8. #8
    Street Boss Vacci's Avatar
    Join Date
    Jun 2013
    Location
    Hawaii
    Posts
    866
    Bump! Guide has been updated with advanced mouse commands!

    There may or may not be one major edit to the guide coming in the future. Thinking of taking a screenshot and color coding all the places to click I refer to in the advanced guide.

    Also, here's the script I personally use and what was used as the base of this guide(Screen Resolution 1366x768):
    Code:
    a::left
    w::up
    s::down
    d::right
    q::d
    e::s
    Lshift::a
    r::z
    f::x
    Tab::q
    `::
    Suspend
    Return
    Enter::
    Suspend
    Send {Enter}
    Return
    y::
    Click 30,30
    Suspend
    Return
    u::
    Click 75,30
    Suspend
    Return
    i::
    Click 110, 30
    Sleep 10
    MouseMove 683,334
    Return
    o::
    Click 683,460
    Return
    p::
    Click 763,460
    Return
    Lctrl::
    Click Down 1320, 150
    Click Up 1270, 150
    Sleep 50
    Click
    MouseMove 683,384
    Return
    1::
    Click Down 1320, 150
    Click Up 1110, 150
    Sleep 50
    Click
    MouseMove 683,384
    Return
    2::
    Click Down 1320, 150
    Click Up 1030, 150
    Sleep 50
    Click
    MouseMove 683,384
    Return
    3::
    Click Down 1320, 196
    Click Up 1227,197
    Sleep 25
    Click
    MouseMove 683,384
    Return
    4::
    Click Down 1320, 196
    Click Up 1150, 155
    Sleep 25
    Click
    MouseMove 683,384
    Return
    NumpadEnd::
    Click 30,30
    Send gg{Enter}
    MouseMove 683,384 
    Return
    NumpadHome::
    Click 30,30
    Suspend
    Send showguild{Enter}
    MouseMove 683,384
    Suspend
    Return
    \::
    MsgBox, Thank you for using EraAWSD! All hotkeys are now disabled.
    ExitApp
    Return
    Author of EraAWSD: http://era-go.com/forum/showthread.p...l=1#post195094 (Updated 15-09-2015)

    Just some music... https://www.youtube.com/watch?v=h41Rrk_6rzs (Updated 02-20-2016)


  9. #9
    Awesome thread Vacci- may consider trying PC again with this

  10. #10
    aaaaaaaaaaaaaaaaaaaaaaaaa Grief Hero's Avatar
    Join Date
    Jun 2013
    Location
    n/a
    Posts
    1,327
    What coding language are you using? =o


    I saw. I conquered. I came.


Posting Permissions

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