Skip to content

Commit

Permalink
feat: default channels update
Browse files Browse the repository at this point in the history
Updated say, tells, and shouts to use the P3 token and only show players.

Added a default NPC channel using N3 token to only show NPC say, shouts, tells, and whispers.

this still misses random quest emotes.
  • Loading branch information
grimmier378 committed May 12, 2024
1 parent cbf59ff commit d48f25c
Showing 1 changed file with 112 additions and 3 deletions.
115 changes: 112 additions & 3 deletions default_settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ return {
},
},
[1] = {
['filterString'] = '^([^%s]+) tells you, \'',
['filterString'] = 'P3',
['color'] = {
[1] = 0.6367206573486327,
[2] = 0.2963556349277496,
Expand Down Expand Up @@ -285,7 +285,7 @@ return {
},
},
[1] = {
['filterString'] = '^([^%s]+) says, \'',
['filterString'] = 'P3',
['color'] = {
[1] = 1,
[2] = 1,
Expand Down Expand Up @@ -1226,7 +1226,7 @@ return {
},
},
[2] = {
['filterString'] = 'shouts',
['filterString'] = 'N3',
['color'] = {
[1] = 1,
[2] = 0,
Expand Down Expand Up @@ -1271,6 +1271,114 @@ return {
['locked'] = false,
['Scale'] = 1,
},
[9100] = {
['enabled'] = true,
['Echo'] = '/say',
['MainEnable'] = true,
['enableLinks'] = true,
['PopOut'] = false,
['locked'] = false,
['Scale'] = 1,
['Events'] = {
[4] = {
['Filters'] = {
[0] = {
['color'] = {
[1] = 0.8325581550598145,
[2] = 0.2942996323108672,
[3] = 0.2942996323108672,
[4] = 1,
},
['filterString'] = '',
},
[1] = {
['color'] = {
[1] = 0.8930232524871824,
[2] = 0.3364413380622864,
[3] = 0.3364413380622864,
[4] = 1,
},
['filterString'] = 'N3',
},
},
['eventString'] = '#*# shouts#*#',
['enabled'] = true,
},
[1] = {
['Filters'] = {
[0] = {
['color'] = {
[1] = 0.734883725643158,
[2] = 0.5475102066993709,
[3] = 0.24951866269111628,
[4] = 1,
},
['filterString'] = '',
},
[1] = {
['color'] = {
[1] = 0.8465116024017334,
[2] = 0.5565092563629146,
[3] = 0.2637966573238373,
[4] = 1,
},
['filterString'] = 'N3',
},
},
['eventString'] = '#*# says#*#',
['enabled'] = true,
},
[2] = {
['Filters'] = {
[0] = {
['color'] = {
[1] = 0.7864310741424555,
[2] = 0.9581395387649534,
[3] = 0.6194484233856199,
[4] = 1,
},
['filterString'] = '',
},
[1] = {
['color'] = {
[1] = 0.7965580224990845,
[2] = 0.8744186162948604,
[3] = 0.5327852368354793,
[4] = 1,
},
['filterString'] = 'N3',
},
},
['eventString'] = '#*# whispers#*#',
['enabled'] = true,
},
[3] = {
['Filters'] = {
[0] = {
['color'] = {
[1] = 0.6475920677185059,
[2] = 0.32153597474098206,
[3] = 0.7767441868782038,
[4] = 1,
},
['filterString'] = '',
},
[1] = {
['color'] = {
[1] = 0.8171334266662598,
[2] = 0.5023255944252012,
[3] = 1,
[4] = 1,
},
['filterString'] = 'N3',
},
},
['eventString'] = '#*# tells you#*#',
['enabled'] = true,
},
},
['Name'] = 'NPC',
},
[6] = {
['Name'] = 'Guild',
['Events'] = {
Expand Down Expand Up @@ -1325,4 +1433,5 @@ return {
['LoadTheme'] = 'Default',
['Scale'] = 1,
['refreshLinkDB'] = 10,
['doRefresh'] = false,
}

0 comments on commit d48f25c

Please sign in to comment.