Results 1 to 13 of 13

Thread: HALP!

  1. #1
    Senior Member
    Join Date
    Jul 2010
    Location
    Durango, Mexico
    Posts
    769
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post

    Default HALP!

    playing on my pc... is there anyway to bind my skills? cause im not a clicker...
    i saw her once, and swore i was in love...

  2. #2
    Forum Adept Windwaiker's Avatar
    Join Date
    Jul 2011
    Location
    -Insert cheesy statement-
    Posts
    384
    Thanks Thanks Given 
    36
    Thanks Thanks Received 
    40
    Thanked in
    22 Posts

    Default

    You'll have to use number bar and a few buttons after it... So 1-0 and + and = I think, try them out because I don't use chrome hehe

    Edit: check out this thread
    http://www.spacetimestudios.com/show...oard+shortcuts
    Last edited by Windwaiker; 07-03-2012 at 09:41 PM.

  3. #3
    Guardian of Alterra DawnInfinity's Avatar
    Join Date
    Jun 2010
    Posts
    2,119
    Thanks Thanks Given 
    39
    Thanks Thanks Received 
    37
    Thanked in
    18 Posts

    Default

    Quote Originally Posted by Chickdigcookies View Post
    playing on my pc... is there anyway to bind my skills? cause im not a clicker...
    you're back?
    *Follow my blog, and I'll love you forever *
    Quote Originally Posted by Mysticaldream View Post
    She's not hot, she's sexy. Sexy steph
    Quote Originally Posted by Arterra View Post
    does it matter? we all praise and adore your presence, may your light fall upon our eyes...

  4. #4
    Senior Member
    Join Date
    Jul 2010
    Location
    Durango, Mexico
    Posts
    769
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post

    Default

    Quote Originally Posted by DawnInfinity View Post
    you're back?
    o totally. nostero and i are necroing this joint.
    i saw her once, and swore i was in love...

  5. #5
    Member Nostero's Avatar
    Join Date
    Jul 2010
    Posts
    57
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    uhh yeah. were gunna be the very best!

    Edit: except im still banned, spacetime, show a veteran some love?
    Edit edit: hey my name is nostarrow now.
    Last edited by Nostero; 07-03-2012 at 09:45 PM.

  6. #6
    Senior Member
    Join Date
    Jul 2010
    Location
    Durango, Mexico
    Posts
    769
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post

    Default

    Like no one ever was!
    i saw her once, and swore i was in love...

  7. #7
    Banned Otukura's Avatar
    Join Date
    Jan 2011
    Location
    California
    Posts
    7,022
    Thanks Thanks Given 
    549
    Thanks Thanks Received 
    530
    Thanked in
    372 Posts

    Default

    I have my numpad doing my skills, could compile the program and give you an executable if you'd like. The guide I made was taken down because it could "too easily be used to make macros", but when I asked if simply remapping was okay, I got the go ahead.

  8. #8
    Senior Member
    Join Date
    Jul 2010
    Location
    Durango, Mexico
    Posts
    769
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post

    Default

    game play is awful. i dont think ill continue... D:
    i saw her once, and swore i was in love...

  9. #9
    Forum Adept
    Join Date
    Mar 2011
    Location
    Los Angeles
    Posts
    492
    Thanks Thanks Given 
    18
    Thanks Thanks Received 
    47
    Thanked in
    33 Posts

    Default

    Quote Originally Posted by Otukura View Post
    I have my numpad doing my skills, could compile the program and give you an executable if you'd like. The guide I made was taken down because it could "too easily be used to make macros", but when I asked if simply remapping was okay, I got the go ahead.
    I would be interested in this, but it comes as an executable? Always a little wary of running executables from anyone.
    Kiitz - Int/Dex Bear (66) || Kiitx - Dex Bird (66) || Kiitzx - Int/Dex Mage (66)

  10. #10
    Banned Otukura's Avatar
    Join Date
    Jan 2011
    Location
    California
    Posts
    7,022
    Thanks Thanks Given 
    549
    Thanks Thanks Received 
    530
    Thanked in
    372 Posts

    Default

    Quote Originally Posted by kiitz View Post
    I would be interested in this, but it comes as an executable? Always a little wary of running executables from anyone.
    I can give you the code, you'll have to download autohotkey to run it.

    edit: actually, I'll just post it here:

    Code:
    #IfWinActive, Pocket Legends - Google Chrome
    
    NumLock::
    Send {=}
    return
    
    numpadDiv::
    Send {8}
    return
    
    numpadMult::
    Send {4}
    return
    
    numpad3::
    Send {1}
    return
    
    numpad6::
    Send {2}
    return
    
    numpad9::
    Send {3}
    return
    
    numpad2::
    Send {5}
    return
    
    numpad5::
    Send {6}
    return
    
    numpad8::
    Send {7}
    return
    
    numpad1::
    Send {9}
    return
    
    numpad4::
    Send {0}
    return
    
    numpad7::
    Send {-}
    return
    
    NumpadAdd::
    Send x
    return
    
    Numpad0::
    Send z
    return
    Last edited by Otukura; 07-04-2012 at 03:17 PM.

  11. #11
    Forum Adept
    Join Date
    Mar 2011
    Location
    Los Angeles
    Posts
    492
    Thanks Thanks Given 
    18
    Thanks Thanks Received 
    47
    Thanked in
    33 Posts

    Default

    Thanks. What is autohotkey? This looks like some kind of programming?? Is this allowed?
    Kiitz - Int/Dex Bear (66) || Kiitx - Dex Bird (66) || Kiitzx - Int/Dex Mage (66)

  12. #12
    Banned Otukura's Avatar
    Join Date
    Jan 2011
    Location
    California
    Posts
    7,022
    Thanks Thanks Given 
    549
    Thanks Thanks Received 
    530
    Thanked in
    372 Posts

    Default

    It's a very very very high level scripting language. When Sam took down my guide, I asked if that was allowed, and got a go ahead.

    When it starts becoming bad is when you start using one key to do multiple skills.

  13. #13
    Banned Nick41324's Avatar
    Join Date
    Jul 2011
    Location
    Turn around..
    Posts
    3,741
    Thanks Thanks Given 
    181
    Thanks Thanks Received 
    251
    Thanked in
    139 Posts

    Default

    Quote Originally Posted by Otukura:699558
    It's a very very very high level scripting language. When Sam took down my guide, I asked if that was allowed, and got a go ahead.

    When it starts becoming bad is when you start using one key to do multiple skills.
    *light bulb over head*

Similar Threads

  1. Halp a n00b on SL
    By Whirlzap in forum SL General Discussion
    Replies: 11
    Last Post: 12-29-2011, 03:34 PM
  2. Halp D:
    By 小孩子 in forum PL General Discussion
    Replies: 3
    Last Post: 09-16-2011, 02:03 PM
  3. Halp -- Level 50 Bird Twink
    By Otukura in forum PL Player vs. Player
    Replies: 1
    Last Post: 07-15-2011, 07:10 PM

Bookmarks

Posting Permissions

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