Jump to content
  • 0

Can I request Freebies npc direct to storage?


Famous

Question


  • Group:  Members
  • Topic Count:  145
  • Topics Per Day:  0.03
  • Content Count:  455
  • Reputation:   3
  • Joined:  06/19/12
  • Last Seen:  

que_temsky,146,139,5    script    Special Freebies Giver    739,{

if(#freebies == 1) goto L_1;
mes "[ ^00FF00Freebies Giver^000000 ]";
mes "Hello !  ^ff8000"+strcharinfo(0)+"^000000,";
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;
mes "[ ^00FF00Freebies Giver^000000 ]";
mes "...";
getitem 1618,1;
getitem 20091,1;
getitem 7853,100;
getitem 7227,100;
getitem 20060,2;           
getitem 20061,2;
getitem 20062,2;
getitem 20063,2;
getitem 20064,2;
getitem 2639,2;
getitem 2629,2;
getitem 4257,2;
getitem 4047,1;
getitem 2630,2;
getitem 20114,1;
getitem 2638,2;
getitem 20076,1;
getitem 20111,1;
getitem 20099,1;
getitem 20095,1;
getitem 4147,1;
getitem 4142,1;
getitem 20094,1;
getitem 4142,2;          
getitem 4302,2;
getitem 4305,4;
getitem 4174,1;
getitem 4133,1;
getitem 4128,1;
getitem 4058,1;
getitem 4257,2;
getitem 4047,1;
getitem 20075,2;


emotion e_thx;
set #freebies,1;
next;
mes "[ ^00FF00Freebies Giver^000000 ]";
mes "You have your Freebies already !";
mes "What do you want to do today ?";
menu "Warp Me To Main Town",-,"I'll Here Explore First",L_Explore;
warp "que_temsky",141,139;
close;

L_Explore:
mes "[ ^00FF00Freebies Giver^000000 ]";
mes "Ok See Ya Around ^ff8000"+strcharinfo(0)+"^000000";
close;


L_1:
mes "[ ^00FF00Freebies Giver^000000 ]";
mes "Don't Abuse Me";
mes "You have received the Freebies already.";
emotion e_bzz;
close;

OnInit:
waitingroom "Special Freebies",0;
end;

}

Edited by Brian
[codebox]
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  145
  • Topics Per Day:  0.03
  • Content Count:  455
  • Reputation:   3
  • Joined:  06/19/12
  • Last Seen:  

close topic

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