[Question] What does this mean?

10/12/2010 02:23 biohazardous#1
im getting this spammed through my output
Code:
A first chance exception of type 'System.NullReferenceException' occurred in NewestCOServer.exe
so i checked the cmd
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;
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?
10/12/2010 03:43 Arcо#2
[Only registered and activated users can see links. Click Here To Register...]
Lesson 4.
10/12/2010 03:58 biohazardous#3
Quote:
Originally Posted by Аrco View Post
[Only registered and activated users can see links. Click Here To Register...]
Lesson 4.
Thanks for the link il learn alot from this