Category talk:Renown Scrolls: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Genie triggers for logging this information to RenownScroll.txt: ==Rank, Name, Race (basic renown scroll)== <pre>#trigger {(\d+)\s+(\w+).+(Dwarf|Elf|Elothean|Gnome|Gor'Tog|Half…') |
mNo edit summary |
||
Line 4: | Line 4: | ||
<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 |-|$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 |-|$1||[[$2]]||$3}</pre> |
||
==Rank, Name, Race, Circle== |
==Rank, Name, Race, Circle== |
Revision as of 19:39, 5 December 2011
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 |-|$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}
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 |-|$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 |-|$1||[[$2]]||$3||$4||$5}