WeakAuras

WeakAuras

200M Downloads

Custom Text not updating with a custom trigger

JoshuaKoji opened this issue ยท 1 comments

commented

Description

When trying to update a custom text aura with a custom trigger, the text update won't fire beyond the first time.

WeakAuras Version

5.4.4

World of Warcraft Flavor

Retail (Default)

Tested with only WeakAuras

  • Yes
  • No

Lua Error

No response

Reproduction Steps

Go to a merchant and vendor an item, buy it back again, and repeat. The text wont change beyond the first time.

Last Good Version

No response

Screenshots

No response

Export String

!WA:2!1rvZUTTrq4O6dbGUiiriWOiPhiCrDCqdcqDD9TEWuH(Nczjxk644EHA5Ulf3yYDxS7s7OCuTOiN9JGU0lfOa6jOWpbeg9jW9nWpbDwsQ4edBEGC2HZo)99ntRTAN3M0M8HxOefMmgNQ6Fqy3D75REx)Ken1SZ)C8)Dp7J87imTmdnoK(otuIqLJmrYidlNgrgZr5mCKjvr1PImY4P4cTrKBTvwKuWXgMG7U6ZDCHNmbgL5Ml40XU)K72uZEwXp7Njfzzr30IbgfJpA1k1VW1OkO1xrrnfk(NChhkNCHofreNEuDz0AgIJtfQ9fmUjUJFVq)a5tVLkAuJGhhCK09UR56tTKp86k9ajbzOb0tOCZLOcqlYWWhYiMuVnHJkuvBqVrG2GughpgNzCItGp6uNjq1nAevP7TIQr8dp5YcnnQamJPTVhwDgfRfQ49ee6WlgrbmJHhKkoTp)sD1NocaceNYVQbxEvHczdCAaCKQDAaNDXc(YootMhIHZQ1hLYi0aBrsMRXmwsJHK2uONsOXfjjHGg1o(D3FRd6oHzO59ax3YRYW6ljBFDUUdfLvLVxQlIR6pdaFWE3SOoBoimAq4MbHt0sAw2UeTZ52lo3NdlFG8XhaPNBNuKTdcLRgAR6A)OpF)UBEKFq0E975F0L1HEEbVMJJZhJ4(kkeXGb773TB5ZKlFtwzdlYsRS8h4QtVUXhBzbuvaoLIpU8btinr4l8S)TCd5JS58NbgdpRG3GJlv(SYVFgWLEBvmpHUgIpw(iuLCyTn22ZFDp5Y3nJlxqIGOshEfWHPkok71aBbsIF7meNLxLpBu2ERYvkx8CkstH5fkFKj9(xmpDRasLMciprpXAJfhlx0lhX4vxS07(LDkFvPpi(4BQXlrWnYhULI9E3FParaNICddNcT4a6il1(jlvUYfWXye(4rWofoXltGiV(mB7Hd4Gkn2GYa4yPG8ImdZjaNH06Lk754beaCTa79uRWeB8gahEAZ08BAMMNCQqrouHKtoSryQQkbSLJNXU1zL7UrMrhHWJJsYecv6zAAws9AbV(HH93BkWsOKQP2F)lV1DeYgHsx53C3rrQOyMfEwyku8HWmPHjhUwbJmtE66(R(8J)HIFTtawKju)8cWJ6Ta5LLmoiy3T3jCQrGpPgF)Qw)XFUmJ4TnmwRgpFVCN)Ex7E5zjkykbGAalw4Q6TCBzvzBfXd6e4737cyzeOUVSA9Jtma)jSroZ(KKF5Vfl)6BPyWZxiwU4SAmOtvc3QvRfMAPrSAFoJXRTdoT0mqet9RMptV1wi(JETTo4hF56VC92N8VV5)p
commented

That's because you misunderstood how custom triggers work. The trigger collects the data that should be displayed and the custom text function only runs if that data changed. You probably should use the stack function for your custom code.