View Single Post
  #7  
Old 01-20-2016, 01:49 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

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
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote