Jump to content
  • 0

How can i bind a party into a certain map.


Question

Posted

IDK if the title was clear but what I'm trying to do is, i have 5 custom maps and , I want to put it on a NPC and use it as dungeon, and to make it the same as the "Private MVP room" thingy.

How can i Bind a certain map into a party so that when another party is trying to go inside, the npc will announce that the room is occupied ?  example on "5@tower" map.

4 answers to this question

Recommended Posts

  • 0
Posted (edited)
if(.5towereparty==1)
	 mes "I'm sorry but another party has entered map already!";
else{
warpparty "5@tower",0,0;
set .5towereparty,1;
close;
}

you can try this

Edited by Cyro
  • Upvote 1
  • 0
Posted
4 hours ago, Cyro said:

if(.5towereparty==1)
	 mes "I'm sorry but another party has entered map already!";
else{
warpparty "5@tower",0,0;
set .5towereparty,1;
close;
}

you can try this

Thanks for supplying this, i can seem to find the logic and I'll try to improve it. Thanks :)

  • 0
Posted
12 hours ago, yhanrivera said:

IDK if the title was clear but what I'm trying to do is, i have 5 custom maps and , I want to put it on a NPC and use it as dungeon, and to make it the same as the "Private MVP room" thingy.

How can i Bind a certain map into a party so that when another party is trying to go inside, the npc will announce that the room is occupied ?  example on "5@tower" map.

Dont forget to set quest to 0 when party kicked out from map, else it will show party inside forever 

  • 0
Posted
10 hours ago, Cyro said:

Dont forget to set quest to 0 when party kicked out from map, else it will show party inside forever 

Thanks for the help. What I did was I revised the endless tower instance and used a new map. Thank you for the help.

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