Asrial
02-25-2019, 10:23 PM
Not sure where else to put this, but it is for Lich purposes.
Does anyone know the name of the Wizard FE arrivals window name?
IE: the death window, I think, is 034GSw00003
Lich has this code...
if line =~ /<pushStream id="death"\/>(.*?)<popStream\/>/m
line = line.sub(/<pushStream id="death"\/>.*?<popStream\/>/m, "\034GSw00003\r\n#{$1}\034GSw00004\r\n")
...that is responsible for converting StormFront death messages to ones that will show up in the deaths window for the Wizard.
..and so I'm wanting to do the same for arrivals.
Does anyone know the name of the Wizard FE arrivals window name?
IE: the death window, I think, is 034GSw00003
Lich has this code...
if line =~ /<pushStream id="death"\/>(.*?)<popStream\/>/m
line = line.sub(/<pushStream id="death"\/>.*?<popStream\/>/m, "\034GSw00003\r\n#{$1}\034GSw00004\r\n")
...that is responsible for converting StormFront death messages to ones that will show up in the deaths window for the Wizard.
..and so I'm wanting to do the same for arrivals.