Jump to content
  • 0

Question..


Koutaro Satomi

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  09/27/14
  • Last Seen:  

Could somebody help with my script.. all of the sudden the freebie npc doesnt talk to me at all nor give freebies even to a new accounts

here's my script

 

prontera,150,184,4    script Freebies    790 {
OnInit:
waitingroom "Freebies",0;
end;
}

    if(#sorry == 1) go to 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 ) go to L_OverWeight;
getitem2 5200,1,1,0,0,0,0,0,0;
getitem 1209,1,1,10,0,0,0,0,0;
getitem2 14533,10,1,0,0,0,0,0,0;
getitem 12210,10,1,0,0,0,0,0,0;
getitem 13576,1;
getitem 13584,1;
getitem 11501,500;
getitem 11502,300;
getitem 7621,5;
getitem 7059,30;
getitem 7060,30;
rentitem 2137,604800;
rentitem 2763,604800;
rentitem 2763,604800;
rentitem 2548,604800;
    emotion e_thx;
    set #sorry,1;
    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_bzz;
    close;
}

Edited by Koutaro Satomi
Link to comment
Share on other sites

2 answers 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:  

Changing this #sorry into your desired variable. it will give another freebies. example #sorryy

Edited by Ginji
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   0
  • Joined:  09/27/12
  • Last Seen:  

This NPC show into your server? I think you forgot to put

 

prontera,150,184,4    script Freebies    790 {

 

to

prontera,150,184,4    script Freebies    790, {

 

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...