Jump to content

Recommended Posts

Posted (edited)


prontera,164,173,3    script    Freebies    435,{

if(#freebies == 1) goto F_1;

if (BaseLevel < 1) goto L_1;

mes "[Freebies NPC]"; 

mes "Hi! "+strcharinfo(0)+"";

mes "You will recieve Ragnarok Online Freebies";

mes "Thanks For Joining Here , Wish Too See You in the Future.";

next;

getitem 501,1; // edit your freebies

emotion e_thx;

set #freebies,1;

close;

OnInit:

waitingroom "Freebies NPC",0; //<<== Pub Name ...

end;

L_1:

mes "[Freebies NPC]";

mes "You must be level 1 to Enjoy Our Freebies";

emotion e_thx;

close;

F_1:

mes "[Freebies NPC]";

mes "Enjoy Playing -RO !";

emotion e_bzz;

close;

}

Edited by Patskie
Change to code

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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