im getting this spammed through my output
so i checked the cmd
Index was the out of bounds array
line 572 in packet handler
So i went there and saw this
Anyone tell me why the super is wrong? I dont remember doing anything and my friend said all he bought was the super items Npc i made so i thought it be something wrong with the super items obviously but idk what the error means?
Code:
A first chance exception of type 'System.NullReferenceException' occurred in NewestCOServer.exe
Index was the out of bounds array
line 572 in packet handler
So i went there and saw this
Code:
else if (I.Quality == NewestCOServer.Game.Item.ItemQuality.Super)
Points += 1000;