View Single Post
  #8  
Old 01-20-2016, 05:40 PM
Excuses
Hill Giant
 
Join Date: Mar 2015
Posts: 126
Default

Quote:
Originally Posted by Uleat View Post
Is your 'EXCEPTION_VIOLATION' from the server or client?


One of the dev's pushed a cap for UF material/idfile values recently: https://github.com/EQEmu/Server/comm...ffff990f75b8ad

It's not too far-fetched an idea that item numbers could be (probably are) limited as well.


Code:
int x[100];

x[99] = 0; // ok

x[100] = 0; // EXCEPTION_VIOLATION
Server side.

Ill check that when i am not at work, cheers
Reply With Quote