Go to Page... |
Compatibility: | Flames of Ambition (6.3.5) |
Updated: | 04/06/21 10:57 AM |
Created: | 04/05/21 09:47 AM |
Monthly downloads: | 64 |
Total downloads: | 3,137 |
Favorites: | 7 |
MD5: |
File Name |
Version |
Size |
Uploader |
Date |
1.1.0 |
2kB |
DeadMoroz |
04/05/21 03:12 PM |
Comment Options |
05/23/21, 08:09 AM | |
Forum posts: 0
File comments: 2
Uploads: 0
|
never mind :-D
Last edited by MrGibsche : 05/23/21 at 08:15 AM.
|
|
MrGibsche |
View Public Profile |
Send a private message to MrGibsche |
Find More Posts by MrGibsche |
Add MrGibsche to Your Buddy List |
Baertram |
View Public Profile |
Send a private message to Baertram |
Find More Posts by Baertram |
Add Baertram to Your Buddy List |
Baertram |
View Public Profile |
Send a private message to Baertram |
Find More Posts by Baertram |
Add Baertram to Your Buddy List |
04/06/21, 11:01 AM | ||
|
Check if any addon have bundled LibCustomMenu library - this can be the source of problem |
|
|
DeadMoroz |
View Public Profile |
Send a private message to DeadMoroz |
Find More Posts by DeadMoroz |
Add DeadMoroz to Your Buddy List |
04/05/21, 06:56 PM | |
|
Getting this error message upon login:
Code:
user:/AddOns/MailTo/MailTo.lua:37: function expected instead of nil |rstack traceback: user:/AddOns/MailTo/MailTo.lua:37: in function 'MailTo.onInitialize' |caaaaaa<Locals> event = 65536, addonName = "MailTo", LCM = [table:1]{CATEGORY_SECONDARY = 3, CATEGORY_EARLY = 1, CATEGORY_PRIMARY = 2, CATEGORY_TERTIARY = 4, CATEGORY_LATE = 6, CATEGORY_QUATERNARY = 5, DIVIDER = "-"} </Locals>|r LCM.CATEGORY_LATER -> LCM.CATEGORY_LATE But this won't fix it yet :-( Seems that LCM:RegisterPlayerContextMenu is not found? Maybe EVENT_ADD_ON_LOADED is too early and you need to use EVENT_PLAYER_ACTIVATED as the chat will be ready at that "later" event first. Lua Code:
-> It always says "d("<LCM:RegisterPlayerContextMenu not found!")" Another info: You should change your txt file to request the newest version (via the >= tag addition) of LibCustomMenu so that no older versions loaded: Code:
## DependsOn: LibCustomMenu>=695
Last edited by Baertram : 04/05/21 at 07:33 PM.
|
|
Baertram |
View Public Profile |
Send a private message to Baertram |
Find More Posts by Baertram |
Add Baertram to Your Buddy List |
04/05/21, 03:14 PM | ||
|
|
|
|
DeadMoroz |
View Public Profile |
Send a private message to DeadMoroz |
Find More Posts by DeadMoroz |
Add DeadMoroz to Your Buddy List |
04/05/21, 01:34 PM | |
|
Thanks for the addon.
Some translations for different languages: English - en.lua (should be in your txt file, before line $(language).lua) as hardcoded call to en.lua and not in your MailTo.lua file. It's also common to put the translations files in a subfolder i18n or lang or localization. Code:
ZO_CreateStringId("MAIL_TO_TITLE", "Send mail") Code:
ZO_CreateStringId("MAIL_TO_TITLE", "Mail an Benutzer senden") Code:
ZO_CreateStringId("MAIL_TO_TITLE", "Envoyer un mail") Code:
ZO_CreateStringId("MAIL_TO_TITLE", "Enviar correo al usuario") |
|
Baertram |
View Public Profile |
Send a private message to Baertram |
Find More Posts by Baertram |
Add Baertram to Your Buddy List |