Page 2 of 5

Re: Alternative Scenario Alerter

Posted: Thu Oct 12, 2017 6:09 am
by Achilleos
This is glorious! Thanks!

Re: [Addon] Scenario Alerter

Posted: Sun Jul 01, 2018 10:11 pm
by Caffeine
Updated to revision 3
scAlert-rev3.zip

- Warhammer icon will now light up on your taskbar when you get a scenario pop
Image
- fixed a false positive notification when exactly 1 scenario was played and client was restarted
- sirena.exe is now compatible with the new 64bit exe

If you're updating from any earlier revision you need to:
  • replace sirena.exe with the new one (adds taskbar flashing + exe hotfix)
  • update ScenarioAlert .mod and .lua files in your Interface/ScenarioAlert folder (fixes false positive)
For those of you who are trying out Sc Alert for the first time installation steps for this revision are the same as here:
viewtopic.php?f=66&t=20524#p225973

Re: [Addon] Scenario Alerter

Posted: Thu Dec 20, 2018 8:41 am
by Ninjagon
THX for this addon!

I prefer this sound (Ogre from Warcraft 2):
http://www.thanatosrealms.com/war2/soun ... /ready.wav

or you can choose what you wish:
http://www.thanatosrealms.com/war2/horde-sounds
8-)

Re: [Addon] Scenario Alerter

Posted: Wed Dec 26, 2018 2:43 pm
by jonyjones
K was so happy before antivirus warm up

Re: [Addon] Scenario Alerter

Posted: Wed Dec 26, 2018 5:00 pm
by Sulorie
jonyjones wrote: Wed Dec 26, 2018 2:43 pm K was so happy before antivirus warm up
Tell your antivirus to behave. ;p

Re: [Addon] Scenario Alerter

Posted: Tue Jan 08, 2019 1:02 pm
by jonyjones
i dont have an antivirus, its web based so i guess dev have to fix it, since without antivirus i wont take any risk

Re: [Addon] Scenario Alerter

Posted: Wed Jan 09, 2019 10:44 pm
by wdesu
jonyjones wrote: Tue Jan 08, 2019 1:02 pm i dont have an antivirus, its web based so i guess dev have to fix it, since without antivirus i wont take any risk
why not use the provided .au3 script instead, you just have to install AutoIt first. you can even read the code if you suspect there's something malicious.
Spoiler:
btw, on linux i use this script instead

Code: Select all

#!/usr/bin/env bash

inotifywait -m ./logs/scenarioAlert.log -e modify |
    while read path action file; do
        notify-send "Scenario pop" "" -t 5000 --icon=dialog-information
    done

Re: [Addon] Scenario Alerter

Posted: Thu Mar 14, 2019 1:56 pm
by Taz83
amazing addon

thanks for making this addon available :D

Re: [Addon] Scenario Alerter

Posted: Thu Mar 14, 2019 3:13 pm
by porkstar
Spoiler:
Image

Re: [Addon] Scenario Alerter

Posted: Thu Mar 14, 2019 3:36 pm
by flintboth
Never seen your post, thank you.