Category talk:Renown Scrolls: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
(Replaced content with "The Genie triggers have been replaced by this script. --~~~~")
 
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 |-;#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}</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 |-;#log >RenownScroll.txt |$1||[[$2]]||$3||$4}</pre>

==Rank, Name, Circle, Race==

<pre>#trigger {(\d+)\s+(\w+)\s+(\w+)?\s+(\d+)\s+(Dwarf|Elf|Elothean|Gnome|Gor'Tog|Halfling|Human|Kaldar|Prydaen|Rakash|S'Kra Mur)\s+(Barbarian|Bard|Cleric|Commoner|Empath|Moon Mage|Necromancer|Paladin|Ranger|Thief|Trader|Warrior Mage)} {#log >RenownScroll.txt |-;#log >RenownScroll.txt |$1||[[$2]]||$4||$5}</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 |-;#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)