Warnings [OnPC]

Pandaaa

New member
Messages
170
Points
0
Location
Wonderland
Github
donthedonn
Emulator
here are my problem... is there anything i could do to fix this?

Code:
[Warning]: npc_event: player's event queue is full, can't add event 'MOTD_HOURLY::OnPCLoginEvent' !
[Warning]: npc_event: player's event queue is full, can't add event 'PVPLADDER::OnPCLoginEvent' !
[Warning]: npc_event: player's event queue is full, can't add event 'DOTAPVP::OnPCLoadMapEvent' !
[Warning]: npc_event: player's event queue is full, can't add event 'WOE_CONTROL::OnPCLoadMapEvent' !
 
This one is either pc.h or mmo.h, I forget which one. You have too many event queues happening, so you need to increase the max event queue size.

maybe map.h

 
Last edited by a moderator:
Back
Top