gyroguevarra Posted November 14, 2013 Posted November 14, 2013 Gusto ko po kasi yung freebies npc na may pub tas nacliclick yung npc pano ba ? thank you Quote
rans Posted November 14, 2013 Posted November 14, 2013 (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 November 14, 2013 by Patskie Change to code Quote
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.