Jump to content
  • 0

Freebies NPC


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;
}

Link to comment
Share on other sites

3 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:  

Please show a map-server error so it will be easy.

  • Upvote 1
Link to comment
Share on other sites


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

Did any errors shows in your map?

Link to comment
Share on other sites


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

uhm on the map there are a few errors such as the hatmakerquest due to disabling them >.< but like i stated it was working properly a few days ago and then when i try to change my commands for normal players everything got changed.

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