Thread: Random error
View Single Post
Unread 06-05-14, 07:09 AM   #1
Zanderwar
Zombie
AddOn Author - Click to view addons
Join Date: Jun 2014
Posts: 3
Random error

Code:
x1:SetText(Inspect.Pvp.Prestige().rank.." ")
x2:SetText(Inspect.Pvp.Prestige().accumulated.."/"..Inspect.Pvp.Prestige().needed)
This gives an error after every zone change, can't figure out why it happens since it still works

It loops on Event.System.Update.Begin

Any one able to help me out with this so I can release my addon?

Quote:
Error: ezPvP/main.lua:298: attempt to index a nil value
In ezPvP / Set Statistics, event Event.System.Update.Begin
stack traceback:
ezPvP/main.lua:298: in function <ezPvP/main.lua:241>
Zanderwar is offline   Reply With Quote