Page 2 of 2
Posted: 2005-10-19 01:13am
by Mr Bean
Stark wrote:A question: Mr Bean mentioned macroing. Does this mean a game finally has scripting for combat? If so, how sophisticated can the conditions be?
Macro is standard 256 charater limit, However there have been some scripts build for Controllers in the past to do most anything.
Posted: 2005-10-19 10:22am
by McNum
Stark wrote:A question: Mr Bean mentioned macroing. Does this mean a game finally has scripting for combat? If so, how sophisticated can the conditions be?
You cannot use more than one power per macro. In other words if you have more than one called power in your macro, only one will be called. You can use that to have a macro toggle between two toggle powers by calling two mutually exclusive powers, such as Hover and Fly.
In CoV the /petcom and /petsay commands, among others, are added. You can apparently use as many of these as you can fit in a macro like: "petcom_name battle drone att def$$petcom_name protector bot follow agg$$petsay_all Orders confirmed!"
Which would make your battledrone attack you current target and then attack whatever shoots at it and your protector bot will follow you and attack anything that comes near and all your robots would say "Orders Confirmed!".
That's about how advanced you can get. No looping macros, and apparently that's a design choice.