If you have purchased a Legacy or Starter Pack, please see this thread for instructions on how to claim your items in-game. (Please see the yellow text in the linked thread for instructions on creating a Reman.) (Not seeing your pack in-game? Please see the lime-green text in the linked thread above for information.)
If you have additional questions about the Legacy or Starter pack, please read this FAQ.
Thanks SO MUCH for all your support, and we'll see you in-game!
I'm not gonna lie, Active healing is hard and alot of people simply aren't cut out for it. It has very little reward compared to doing the dps (after all, who DOESN'T wanna be captain kirk). It is however necessary to win, and that is why I applaud anyone that heals.
I'm not gonna lie, Active healing is hard and alot of people simply aren't cut out for it. It has very little reward compared to doing the dps (after all, who DOESN'T wanna be captain kirk). It is however necessary to win, and that is why I applaud anyone that heals.
I hate that other than the mad love and affection, there is little show show for extend shields. I do it alot, and sadly the end game stats make me wonder why am I bothering, though I know it's helping.
Oh, and though it's been all space binds, this is one of my favorite binds for ground stuff:
/bind e "Target_Enemy_Next_Exposed $$ +TrayExecByTray 0 1"
That will target the closest enemy in an exposed state and fire your exploit attack. Very useful in ground combat.
You know thats funny I had Q bound to next exposted and e to switch weapons... damn why not just put the exploit shot in the bind.... thank you, so simple perfect.
i tried to do some key bindings but i have a strange problem :
my keybindings :
(row 5, keys 1, 2 and 3)
/Bind - "+trayexecbytray 4 0 $$ +trayexecbytray 4 1 $$ +trayexecbytray 4 2"
i tried to do some key bindings but i have a strange problem :
my keybindings :
(row 5, keys 1, 2 and 3)
/Bind - "+trayexecbytray 4 0 $$ +trayexecbytray 4 1 $$ +trayexecbytray 4 2"
Yeah, it's probably the brief shared cooldown. E.g. if I bind a key to execute Attack Pattern Beta then Attack Pattern Alpha, it will do Beta and queue Alpha for half a second or so, then load Alpha properly. If I interrupt it by pressing another button, Alpha doesn't load at all.
for each binding no cooldown is shared (i have 2 hazard emitters and 2 emergency power to shield on my engineer)
No, there's a brief "cooldown" on most abilities (half a second), meaning you can't load most abilities simultaneously. If you activate EPtS and then immediately activate HE, it will begin to activate EPtS (which takes 0.5 seconds to "charge", as per the tooltip), and put HE onto a queue. However, the queue can only hold 1 ability; you can't queue more than 1 ability at a time. If you activate a third ability while EPtS is on it's 0.5 second charge time, it will remove the 2nd ability from the queue and replace it with the 3rd ability.
So what's happening with your bind is this:
1. EPtS starts to charge (start the 0.5 second timer)
2. HE goes on the queue immediately (no time has elapsed, as all actions in a bind are executed with no delay in between)
3. HE gets removed from the queue and Nadion Inversion goes on the queue (again, no time has elapsed yet)
4. NI gets removed from the queue and RSF gets put on the queue (again, no time elapsed yet)
5. 0.5 seconds later, EPtS finishes its 0.5s charge, and RSF gets loaded (subject to a 0.5 second charge time)
That's why only your first and last abilities get loaded -- there's a 0.5s charge time on your abilities, and only 1 ability can be queued at any one time.