Advertisement
Guest User

The Secret World TSW New York Raid ACT

a guest
Sep 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. How to make ACT let you know which NPC gets podded
  2. by Claire-V
  3.  
  4. here is a way to get a warning telling you which NPC gets the pod and get a timer for the cooldown of the pod.
  5.  
  6. First go to the Custom Triggers tab of ACT and create three custom triggers with the following parameters:
  7. (TTS (text to speech) will give you a "vocal" warning)
  8. 1)
  9. Custom trigger: TTS: pod-Melee
  10. Regular Expression: .*?afflicts Mei Ling with Inevitable Doom.*
  11. Check timer and name it something like "PodMelee".
  12. -- -- -- -- -- -- -- -- -- -- -- --
  13.  
  14. 2)
  15. Custom trigger: TTS: pod-long-range
  16. Regular Expression: .*?afflicts Alex with Inevitable Doom.*
  17. Check timer and name it something like "Podlongrange".
  18. -- -- -- -- -- -- -- -- -- -- -- --
  19.  
  20. 3)
  21. Custom trigger: TTS: pod-Shotgun
  22. Regular Expression: .*?afflicts Rose with Inevitable Doom.*
  23. Check timer and name it something like "Podshotgun".
  24.  
  25. Like this: http://i.imgur.com/YM3a2dL.png
  26.  
  27. Then click "Show timer" in the top right corner and right click on the window to open the options (the window can be placed over TSW during the fight)
  28.  
  29. set the options like this (only "timer specific settings" are important): http://i.imgur.com/Ykl3lXL.png
  30.  
  31. For mei ling, the pod takes about 8 seconds after the cast to reach her so i put a warning point at 22 (30-8 ). 30s is the aproximate cooldown of the pod but it can be delayed if the boss is doing something else.
  32. (For alex and rose i put the warning point at 24 and nothing for zuberi.)
  33.  
  34. You can change the color of the timer (i use the clothing color of the npcs) to make it easier, it's the colored square next to "custom tooltip".
  35.  
  36. The timer looks like this:
  37. it has the name of the timer, the 30s pod cooldown and the mark for the aproximate moment of podding.
  38.  
  39. http://i.imgur.com/W6UIDlE.png
  40.  
  41. important things to check: the name you put in "Timer or Tab name" in the custom triggers tab must match the name of your timer in the timer tab: http://i.imgur.com/JXll0Yk.jpg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement