Morannon
04-13-2002, 04:44 AM
I undertstand regexp to a certain degree, but im having problems setting up compound regexps.
For example, in ssra temple, I want to look for :
Xerkizh the Creator
So I have:
Name:Xerkizh the Creator
which works just fine. However, there are 2 mobs called Xerkizh the Creator that can be up in ssra temple.
One is an Invisible Man, the other is a Shissar.
I have tried to make a regexp to look for
Name:Xerkizh the Creator.*Race:Shissar
But this doesnt work, what is the complete string format that I should be using a regexp on ?
For example, in ssra temple, I want to look for :
Xerkizh the Creator
So I have:
Name:Xerkizh the Creator
which works just fine. However, there are 2 mobs called Xerkizh the Creator that can be up in ssra temple.
One is an Invisible Man, the other is a Shissar.
I have tried to make a regexp to look for
Name:Xerkizh the Creator.*Race:Shissar
But this doesnt work, what is the complete string format that I should be using a regexp on ?