Membership
Cool Links
Keep TEW Alive!
1
 
SaturdaySundayMondayTuesdayWednesdayThursdayFriday
27282930123
Post new topic   Reply to topic    The Eternal Watch Forum Index -> TESO Addons
View previous topic :: View next topic  
Lycos-Excite
Member



Joined: 06 Dec 2008
Posts: 13

Send private message
Reply with quote

re: Add-on for Guild Groups and character names

So a few times now i have participated in running some dungeons with fellow guild members. We all agree who wants to join and invites get sent.

Then to our dismay, the names that appear in the party are the character names not the @account names. We then run around trying to remember who is who.

I've looked at the API briefly and i think i might have a solution, It looks like i can get the character name from the @account name. So far i have come up with two think there are a  approaches to fixing this:

1.) Modify the guild chat channel to either replace or append the account name with the character name (i.e. @lycos-excite becomes altavista@lycos-excite or just altavista)

2.) modify the party chat to replace or append the character name with the account name (i.e. altavista becomes altavista@lycos-excite or just @lycos-excite)

I havent actually written any code for this yet, but poking around it looks like option 1 would be the simpler add-on, where i could query the character name for each guild message.

Option 2 is a bit trickier as there is no function that i see to get the account name from the character name, so i think i would have to either build a local array of account names from the guild roster, or iterate through all online guild members for each party chat message. (I'm not even sure if we can store local arrays yet.)

I might tinker around with this sometime soon,(it would be nice if i could code this when it didn't take away from playing time...)

Is there any interest in this? Not sure if I'm the only one bugged by this social aspect.



_________________
Mithoron
Guild Founder

user avatar

Joined: 14 Aug 2007
Posts: 1447

Send private message
Reply with quote

re: Add-on for Guild Groups and character names

There is already an addon that does this that I've been using all weekend...it places the character name in the Guild Roster along with the account name:  Thurisaz Guild Info



_________________
 
Retired:

Dragon Nest - Mithoronette (60 Spirit Dancer), Mithoronett (60 Soul Eater)
Star Wars the Old Republic - Mithoron (50 Sith Sorcerer)
Rift, Keenblade - Mithoronette (50 Riftstalker)
World of Warcraft, Icecrown - Darkmithoron (80 Deathknight), Mithoronakon (82 elemental Shaman), Mithoronakei (80 Resto Shaman)
Age of Conan, Wiccana - Mithoronette (80 Herald of Xotli)
Aion, Triniel - Mithoron (40 Spiritmaster)
Lineage 2, Seighart - Ladymithoron (55 Phantom Summoner), Wraithmithoron (50 Spellhowler)
Asheron's Call II OLD: Wraithmithoron (58 Zealot), Mithoron (55 Invoker), Deldharn (60 Clawbearer)
Ahseron's Call II NEW: Mithoronette (46 Zealot)
Asheron's Call I, Harvestgain - Mithoron (100 Battlemage)    

 
Croyd:
...this is not a democracy. It's a Mithocracy!
Lycos-Excite
Member



Joined: 06 Dec 2008
Posts: 13

Send private message
Reply with quote

re: Add-on for Guild Groups and character names

Not quite what i am saying, i want it to appear in our chat windows, so that the name we are constantly seeing is the same when we switch to the party.

I mean to intercept the chat and modify what is displayed in the chat window for each and every message.



_________________
Mithoron
Guild Founder

user avatar

Joined: 14 Aug 2007
Posts: 1447

Send private message
Reply with quote

re: Add-on for Guild Groups and character names

I don't think you'll be able to intercept chat...otherwise gold spammers would have complete autonomy to their advertisements...



_________________
 
Retired:

Dragon Nest - Mithoronette (60 Spirit Dancer), Mithoronett (60 Soul Eater)
Star Wars the Old Republic - Mithoron (50 Sith Sorcerer)
Rift, Keenblade - Mithoronette (50 Riftstalker)
World of Warcraft, Icecrown - Darkmithoron (80 Deathknight), Mithoronakon (82 elemental Shaman), Mithoronakei (80 Resto Shaman)
Age of Conan, Wiccana - Mithoronette (80 Herald of Xotli)
Aion, Triniel - Mithoron (40 Spiritmaster)
Lineage 2, Seighart - Ladymithoron (55 Phantom Summoner), Wraithmithoron (50 Spellhowler)
Asheron's Call II OLD: Wraithmithoron (58 Zealot), Mithoron (55 Invoker), Deldharn (60 Clawbearer)
Ahseron's Call II NEW: Mithoronette (46 Zealot)
Asheron's Call I, Harvestgain - Mithoron (100 Battlemage)    

 
Croyd:
...this is not a democracy. It's a Mithocracy!
Lycos-Excite
Member



Joined: 06 Dec 2008
Posts: 13

Send private message
Reply with quote

re: Add-on for Guild Groups and character names

I think you can, there are a number of apps that already append timestamps and change the guild name to its abbreviation. There are also already gold-spam filters that will remove all the gold spam from chat.

There are built in events for the chat messages that pass the string and you can edit it before outputting it



_________________
Mithoron
Guild Founder

user avatar

Joined: 14 Aug 2007
Posts: 1447

Send private message
Reply with quote

re: Add-on for Guild Groups and character names

Well, if you do it...shorten the guild name to TEW, hehehe...



_________________
 
Retired:

Dragon Nest - Mithoronette (60 Spirit Dancer), Mithoronett (60 Soul Eater)
Star Wars the Old Republic - Mithoron (50 Sith Sorcerer)
Rift, Keenblade - Mithoronette (50 Riftstalker)
World of Warcraft, Icecrown - Darkmithoron (80 Deathknight), Mithoronakon (82 elemental Shaman), Mithoronakei (80 Resto Shaman)
Age of Conan, Wiccana - Mithoronette (80 Herald of Xotli)
Aion, Triniel - Mithoron (40 Spiritmaster)
Lineage 2, Seighart - Ladymithoron (55 Phantom Summoner), Wraithmithoron (50 Spellhowler)
Asheron's Call II OLD: Wraithmithoron (58 Zealot), Mithoron (55 Invoker), Deldharn (60 Clawbearer)
Ahseron's Call II NEW: Mithoronette (46 Zealot)
Asheron's Call I, Harvestgain - Mithoron (100 Battlemage)    

 
Croyd:
...this is not a democracy. It's a Mithocracy!
ESOSecret
Member

user avatar

Joined: 01 Mar 2014
Posts: 95

Send private message
Reply with quote

re: Add-on for Guild Groups and character names

There are several Chat Addons that modify chat so yah, its possible.. TimeStamp ones for example. 



_________________

Secret Sentinel (VR2 Bretton Templar) *MAIN*: Alchemist(3 Agent)- Done
Secret Sentinal (28 Bretton Templar) : Clothier(VR10) and Smithy(VR10)
The Burning Secret (20 Dunmer Dragonknight): Enchanter
Feather (VR4 Bosmer Vampire Nightblade): Woodworker(VR10)
Secret Sage (17 Altmer Sorcerer): Provisionier(Done - Need Recipes)
Secret Guardian (21 Imperial Nightblade): Awesome Tanking
Lycos-Excite
Member



Joined: 06 Dec 2008
Posts: 13

Send private message
Reply with quote

re: Introducting GuildChat v.01

Ok, I have finished the alpha version of the addon.

I named it GuildChat. Here is what it does:

For all chat messages in the /g1 channel (guild 1) it replaces the Guild name with the character name. This name is a full normal link, so you can click and invite or reply or whatever.

For Group messages /g or /p it replaces the [group] with the character name (normal linkable) and changes the character name to the @account name if that person is in your guild 1. If that person is not in guild 1, it leaves that part as a blank []

This addon is a chat event handler and may not work with other similar addons, i.e the xtimestamp addon or pchat

If anyone would like to test this addon you can find it Here (Google drive link, press ctrl-s to save the zip file, then unzip in your addons folder

Please do so at your own risk (not responsible for any fires, riots, acts of god(s) or daedra)



_________________
ESOSecret
Member

user avatar

Joined: 01 Mar 2014
Posts: 95

Send private message
Reply with quote

re: Add-on for Guild Groups and character names

Looks good so far... 



_________________

Secret Sentinel (VR2 Bretton Templar) *MAIN*: Alchemist(3 Agent)- Done
Secret Sentinal (28 Bretton Templar) : Clothier(VR10) and Smithy(VR10)
The Burning Secret (20 Dunmer Dragonknight): Enchanter
Feather (VR4 Bosmer Vampire Nightblade): Woodworker(VR10)
Secret Sage (17 Altmer Sorcerer): Provisionier(Done - Need Recipes)
Secret Guardian (21 Imperial Nightblade): Awesome Tanking
Lycos-Excite
Member



Joined: 06 Dec 2008
Posts: 13

Send private message
Reply with quote

re: Add-on for Guild Groups and character names

It seems to be working well for me, I may expand it to add support for accounts on your friends list and all 5 guild channels as well.

I don't think anyone else has tried it, but i find it pretty valuable to associate the character names with the accounts.



_________________
Posts from:   
Post new topic   Reply to topic    The Eternal Watch Forum Index -> TESO Addons All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
 
 
Last Forum PostsLast Forum Post RSS Feed
TopicPostedReplies
user avatar
 2924days ago0 Replies
user avatar
 2972days ago0 Replies
user avatar
 2976days ago0 Replies
user avatar
 3000days ago2 Replies
user avatar
 3044days ago0 Replies
 
Most Recent Images
Uploaded by: Lorbol on 2016-06-19 16:04:26
I told you so !
Uploaded by: Hamfast58 on 2016-05-31 00:23:29
Jason and Hamfast
Uploaded by: Hamfast58 on 2014-09-07 19:23:13
For Lorb
Uploaded by: Lorbol on 2014-08-10 14:30:45
Talbard Cross?
 
Calendar
Discord Server
1