<a href="http://s450.photobucket.com/albums/qq22 ... tled-4.png" target="_blank"><img src="http://i450.photobucket.com/albums/qq22 ... tled-4.png" border="0" alt="Photobucket"></a>
how can i convert this to console /\
console /\[(.*)(.*)(.*)\] You use Finger Offensive \(lvl: (.*)\) on player (.*) \((\d+)\) - Dmg: (.*) \(delay (.*)\)$/ <==== i make this
about console converting it to word so i can use it in macro
Moderator: Moderators
-
- Noob
- Posts: 3
- Joined: 10 Apr 2012, 06:09
- Noob?: Yes
-
- Moderators
- Posts: 1196
- Joined: 16 Dec 2011, 02:53
- Noob?: No
- Location: Brazil
Re: about console converting it to word so i can use it in macro
Correct is :\(lvl: (.*)\)
And here :\(Lv: (.*)\)
The correct word is Delay.\(delay (.*)\)$/
You're not using Case Sensitive, for this, you can use i :
The same to player(Correct is Player)console /regexp/i
Learn rules