about console converting it to word so i can use it in macro

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

im2fast4you
Noob
Noob
Posts: 3
Joined: 10 Apr 2012, 06:09
Noob?: Yes

about console converting it to word so i can use it in macro

#1 Post by im2fast4you »

<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
User avatar
SkylorD
Moderators
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

#2 Post by SkylorD »

\(lvl: (.*)\)
Correct is :
\(Lv: (.*)\)
And here :
\(delay (.*)\)$/
The correct word is Delay.
You're not using Case Sensitive, for this, you can use i :
console /regexp/i
The same to player(Correct is Player)
Learn rules