I need item type for 5701 or repaired old

02/26/2013 11:27 noso42#1
Hello i have ItemType and he show me this :

[Only registered and activated users can see links. Click Here To Register...]

Please Help me or give ItemType for patch 5701
02/26/2013 12:12 tariqx111#2
i think this request is'nt about programming
so the section is wrong
02/26/2013 12:44 pula123verde#3
I have the same problem pls help
02/26/2013 14:41 Super Aids#4
This isn't a problem with the itemtype. If you read the error then you try to access an index that is out of an array.

Let's say we got an array on the size of:
Code:
int[] array = new int[5];
Then if we do this:
Code:
int value = array[10];
We'll get that exception because there is not 11 indexes in the array, but only 5. Arrays are 0 indexed, so 0, 1, 2, 3 & 4 would work in our case.

But if you really want a new itemtype then it is in your client in the ini folder. For a datcryptor just search there is released a few.
02/26/2013 15:19 noso42#5
and where i must make this change


int[] array = new int[5];


??

In what folder or file>??

Quote:
Originally Posted by noso42 View Post
and where i must make this change


int[] array = new int[5];


??

In what folder or file>??
But idk why is crash, becouse i no update system and i no make nothink i only start computer update new patch Conquer and i need instal item type and i cant
02/26/2013 15:45 Super Aids#6
It was a pseudo code...
02/26/2013 15:51 noso42#7
i know and is pseudo write. but listen i reinstal Windows , and again this same problem... idk...
02/27/2013 04:05 Super Aids#8
The problem is not your Windows. It's your program or that you do some shit to make it throw an error.