Jump to content
  • 0

EventQue is full


stydianx

Question


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  390
  • Reputation:   27
  • Joined:  07/12/12
  • Last Seen:  

Hi guys, im having trouble with events.

This i what it says.

 

Untitled2.png

 

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


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  595
  • Reputation:   23
  • Joined:  02/23/12
  • Last Seen:  

make sure you recompile after changing, and try much more higher value than 15

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1131
  • Joined:  05/27/12
  • Last Seen:  

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?

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  390
  • Reputation:   27
  • Joined:  07/12/12
  • Last Seen:  

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..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...