PDA

View Full Version : HALP!



Chickdigcookies
07-03-2012, 09:36 PM
playing on my pc... is there anyway to bind my skills? cause im not a clicker...

Windwaiker
07-03-2012, 09:38 PM
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/showthread.php?45079-keyboard-Shortcuts-PL-chrome&highlight=Keyboard+shortcuts

DawnInfinity
07-03-2012, 09:40 PM
playing on my pc... is there anyway to bind my skills? cause im not a clicker...

you're back?

Chickdigcookies
07-03-2012, 09:41 PM
you're back?

o totally. nostero and i are necroing this joint.

Nostero
07-03-2012, 09:43 PM
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.

Chickdigcookies
07-03-2012, 09:44 PM
Like no one ever was!

Otukura
07-03-2012, 09:48 PM
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.

Chickdigcookies
07-03-2012, 10:14 PM
game play is awful. i dont think ill continue... D:

kiitz
07-04-2012, 12:00 PM
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.

Otukura
07-04-2012, 03:12 PM
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:




#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

kiitz
07-04-2012, 03:31 PM
Thanks. What is autohotkey? This looks like some kind of programming?? Is this allowed?

Otukura
07-04-2012, 03:44 PM
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.

Nick41324
07-04-2012, 08:41 PM
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*