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…') |
(Replaced content with "The Genie triggers have been replaced by this script. --~~~~") |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The Genie triggers have been replaced by [[Elanthipedia Renown Scrolls (script)|this script]]. --[[User:Isharon|Isharon]] 01:32, 19 April 2013 (UTC) |
|||
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|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> |
|||
==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> |
|||
==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> |
Latest revision as of 19:32, 18 April 2013
The Genie triggers have been replaced by this script. --Isharon 01:32, 19 April 2013 (UTC)