Jump to content
  • 0

Regarding Instance Enter


Eross

Question


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.11
  • Content Count:  349
  • Reputation:   12
  • Joined:  04/05/20
  • Last Seen:  

Hi ! Im using the instance_enter command on my script .. How to make the whole party enter at once ? is it possible that when the party leader initiate to enter then all members will be warped at once ? thanks

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   167
  • Joined:  04/05/13
  • Last Seen:  


	.@party_id = getcharid(1);
	addrid(2,0,.@party_id);
	instance_enter(.instance_name$,-1,-1,getcharid(0),<CURRENT INSTANCE ID>);

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   12
  • Joined:  06/22/13
  • Last Seen:  

On 6/13/2022 at 9:53 PM, Start_ said:

	.@party_id = getcharid(1);
	addrid(2,0,.@party_id);
	instance_enter(.instance_name$,-1,-1,getcharid(0),<CURRENT INSTANCE ID>);

 

Hello this one works although it returns an error:

image.png.de9533fc2737ac2fbda10fe58ab32dc2.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   167
  • Joined:  04/05/13
  • Last Seen:  

It was getarg index 0 was null.

*Those errors not related to my code though.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   12
  • Joined:  06/22/13
  • Last Seen:  

4 minutes ago, Start_ said:

It was getarg index 0 was null.

*Those errors not related to my code though.

Alright thanks. 

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