SUPPORT ACCOUNT CLANS
Welcome, Unregistered.
 

Thread: Macro Assist

Page 3 of 23 FirstFirst 123456713 ... LastLast
Results 41 to 60 of 444
  1. #41
    Quote Originally Posted by TrolI View Post
    When i use 6 line macro, just 5 lines shows up... 6th line showed up maybe twice or 3 times... can some1 explain why ?
    The most you can type without spam protection hiding your posts is 5. So your probably typing something before you do you macro. Im not sure the exact cool-down but i usually just wait a little bit.

  2. #42
    Offline
    Account Icon
    Join Date
    Nov 2009
    Location
    the netherlands
    Posts
    1,021
    have copied them and pasted them in the options menu and it worked

    ty for the great mod
    sig by redeye998

  3. #43
    If I wanted to manually enter a macro like the big play-asaurus one into the startup.cfg how would type it? The mod is messing up my game so I would rather try the normal way but I cant seem to get it to work.


    bind 6 ^:^rOH NO! ^g __
    bind 7 ^:^rLOOK OUT! ^g/ __)
    bind 8 ^:^g .--^^^--/ / ^yIT'S A
    bind 9 ^:^g __/ / ^rBIG PLAY-
    bind 0 ^:^g <__.|_|--|_| ^rASAURUS!!!

    I tried it this way and but it didnt work.
    Quote Originally Posted by breakycpk View Post
    Part time Donuts maker, part time volunteer sheriff
    Quote Originally Posted by KingRaven View Post
    Typical topic. I post, garbage no-names fall from the rafters, I take out the trash, mad no ones try to throw rocks at the throne, I win.

    Just another day for The Biggest Name in the Game.

  4. #44

    Nymphora

    syntax for manual console entry is

    bind key allchat macrotext

    Code:
    bind 6 allchat ^:^rOH NO! ^g __
    bind 7 allchat ^:^rLOOK OUT! ^g/ __)
    bind 8 allchat ^:^g .--^^^--/ / ^yIT'S A
    bind 9 allchat ^:^g __/ / ^rBIG PLAY-
    bind 0 allchat ^:^g <__.|_|--|_| ^rASAURUS!!!
    alternatively you can create new lines in startup.cfg or edit the previous ones you had for 6-0, it still works in console.

    BindImpulse game BUTTON Cmd "allchat macrotext"

    Code:
    BindImpulse game 6 Cmd "allchat ^:^rOH NO! ^g __"
    BindImpulse game 7 Cmd "allchat ^:^rLOOK OUT! ^g/ __)"
    BindImpulse game 8 Cmd "allchat ^:^g .--^^^--/ / ^yIT'S A"
    BindImpulse game 9 Cmd "allchat ^:^g __/ / ^rBIG PLAY-"
    BindImpulse game 0 Cmd "allchat ^:^g <__.|_|--|_| ^rASAURUS!!!"
    Last edited by Kunkka; 12-08-2011 at 04:40 PM.

  5. #45
    Quote Originally Posted by Kunkka View Post
    syntax for manual console entry is

    bind key allchat macrotext

    Code:
    bind 6 allchat ^:^rOH NO! ^g __
    bind 7 allchat ^:^rLOOK OUT! ^g/ __)
    bind 8 allchat ^:^g .--^^^--/ / ^yIT'S A
    bind 9 allchat ^:^g __/ / ^rBIG PLAY-
    bind 0 allchat ^:^g <__.|_|--|_| ^rASAURUS!!!
    alternatively you can create new lines in startup.cfg or edit the previous ones you had for 6-0, it still works in console.

    BindImpulse game BUTTON Cmd "allchat macrotext"

    Code:
    BindImpulse game 6 Cmd "allchat ^:^rOH NO! ^g __"
    BindImpulse game 7 Cmd "allchat ^:^rLOOK OUT! ^g/ __)"
    BindImpulse game 8 Cmd "allchat ^:^g .--^^^--/ / ^yIT'S A"
    BindImpulse game 9 Cmd "allchat ^:^g __/ / ^rBIG PLAY-"
    BindImpulse game 0 Cmd "allchat ^:^g <__.|_|--|_| ^rASAURUS!!!"
    When I do it in the consol or startup.cfg the 3rd and 4th bind dont line up with the rest. So the dinosaur doesnt come out right. Putting spaces doesnt change it either. How to fix?
    Last edited by Shocker420; 12-08-2011 at 04:52 PM.
    Quote Originally Posted by breakycpk View Post
    Part time Donuts maker, part time volunteer sheriff
    Quote Originally Posted by KingRaven View Post
    Typical topic. I post, garbage no-names fall from the rafters, I take out the trash, mad no ones try to throw rocks at the throne, I win.

    Just another day for The Biggest Name in the Game.

  6. #46
    Quote Originally Posted by SgtSausage View Post
    The most you can type without spam protection hiding your posts is 5. So your probably typing something before you do you macro. Im not sure the exact cool-down but i usually just wait a little bit.
    no thats not it.
    sometimes even after entereing a game i do macro then just 5 lines show up. ( usually 5 shows up even if i am not talking whole game ;D) then 1 per 50 macros 6th line shows up

  7. #47

    Hammerstorm

    My post was merely an example. Take the original line code from the repository in the OP, it's spaced properly. You can't enter artful ASCII like the Playasaurus due to the console collapsing consecutive spaces. You have to edit the startup.cfg!

    TrolI, if you haven't updated to version 1.3 I suggest you do so. 6 line macros DO work so long as the inter-line delay is large enough (default it is). I've tested it on my end, 320 is the default delay, the lowest I got it to work (not every time) was around 280.
    Last edited by Kunkka; 12-08-2011 at 05:53 PM.

  8. #48
    Quote Originally Posted by Kunkka View Post
    My post was merely an example. Take the original line code from the repository in the OP, it's spaced properly. You can't enter artful ASCII like the Playasaurus due to the console collapsing consecutive spaces. You have to edit the startup.cfg!

    TrolI, if you haven't updated to version 1.3 I suggest you do so. 6 line macros DO work so long as the inter-line delay is large enough (default it is). I've tested it on my end, 320 is the default delay, the lowest I got it to work (not every time) was around 280.
    hmm putting spaces in the startup.cfg doesnt change it in game for me.
    Quote Originally Posted by breakycpk View Post
    Part time Donuts maker, part time volunteer sheriff
    Quote Originally Posted by KingRaven View Post
    Typical topic. I post, garbage no-names fall from the rafters, I take out the trash, mad no ones try to throw rocks at the throne, I win.

    Just another day for The Biggest Name in the Game.

  9. #49

    Engineer

    Quote Originally Posted by Shocker420 View Post
    hmm putting spaces in the startup.cfg doesnt change it in game for me.
    Well, it does. You aren't doing something right.

    Make sure the text is wrapped with quotes and all. If all else fails, just paste in each line manually ingame via Options -> Mods -> Macro Assist
    Last edited by Kunkka; 12-08-2011 at 08:15 PM.

  10. #50
    real question is, how do I unbind macros I had before this beautiful mod existed?

  11. #51
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Mar 2011
    Location
    England, UK
    Posts
    145
    Awesome mod

  12. #52
    This thread needs more asci porn.

  13. #53

    Slither

    Quote Originally Posted by DOTA2WILLSUK View Post
    real question is, how do I unbind macros I had before this beautiful mod existed?
    If you use the same hotkey for some other function, they get overwritten (thus unbound). You can bind a new macro / line over it, or you can bind an ingame function to it.

    Alternatively, you can just delete the BindImpulse line in your startup.cfg

  14. #54
    Quote Originally Posted by Kunkka View Post
    If you use the same hotkey for some other function, they get overwritten (thus unbound). You can bind a new macro / line over it, or you can bind an ingame function to it.

    Alternatively, you can just delete the BindImpulse line in your startup.cfg
    awesome, thanks

  15. #55
    So I saved the filed and then extracted it opening up icon.png, mod.xml, macroassist.package, and maoptions.package. I already have honmodmanager. How do i get macroassist to go onto honmodmanager?

  16. #56

    Devourer

    Stickies are your friend.

  17. #57
    I can't get it to shine for some reason, even though I copied it. Anyone know why?
    Quote Originally Posted by Ops_Neo View Post
    Since S2 once said:
    -We will never do something that affect the game.

  18. #58
    Quote Originally Posted by DropDemG`s View Post
    I can't get it to shine for some reason, even though I copied it. Anyone know why?
    Add a space at the start of each line.

  19. #59
    Ahh, thank you! Great mod btw, finally I can clear out some hotkeys :d
    Quote Originally Posted by Ops_Neo View Post
    Since S2 once said:
    -We will never do something that affect the game.

  20. #60
    The stickys are not solving any of my problems. How do you get macro assist into honModman?

Posting Permissions

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