Jump to content

Pa help po sa NPC with pub pero nacliclick yung npc


Recommended Posts


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  107
  • Reputation:   1
  • Joined:  09/17/13
  • Last Seen:  

Gusto ko po kasi yung freebies npc na may pub tas nacliclick yung npc pano ba ? thank you

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  429
  • Reputation:   60
  • Joined:  08/19/12
  • Last Seen:  


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

×
×
  • Create New...