Jump to content
  • 0

HELP! NPC Script Error


Ardrich

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   0
  • Joined:  01/19/13
  • Last Seen:  

Can someone help me with this

 

script_rid2sd: fatal error ! player not attached

 

 

prontera,136,171,4 script Freebies 790,{

OnInit:
waitingroom "Freebies",0;
 
if(#sorry == 1) goto L_1;
mes "You will receive Some Present as a reward for joining the server";
mes "We're gladly thankful for your support in the future too.";
next;
if(checkweight(2504,1) == 0 ) goto L_OverWeight;
rentitem 4142,432000; //dopelganger card
emotion e_thx;
close;
 
 
 
L_OverWeight:
mes "Sorry, you are over weight";
emotion e_omg;
close;
 
 
 
L_1:
mes "You had already received before the gift.";
emotion e_swt;
close;
}

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


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

 

Can someone help me with this

 

script_rid2sd: fatal error ! player not attached

 

 

prontera,136,171,4 script Freebies 790,{

OnInit:
waitingroom "Freebies",0;
 
if(#sorry == 1) goto L_1;
mes "You will receive Some Present as a reward for joining the server";
mes "We're gladly thankful for your support in the future too.";
next;
if(checkweight(2504,1) == 0 ) goto L_OverWeight;
rentitem 4142,432000; //dopelganger card
emotion e_thx;
close;
 
 
 
L_OverWeight:
mes "Sorry, you are over weight";
emotion e_omg;
close;
 
 
 
L_1:
mes "You had already received before the gift.";
emotion e_swt;
close;
}

 

 

here's the fixed script http://pastebin.com/rbi6T7MT

  • Upvote 1
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...