The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
Question..
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
Koutaro Satomi
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 {
Edited by Koutaro SatomiOnInit:
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
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.