Jump to content
  • 0

[Error]: buildin_dispbottom: fatal error ! player not attached!


DEsMOn

Question


  • Group:  Members
  • Topic Count:  63
  • Topics Per Day:  0.05
  • Content Count:  172
  • Reputation:   1
  • Joined:  11/16/20
  • Last Seen:  

Hellow can any 1 guide to fix this?

[Error]: buildin_dispbottom: fatal error ! player not attached!
[Debug]: Function: dispbottom (1 parameter):
[Debug]: Data: string value="You got the Antonio Leader's christmas gift!"
[Debug]: Source (NPC): AntonioInvasion (invisible/not on a map)
[Debug]: Source (NPC): AntonioInvasion (invisible/not on a map)
 

AntonioInvasion.txt

Edited by DEsMOn
Script adding
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  862
  • Reputation:   115
  • Joined:  05/23/12
  • Last Seen:  

Try this:

AntonioInvasion.txt

 

Rynbef~

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  63
  • Topics Per Day:  0.05
  • Content Count:  172
  • Reputation:   1
  • Joined:  11/16/20
  • Last Seen:  

On 5/12/2022 at 4:53 PM, Rynbef said:

[Error]: buildin_dispbottom: fatal error ! player not attached!
[Debug]: Function: dispbottom (1 parameter):
[Debug]: Data: string value="You got the Antonio Leader's christmas gift!"

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  63
  • Topics Per Day:  0.05
  • Content Count:  172
  • Reputation:   1
  • Joined:  11/16/20
  • Last Seen:  

On 5/12/2022 at 4:53 PM, Rynbef said:

Still not fixed sir..!!

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.05
  • Content Count:  1546
  • Reputation:   192
  • Joined:  07/23/14
  • Last Seen:  

On 5/28/2022 at 6:00 PM, DEsMOn said:

Still not fixed sir..!!

 

try changing this part
 

if(getattachedrid()) {
	sleep 1000;
	dispbottom "You got the Antonio Leader's christmas gift!";	
	getitem $AIItemPrize,$AIItemAmount;
	announce strcharinfo(0)+" has killed the Antonio Leader and was awarded a worthy prize!",bc_all;

	getitem groupranditem(IG_VioletBox),1;
}
end;

into

if(getattachedrid()) {
	sleep2 1000;
	dispbottom "You got the Antonio Leader's christmas gift!";	
	getitem $AIItemPrize,$AIItemAmount;
	announce strcharinfo(0)+" has killed the Antonio Leader and was awarded a worthy prize!",bc_all;

	getitem groupranditem(IG_VioletBox),1;
}
end;

 

  • Love 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  63
  • Topics Per Day:  0.05
  • Content Count:  172
  • Reputation:   1
  • Joined:  11/16/20
  • Last Seen:  

22 hours ago, Radian said:

try changing this part
 

if(getattachedrid()) {
	sleep 1000;
	dispbottom "You got the Antonio Leader's christmas gift!";	
	getitem $AIItemPrize,$AIItemAmount;
	announce strcharinfo(0)+" has killed the Antonio Leader and was awarded a worthy prize!",bc_all;

	getitem groupranditem(IG_VioletBox),1;
}
end;

into

if(getattachedrid()) {
	sleep2 1000;
	dispbottom "You got the Antonio Leader's christmas gift!";	
	getitem $AIItemPrize,$AIItemAmount;
	announce strcharinfo(0)+" has killed the Antonio Leader and was awarded a worthy prize!",bc_all;

	getitem groupranditem(IG_VioletBox),1;
}
end;

 

Okay ill check n update.!! thanks for reply

 

Link to comment
Share on other sites

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.

×
×
  • Create New...