i am running an arch bishop that buffs the player that is being buffed by my sura.
I am using the console to trigger the buff but i cant get the regexp right.
here's what i got right now:
/Player Sylvanus Health Club \(\d\) is casting Gentle Touch-Alive on Player (.*?) \(\d\) \(delay (\d+)ms\)/i
regexp
Moderators: Moderators, Documentation Writers
-
- Moderators
- Posts: 1197
- Joined: 16 Dec 2011, 02:53
- Noob?: No
- Location: Brazil
Re: regexp
To this example,i use this regexp :Player HiperSul (37) is casting Curar on Player Urano Master (27)
Don't it's necessary the 'delay ms'./Player HiperSul\(\d+\) is casting Curar on player Urano Master \(\d+\)/
To your example,so use :
/Player Sylvanus Health Club \(\d+\) is casting Gentle Touch-Alive on Player (.*)? \(\d+\)/
Learn rules