How i remove the Id cap when i compile Arcemu cause eveything i add NPC or ITEM i get invalid ID.
Thanks.
How i remove the Id cap when i compile Arcemu cause eveything i add NPC or ITEM i get invalid ID.
Thanks.
It's an core edit.
Here you go;
"Storage.h (Ascent-Shared folder)"
Edit the 200000 with 999999 to raise the item cap
Code:#define STORAGE_ARRAY_MAX 200000
Credits to SectorSeven for his Guide on Core edits.