Jump to content
  • 0

portal with groupid 2 enter


Question

Posted (edited)

how to create a portal that is only who can get groupid 2 ?

vip,59,265,0 warp prvip 2,2,prontera,156,191
Edited by Worst

5 answers to this question

Recommended Posts

Posted
map,x,y,d	script	 	45,1,1,{

OnTouch:
	if(getgroupid() > 1) warp "map",a,b;
        else message strcharinfo(0),"You are not VIP";
	end;

}

Take note of the tabs, because I used a 'space' on the npc name.

 

Updated

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...