cloud167 Posted July 8, 2012 Posted July 8, 2012 How can I disable devotion on a certain map?? (ex. a pvp map) or how can players cant enter a pvp map if they have a party and they cant create a party inside also??? :| Quote
Sneaky Posted July 8, 2012 Posted July 8, 2012 1) check skill_nocast_db.txt file to disable skills in certain maps. 2) If you're warping the players through a NPC/Warp to the PVP Map you can just. if(getcharid(1) > 0) message strcharinfo(0),"I'm sorry but you can't enter the Arena with a Party, please leave and come back again"; end; 3) You can create a timer that checks every 10 seconds if the player has party or not, or you can put hidden invisibles NPCs that has the check function everytime the players touch 'em. Quote
Question
cloud167
How can I disable devotion on a certain map?? (ex. a pvp map) or how can players cant enter a pvp map if they have a party and they cant create a party inside also??? :|
2 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.