stydianx Posted June 30, 2013 Posted June 30, 2013 Hi guys, im having trouble with events. This i what it says. i found out that its the KoE script. When i remove the KoE script, this Warning doesn't show up. and when i put it, this is what happens. i tried changing these two: #define MAX_EVENTQUEUE 2#define MAX_EVENTTIMER 32 into this: #define MAX_EVENTQUEUE 15#define MAX_EVENTTIMER 42 sadly, it doesn't work.. any ideas what i need to do? Quote
Mr BrycE Posted July 1, 2013 Posted July 1, 2013 make sure you recompile after changing, and try much more higher value than 15 Quote
Euphy Posted July 1, 2013 Posted July 1, 2013 You shouldn't need any higher than 10 for MAX_EVENTQUEUE; as Mr BrycE posted, make sure to recompile. MAX_EVENTTIMER isn't related to your error. On a side note, though, you really shouldn't run that many OnNPCKillEvent triggers... You know you can combine the actions into a single label, right? 1 Quote
stydianx Posted July 1, 2013 Author Posted July 1, 2013 You shouldn't need any higher than 10 for MAX_EVENTQUEUE; as Mr BrycE posted, make sure to recompile. MAX_EVENTTIMER isn't related to your error. On a side note, though, you really shouldn't run that many OnNPCKillEvent triggers... You know you can combine the actions into a single label, right? nope.. im not a very good scripter i didn't event know there's a limit to OnNPCKillEvent, and i thought it was the OnMap that was bugging this down.. Quote
Question
stydianx
Hi guys, im having trouble with events.
This i what it says.
i found out that its the KoE script.
When i remove the KoE script, this Warning doesn't show up. and when i put it, this is what happens.
i tried changing these two:
#define MAX_EVENTQUEUE 2
#define MAX_EVENTTIMER 32
into this:
#define MAX_EVENTQUEUE 15
#define MAX_EVENTTIMER 42
sadly, it doesn't work.. any ideas what i need to do?
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.