View Single Post
10/06/21, 12:17 PM   #16
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Originally Posted by snichols7778 View Post
is there a gps bug on pts since last update i was trying to write the guide for community level guide addon and /zgpos gps no longer seems to work unless i delete all saved variables and can only be done as soon as i login

bad argument #2 to 'string.format' (integer expected, got nil)
stack traceback:
[C]: in function 'string.format'
user:/AddOns/ZGESO/Pointer.lua:1235: in function 'fn'
|caaaaaa<Locals> checker = "gps", gps = [table:1]{offsetY = 0.7257384210825, id = 243, zoneId = 381, offsetX = 0.21938160061836, scaleX = 0.031974401324987, scaleY = 0.031974401324987}, tex = 243 </Locals>|r
/EsoUI/Ingame/SlashCommands/SlashCommands_Shared.lua:204: in function 'DoCommand'
|caaaaaa<Locals> text = "/zgpos gps", command = "/zgpos", arguments = "gps", fn = user:/AddOns/ZGESO/Pointer.lua:1229 </Locals>|r
/EsoUI/Ingame/ChatSystem/SharedChatSystem.lua:1807: in function 'SharedChatSystem:SubmitTextEntry'
|caaaaaa<Locals> self = [table:2]{minContainerWidth = 300, numUnreadMails = 26, isAgentChatActive = F, loaded = T, isMinimizingOrMaximizing = F, isMinimized = F, ignoreTextEntryChangedEvent = F, shouldMinimizeAfterEntry = F, allowMultipleContainers = F, currentChannel = 0, maxContainerWidth = 550, maxContainerHeight = 380, suppressSave = F, currentNumNotifications = 3, minContainerHeight = 170}, text = "/zgpos gps", valid = F, prefix = 47 </Locals>|r
/EsoUI/Ingame/ChatSystem/SharedChatSystem.lua:2532: in function 'ZO_ChatTextEntry_Execute'
|caaaaaa<Locals> control = ud </Locals>|r
ZO_ChatWindowTextEntryEditBox_Enter:3: in function '(main chunk)'
|caaaaaa<Locals> self = ud </Locals>|r
(tail call): ?
(tail call): ?
I don't know which addon the /zgpos command is from, but I suppose it will need an update to work with the next game version. You are advised to report the error in its comment section, as this thread is meant as a place for addon authors to share information about the next game update and not for users to report addon problems.
  Reply With Quote