stydianx Posted June 30, 2013 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 390 Reputation: 27 Joined: 07/12/12 Last Seen: October 24, 2022 Share 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 Link to comment Share on other sites More sharing options...
Mr BrycE Posted July 1, 2013 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted July 1, 2013 make sure you recompile after changing, and try much more higher value than 15 Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 1, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share 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 Link to comment Share on other sites More sharing options...
stydianx Posted July 1, 2013 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 390 Reputation: 27 Joined: 07/12/12 Last Seen: October 24, 2022 Author Share 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 Link to comment Share on other sites More sharing options...
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?
Link to comment
Share on other sites
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.