How to change limit of traps?

bWolfie

I'm the man
Messages
850
Points
0
Location
Alberta, Midgard
Github
bWolfie
Emulator
It seems the maximum amount of traps one character can place is 25. Once the 26th trap is placed, the first trap (I assume it's contained in an array) is removed.
I want to change the limit, however, I can't find where it is defined. Can anybody point me in the right direction?

Thanks.

 
skill.h:

#define MAX_SKILLUNITGROUP 25


or maybe

Code:
#define MAX_SKILLUNITGROUPTICKSET 25
 
Last edited by a moderator:
Back
Top