DEsMOn Posted March 24 Share Posted March 24 Hello Scripters, Can any one guide to fix this issue. [Error]: buildin_strcharinfo: fatal error ! player not attached! [Debug]: Function: strcharinfo (1 parameter): [Debug]: Data: number value=0 [Debug]: Source (NPC): Invasion NPC at prontera (170,153) [Debug]: Source (NPC): Invasion NPC at prontera (170,153) GoblinInvasion-event.txt Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted March 25 Share Posted March 25 (edited) add if(playerattached()) before announce "It seems that "+strcharinfo(0)+" has ended the Invasion!",bc_all; like this if(playerattached()) announce "It seems that "+strcharinfo(0)+" has ended the Invasion!",bc_all; or just remove announce "It seems that "+strcharinfo(0)+" has ended the Invasion!",bc_all; because as I see there is no place calling the OnStop event while a character is attached. Edited March 25 by sader1992 Quote Link to comment Share on other sites More sharing options...
Hello Scripters,
Can any one guide to fix this issue.
[Error]: buildin_strcharinfo: fatal error ! player not attached!
[Debug]: Function: strcharinfo (1 parameter):
[Debug]: Data: number value=0
[Debug]: Source (NPC): Invasion NPC at prontera (170,153)
[Debug]: Source (NPC): Invasion NPC at prontera (170,153)
GoblinInvasion-event.txt
Link to comment
Share on other sites