Go Back   Steam Users' Forums > Steam Game Discussions > M - P > Magicka

Reply
 
Thread Tools Display Modes
Old 04-04-2012, 05:41 AM   #1
Jack5500
 
Join Date: Oct 2009
Reputation: 2
Posts: 31
Lightbulb [Showcase] QuickMagick - A Magicka AutoHotkey Script Generator

What is it?

We programmed this tool because we wanted to create
something for Magicka players, who don't want to type
in a long spell every time they want to use it and
are not familiar with handling AutoHotkey.
Our goal was it to make the creation of AutoHotkey
scripts as fast and easy as possible.
We hope you enjoy QuickMagick!

http://i.imgur.com/Id5hv.png


Features:
-Knows all standard Magicks with combinations
-Is able to write you custom scripts with Magicks defined by YOU
-Can Remove the last entries
-Can set all standard buttons you have, as well as the mouse keys
-Will automatically set the right key delay for every Magick
-Can detect if you have AutoHotkey installed
-Is compatible with QWERTZ and QWERTY keyboards

Download:
http://www.mediafire.com/download.php?wcr1id82lhb51qz

Virustotal:
https://www.virustotal.com/file/533d...is/1333542452/

Regards,
Jan & Philipp
Jack5500 is offline  
Reply With Quote
Old 04-06-2012, 02:47 PM   #2
Hawkpath
 
Join Date: Dec 2011
Reputation: 0
Posts: 19
I am thoroughly confused with this.
Hawkpath is offline   Reply With Quote
Old 04-07-2012, 05:27 AM   #3
Jack5500
 
Join Date: Oct 2009
Reputation: 2
Posts: 31
Quote:
Originally Posted by Hawkpath View Post
I am thoroughly confused with this.
Sorry to hear that. What confuses you about it?
Jack5500 is offline   Reply With Quote
Old 04-07-2012, 06:56 AM   #4
IronChef44
 
Join Date: May 2011
Reputation: 6
Posts: 84
Same here, there wasn't the usual "how to" text sheet with the app, that might be helpful. I googled around myself to figure out about where the AHK file is supposed to go and I created a file and put it in the magicka file and the binds that I made didn't work, so yea a bit of how to would be great, and thanks for this ! having to continually punch in all those combinations for spells gets confusing in the heat of battle lol !
IronChef44 is offline   Reply With Quote
Old 04-12-2012, 12:37 PM   #5
Jack5500
 
Join Date: Oct 2009
Reputation: 2
Posts: 31
Post

Quote:
Originally Posted by IronChef44 View Post
Same here, there wasn't the usual "how to" text sheet with the app, that might be helpful. I googled around myself to figure out about where the AHK file is supposed to go and I created a file and put it in the magicka file and the binds that I made didn't work, so yea a bit of how to would be great, and thanks for this ! having to continually punch in all those combinations for spells gets confusing in the heat of battle lol !
It's pretty simple actually.
1. You download Autohotkey & isntall it.
2. You launch the Generator
3. Press a key on the virtual keyboard the generator shows and select a magick it should assign the key to. (can be done with multiple keys ofc)
4. Build your file via File -> Save As.. (i.e.)
5. Doubleclick the file the was just created (messagebox shows where)
6. Launch the game and start playing
7. press the key you assigned ingame and the script will automatically cast the spell you assigned to the key (Step 3.)
8. Beat Cthulhu with ease
Jack5500 is offline   Reply With Quote
Old 04-13-2012, 10:01 AM   #6
IronChef44
 
Join Date: May 2011
Reputation: 6
Posts: 84
Worked like a charm lol. Thanks for the help and this tool ! much appreciated !

Chef
IronChef44 is offline   Reply With Quote
Old 04-21-2012, 11:39 PM   #7
SlasherZet
 
Join Date: Jul 2010
Reputation: 0
Posts: 4
Doesn't work properly, I set it as instructed, for example set Teleport to 1... If I type 1 in say a text box, it propely executes QSD but in game it only does QS...
I tried editing the script and the only workaround I could find was to duplicate some of the keys to say SendPlay QSDD... Then it would properly send QSD...
Very weird.
SlasherZet is offline   Reply With Quote
Old 04-23-2012, 09:11 AM   #8
Jack5500
 
Join Date: Oct 2009
Reputation: 2
Posts: 31
Quote:
Originally Posted by SlasherZet View Post
Doesn't work properly, I set it as instructed, for example set Teleport to 1... If I type 1 in say a text box, it propely executes QSD but in game it only does QS...
I tried editing the script and the only workaround I could find was to duplicate some of the keys to say SendPlay QSDD... Then it would properly send QSD...
Very weird.
We experienced that too. But it happens about 10% of the time. So the "fix" you brought up, wasn't worth it. Like I said, it works for 90% of the people
Jack5500 is offline   Reply With Quote
Old 04-23-2012, 04:33 PM   #9
cplcarlman
 
 
 
Join Date: Oct 2004
Reputation: 172
Posts: 1,137
Maybe you could just hire someone to play the game for you so you don't have to play it.
cplcarlman is offline   Reply With Quote
Old 04-26-2012, 03:06 PM   #10
Nirrudn
 
Join Date: Feb 2011
Reputation: 2
Posts: 12
Quote:
Originally Posted by Jack5500 View Post
We experienced that too. But it happens about 10% of the time. So the "fix" you brought up, wasn't worth it. Like I said, it works for 90% of the people
I encounter this issue in lots of games I try to use AutoHotkey for. The solution I came up with was to use a loop to parse the list of keys I wanted to send, so I could tweak the delay until it worked flawlessly and smoothly.

Here's an example of what I mean, this obviously isn't for Magicka, but you get the idea, it spits out 1235678901:

Code:
spamkeys = 1,2,3,5,6,7,8,9,0,1
Loop, parse, spamkeys, CSV
{
	Send %A_LoopField%
	Sleep 50
}
Nirrudn is offline   Reply With Quote
Reply

Go Back   Steam Users' Forums > Steam Game Discussions > M - P > Magicka


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -7. The time now is 08:42 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Site Content Copyright Valve Corporation 1998-2012, All Rights Reserved.