regexp

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

kimalonzo
Noob
Noob
Posts: 1
Joined: 18 May 2010, 05:28
Noob?: Yes

regexp

#1 Post by kimalonzo »

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
User avatar
SkylorD
Moderators
Moderators
Posts: 1197
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil

Re: regexp

#2 Post by SkylorD »

Player HiperSul (37) is casting Curar on Player Urano Master (27)
To this example,i use this regexp :
/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+\)/
Don't it's necessary the 'delay ms'.
Learn rules