Page 1 of 1

Reset Instance, how ?

Posted: Sun Apr 24, 2011 11:30 am
by M4gm4
hi,
can someone tell me please, how i can reset an instance?!

is there an option to leave and join a party to reset ? :? orsomething other way ?

Re: Reset Instance, how ?

Posted: Sun Apr 24, 2011 1:14 pm
by Giram
To reset instance first you need to be in party, enter instance and leave party. That way you also teleport to resurrection place. You could also leave instance and then rejoin party to reset instance.

To get party you need alt or some other char that can take you to party. It can have comeonein addon and you whisper him word that invites to party. I posted invitebyfriend somewhere here few days ago.

You can invite ppl to party by using this command:

Code: Select all

sendMacro("InviteByName('name_here');");
And to leave party with this one:

Code: Select all

sendMacro("LeaveParty()");

Re: Reset Instance, how ?

Posted: Sun Apr 24, 2011 1:27 pm
by M4gm4
hmmm, very nice idea with common in, thanks

but with

Code: Select all

sendMacro("InviteByName('name_here');");
hmmm,,, i can invite a character, but the character has to accept the invite

ok,, i will look how i write the waypoint with this examples

thanks :)

Edit: i use the search function :) and find you´re post http://www.solarstrike.net/phpBB3/viewt ... end#p20048