Jump to content

Question

Posted

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

3 answers to this question

Recommended Posts

Posted

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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...