Worst Posted June 26, 2014 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 57 Reputation: 1 Joined: 12/07/13 Last Seen: December 15, 2024 Share Posted June 26, 2014 (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 June 28, 2014 by Worst Quote Link to comment Share on other sites More sharing options...
sandbox Posted June 27, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: April 18 Share Posted June 27, 2014 map,x,y,d script 45,1,1,{ OnTouch: if(getgroupid() > 1) warp "map",a,b; end; } Take note of the tabs, because I used a 'space' on the npc name. 1 Quote Link to comment Share on other sites More sharing options...
Worst Posted June 27, 2014 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 57 Reputation: 1 Joined: 12/07/13 Last Seen: December 15, 2024 Author Share Posted June 27, 2014 (edited) is to add a chat in groupid 1 : You are not vip Edited June 27, 2014 by Worst Quote Link to comment Share on other sites More sharing options...
Jyabil Posted June 27, 2014 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 89 Reputation: 7 Joined: 02/27/12 Last Seen: July 22, 2014 Share Posted June 27, 2014 map,x,y,d script 45,1,1,{ OnTouch: if(getgroupid() > 1) warp "map",a,b; if(getgroupid() < 2) dispbottom "You are not vip"; end; } 1 Quote Link to comment Share on other sites More sharing options...
Worst Posted June 28, 2014 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 57 Reputation: 1 Joined: 12/07/13 Last Seen: December 15, 2024 Author Share Posted June 28, 2014 Thanks bro Quote Link to comment Share on other sites More sharing options...
sandbox Posted June 30, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: April 18 Share Posted June 30, 2014 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 Quote Link to comment Share on other sites More sharing options...
Question
Worst
how to create a portal that is only who can get groupid 2 ?
Edited by WorstLink to comment
Share on other sites
5 answers to this question
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.