DEsMOn Posted March 24, 2022 Posted March 24, 2022 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
0 sader1992 Posted March 25, 2022 Posted March 25, 2022 (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, 2022 by sader1992 Quote
Question
DEsMOn
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
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.