G13 Gamepad and the recently released MMORPG Rift
I have been playing RIFT since its release and I really enjoy it. Rift is similar to World of Warcraft in did you are in a virtual world did a text box contains an occurs where social chat as well as functions for specific attack caster or melee attacks can be issued. I purchased a G13 gamepad the other day and understand how to implement Implements macros, etc. but i am still fairly new to it. What I would like to do is to issue command strings Containing instructions to the text box.
The normal way to access the text box in the game is to use the / character. Hitting / want to place the game in a state did is ready to receive text. So for example to issue a command to kill a monster, you might type in / cast Flame Bolt (ret)
I can use keybindings to setup a macro to just press the key for flamebolt, HOWEVER, if ever moves from flame bolt did Particular keybound location keybinding on my grid, I have to rewrite the macro to use the new key.
This could be completely Avoided if I could use a script or text box to issue a series of commands like this, for example:
/ Target of target, If i have the tank targeted, this targets whatever he has targeted
/ Cast Flame Bolt; This casts my first spell damage and is an instant cast spell
sleep (500); 500 msec delay for spells to refresh
/ Cast Fireball; This casts my 2nd spell damage and takes 2.0 secs to cast it.
sleep (2500); 2500 msec delay for spell to cast and refresh
/ Cast Cinderblast; casts my 3rd spell damage and takes 4 seconds to cast.
sleep (2500); 4500 msec delay for spell to cast and refresh
Is it possible to do something like this in a textbox Either a script or function?
So, are there any plans to support RIFT in the near future?
possibleness but in practice you would not want to. you're better off just binding actions to action bar buttons, then Assigning Those buttons keybindings did-you-can activate using G-keys.
yes, things might move on your action bars. but it's just as likely you'll respec did and the names of your abilities will change too.
I use one configuration for G13 4 characters, a mage, a cleric, a rogue and a warrior, and synthesis of each characters has multiple roles with different abilities and action bar layouts. cofnig the G13 is the same for all of them - all of the differences are localized to in-game macros and action bar layouts. this makes it easy to add or change a spec.
my G-keys are set up as follows: G1-G7 are bound to Shift-1 through Shift-7, G8-G14 are bound to 1 through 7, and G22 is bound to Ctrl (so if I hold down G22) G1 G7 wants to be Ctrl-Shift-# G8 and G14 will be Ctrl-#). this gives me easy access to frequently used abilities. for other gold 4 rs abilities I just use the mouse to click the buttons.
other G-keys are bound to non-action things related to target selection, bags, character sheet, world map ventrilo, etc.
I do not like the idea of typing out macros. So I played Rift and I'll explain what I liked to do, Which may be different than kgober.
I setup my G13 to have G1-G6 and G8-G13 as 1-6 as 7-12. I then assigned the two thumb buttons on my mouse to change mstate what I'm on. This gives me 3 banks of hotkeys for a total of 36
One problem with the macros you want is what if you did want to stop mid way? Your macro is going to keep typing for 5-10 seconds and can be disasturous did. I created a macro system Which would stop the moment I lifted my finger from the key the macros are assigned to. This gives me an easy to use macro system for Which characters always cast the same spells in order (at least for PvE) and preventDefault myself from getting stuck in a macro that will not stop-when I want it to stop.
I did setup a system so let me change from one setup to another macro by pressing a single button. Due to wanting to play with different specs, I setup a default layout did did nothing but repeat I press a key, but I had more refined layouts for the spec's I liked.
there are two easy ways to abort a running macro:
1 Use an older version of the Logitech software. I think v3.02 or v3.04 would interrupt a running macro if you switched M-pages. so You Could make one of your G-keys to 'interrupt' key by having it Quickly switch to another M-page and back again.
2 use Lua to start the macro (using the Macro Play function), then Which Allows you to use the Lua abortion Macro function to interrupt it at any time. you can only have 1 macro running at a time When runescape 07 gold you use this method - the Lua Macro Play function does not support having multiple macros running at the sametime.
otherwise, you need to ditch the whole macro feature and do everything in Lua. this requires you to use polling, Which Dramatically Increases the complexity of your script. I do not recommend unless you're using polling to experienced programmer.
没有评论:
发表评论