Category talk:Renown Scrolls: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 3: Line 3:
==Rank, Name, Race (basic renown scroll)==
==Rank, Name, Race (basic renown scroll)==


<pre>#trigger {(\d+)\s+(\w+).+(Dwarf|Elf|Elothean|Gnome|Gor'Tog|Halfling|Human|Kaldar|Prydaen|Rakash|S'Kra Mur)$} {#log >RenownScroll.txt |-|$1||[[$2]]||$3}
<pre>#trigger {(\d+)\s+(\w+).+(Dwarf|Elf|Elothean|Gnome|Gor'Tog|Halfling|Human|Kaldar|Prydaen|Rakash|S'Kra Mur)$} {#log >RenownScroll.txt |-;#log >RenownScroll.txt |$1||[[$2]]||$3}
#trigger {(\d+)\s+(\w+).+(Dwarf|Elf|Elothean|Gnome|Gor'Tog|Halfling|Human|Kaldar|Prydaen|Rakash|S'Kra Mur)\s+\|$} {#log >RenownScroll.txt |-|$1||[[$2]]||$3}</pre>
#trigger {(\d+)\s+(\w+).+(Dwarf|Elf|Elothean|Gnome|Gor'Tog|Halfling|Human|Kaldar|Prydaen|Rakash|S'Kra Mur)\s+\|$} {#log >RenownScroll.txt |-;#log >RenownScroll.txt |$1||[[$2]]||$3}</pre>


==Rank, Name, Race, Circle==
==Rank, Name, Race, Circle==


<pre>#trigger {(\d+)\s+(\w+).+(Dwarf|Elf|Elothean|Gnome|Gor'Tog|Halfling|Human|Kaldar|Prydaen|Rakash|S'Kra Mur)\s+(\d+)} {#log >RenownScroll.txt |-|$1||[[$2]]||$3||$4}</pre>
<pre>#trigger {(\d+)\s+(\w+).+(Dwarf|Elf|Elothean|Gnome|Gor'Tog|Halfling|Human|Kaldar|Prydaen|Rakash|S'Kra Mur)\s+(\d+)} {#log >RenownScroll.txt |-;#log >RenownScroll.txt |$1||[[$2]]||$3||$4}</pre>


==Rank, Name, Race, Deity, Circle (Cleric)==
==Rank, Name, Race, Deity, Circle (Cleric)==


<pre>#trigger {(\d+)\s+(\w+).+(Dwarf|Elf|Elothean|Gnome|Gor'Tog|Halfling|Human|Kaldar|Prydaen|Rakash|S'Kra Mur)\s+(\w+)\s+(\d+)} {#log >RenownScroll.txt |-|$1||[[$2]]||$3||$4||$5}</pre>
<pre>#trigger {(\d+)\s+(\w+).+(Dwarf|Elf|Elothean|Gnome|Gor'Tog|Halfling|Human|Kaldar|Prydaen|Rakash|S'Kra Mur)\s+(\w+)\s+(\d+)} {#log >RenownScroll.txt |-;#log >RenownScroll.txt |$1||[[$2]]||$3||$4||$5}</pre>

Revision as of 13:57, 28 January 2012

Genie triggers for logging this information to RenownScroll.txt:

Rank, Name, Race (basic renown scroll)

#trigger {(\d+)\s+(\w+).+(Dwarf|Elf|Elothean|Gnome|Gor'Tog|Halfling|Human|Kaldar|Prydaen|Rakash|S'Kra Mur)$} {#log >RenownScroll.txt |-;#log >RenownScroll.txt |$1||[[$2]]||$3}
#trigger {(\d+)\s+(\w+).+(Dwarf|Elf|Elothean|Gnome|Gor'Tog|Halfling|Human|Kaldar|Prydaen|Rakash|S'Kra Mur)\s+\|$} {#log >RenownScroll.txt |-;#log >RenownScroll.txt |$1||[[$2]]||$3}

Rank, Name, Race, Circle

#trigger {(\d+)\s+(\w+).+(Dwarf|Elf|Elothean|Gnome|Gor'Tog|Halfling|Human|Kaldar|Prydaen|Rakash|S'Kra Mur)\s+(\d+)} {#log >RenownScroll.txt |-;#log >RenownScroll.txt |$1||[[$2]]||$3||$4}

Rank, Name, Race, Deity, Circle (Cleric)

#trigger {(\d+)\s+(\w+).+(Dwarf|Elf|Elothean|Gnome|Gor'Tog|Halfling|Human|Kaldar|Prydaen|Rakash|S'Kra Mur)\s+(\w+)\s+(\d+)} {#log >RenownScroll.txt |-;#log >RenownScroll.txt |$1||[[$2]]||$3||$4||$5}