Jump to content
  • 0

How can i bind a party into a certain map.


yhanrivera

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  03/17/13
  • Last Seen:  

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.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  03/17/13
  • Last Seen:  

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 :)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  1137
  • Reputation:   290
  • Joined:  04/29/13
  • Last Seen:  

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 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  03/17/13
  • Last Seen:  

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.

Link to comment
Share on other sites

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.

×
×
  • Create New...