Jump to content

Question

Posted

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

Posted

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.

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