DEsMOn Posted March 24, 2022 Group: Members Topic Count: 63 Topics Per Day: 0.04 Content Count: 172 Reputation: 1 Joined: 11/16/20 Last Seen: November 4, 2023 Share 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 Link to comment Share on other sites More sharing options...
0 sader1992 Posted March 25, 2022 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: Tuesday at 07:50 PM Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.