Rayhan Posted November 30, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 102 Reputation: 1 Joined: 11/06/12 Last Seen: May 8, 2013 Share Posted November 30, 2012 For my life i can not think how its done, any help? I want to add a check to an NPC that checks if your in a guild before warping you. I want to add checks to 12 maps, that when you kill a monster on the map its checks if your in a guild, if your not, its warp you back to prontera. This is due to players being in a guild, going to the maps, leaving the guild then staying there. This is for a GvG Event. Quote Link to comment Share on other sites More sharing options...
Emistry Posted November 30, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted November 30, 2012 if( !getcharid(2) ){ dispbottom "You dont have a guild"; } end; refer getcharid Quote Link to comment Share on other sites More sharing options...
Rayhan Posted November 30, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 102 Reputation: 1 Joined: 11/06/12 Last Seen: May 8, 2013 Author Share Posted November 30, 2012 Thank you, how about this? I want to add checks to 12 maps, that when you kill a monster on the map its checks if your in a guild, if your not, its warp you back to prontera. Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted November 30, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted November 30, 2012 This is due to players being in a guild, going to the maps, leaving the guild then staying there. mf_guildlock 45use guildlock mapflag to prevent them from leaving the guild in that map Quote Link to comment Share on other sites More sharing options...
Question
Rayhan
For my life i can not think how its done, any help?
I want to add a check to an NPC that checks if your in a guild before warping you.
I want to add checks to 12 maps, that when you kill a monster on the map its checks if your in a guild, if your not, its warp you back to prontera.
This is due to players being in a guild, going to the maps, leaving the guild then staying there.
This is for a GvG Event.
Link to comment
Share on other sites
3 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.