Jump to content
  • 0

[Warning]: npc_event: player's event queue is full, can't add event OnPCLoadMapEvent'


Get Backers

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.02
  • Content Count:  70
  • Reputation:   0
  • Joined:  11/23/20
  • Last Seen:  

anyone how to fix this? no problem with script every time the character select will it appears on map-server and all my npc i put showevent thanks to all

OnPCLoadMapEvent:
if( strcharinfo(3) == strnpcinfo(4) )
    showevent 1,1;
end;
}
prontera    mapflag    loadevent

 

warning.png

Edited by Get Backers
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  90
  • Reputation:   34
  • Joined:  10/01/18
  • Last Seen:  

4 minutes ago, Get Backers said:

Hi bro its not working : (  i think the problem is OnPCLoadMapEvent: can you put it on this script add to OnPCLoginEvent:

  OnPCLoadMapEvent: 
if( strcharinfo(3) == strnpcinfo(4) )
    showevent 1,1;
end;
}
prontera    mapflag    loadevent

not working.png

warning.png

Oppps, try this:
Locate: src/map.hpp
Find: #define MAX_EVENTQUEUE 2
Replaced: #define MAX_EVENTQUEUE 1000

Recompile your server.
 

./configure && make clean && make server

It should work now!

  • Love 4
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  90
  • Reputation:   34
  • Joined:  10/01/18
  • Last Seen:  

1 hour ago, Get Backers said:

anyone how to fix this? no problem with script every time the character select will it appears on map-server and all my npc i put showevent thanks to all

OnPCLoadMapEvent:
if( strcharinfo(3) == strnpcinfo(4) )
    showevent 1,1;
end;
}
prontera    mapflag    loadevent

 

warning.png

Locate: conf/script_athena.conf

Find: check_gotocount: 2048
Replaced: check_gotocount: 655360

Restart your server.

Edited by Royr
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.02
  • Content Count:  70
  • Reputation:   0
  • Joined:  11/23/20
  • Last Seen:  

Hi bro its not working : (  i think the problem is OnPCLoadMapEvent: can you put it on this script add to OnPCLoginEvent:

  OnPCLoadMapEvent: 
if( strcharinfo(3) == strnpcinfo(4) )
    showevent 1,1;
end;
}
prontera    mapflag    loadevent

not working.png

warning.png

Edited by Get Backers
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1511
  • Reputation:   227
  • Joined:  08/03/12
  • Last Seen:  

increase maxeventqueue

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.02
  • Content Count:  70
  • Reputation:   0
  • Joined:  11/23/20
  • Last Seen:  

thank you so much guys especially sir Royr problem solved!

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