Jump to content
  • 0

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


Question

Posted (edited)

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

7 answers to this question

Recommended Posts

  • 0
Posted
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
  • 0
Posted (edited)
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
  • 0
Posted (edited)

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...