Thread Tools Display Modes
04/06/18, 08:33 AM   #1
Golnebo
AddOn Author - Click to view addons
Join Date: Aug 2017
Posts: 2
Question How to port to secondary other players house?

Hi there,

I am making an addon for our guild. It's coming along pretty nice. Now what I can't get to work is a slash command to port to a specific house of a specific guild member. For example the guildmaster has three houses. 1. Hundings Palatial Palace (primary) 2. Tel Galen House and 3. Ravenhurst.

I would like to have three slash commands:

/addonname guildhall (ports to house 1.)
/addonname jumpchallenge (ports to house 2.)
/addonname bar (ports to house 3.)

I've been playing around with the new JumpToSpecificHouse() but I can't really get it to work.

Is there a way to do something like the above?

Thanks in advance!

Golnebo
  Reply With Quote
04/13/18, 04:57 AM   #2
manavortex
 
manavortex's Avatar
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 138
IIRC, it's
Lua Code:
  1. JumpToSpecificHouse("name", id)
where "name" can be a character name or the @name, and the ID can be gotten via GetCurrentHouseZoneId() once you're inside a home.
  Reply With Quote
04/13/18, 04:59 AM   #3
Golnebo
AddOn Author - Click to view addons
Join Date: Aug 2017
Posts: 2
where "name" can be a character name or the @name, and the ID can be gotten via GetCurrentHouseZoneId() once you're inside a home.
Awesome! Thanks. I did not get the GetCurrentHouseZoneID() until now Will try this.
  Reply With Quote

ESOUI » Developer Discussions » Lua/XML Help » How to port to secondary other players house?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off